1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib
Andy Green 43db045ff8 introduce logging api and convert all library output to use it
- multiple debug context calls lwsl_ err, warn, debug, parser, ext, client

 - api added to set which contexts output to stderr using a bitfield log_level

 - --disable-debug on configure removes all code that is not err or warn severity

 - err and warn contexts always output to stderr unless disabled by log_level

 - err and warn enabled by default in log_level

Signed-off-by: Andy Green <andy@warmcat.com>
2013-01-10 22:16:37 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
client-handshake.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
extension-deflate-frame.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
extension-deflate-frame.h Separate compression levels for server and client, 2013-01-10 12:45:54 +08:00
extension-deflate-stream.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
extension-deflate-stream.h Fixed deflate-stream extension. 2013-01-09 18:17:42 +08:00
extension-x-google-mux.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
extension-x-google-mux.h Use __inline for Win32 builds. 2013-01-10 10:07:16 +08:00
extension.c Added extension "deflate-frame". 2013-01-09 18:21:33 +08:00
handshake.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
libwebsockets.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
libwebsockets.h introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
Makefile.am update soname and configure to v1.0 2013-01-10 12:45:54 +08:00
md5.c introduce-private-md5-sha1.patch 2011-01-23 17:47:08 +00:00
parsers.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
private-libwebsockets.h introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
sha-1.c Static variable is now const. 2013-01-09 15:14:31 +08:00