shellinabox/libhttp
KLuka 6c9f98bf34 Logging and debuging
* Added prefixes to all log messages. Prefix should describe source of
  message, like "config", "http", "ssl", "server", etc... This should
  give users more info to figure out what went wrong or what is going
  on. Prefixes also make automatic processing easier.
* Usage is not displayed by default when given command line options are
  incorrect. This way it is easier to notice actual error.
2015-08-23 19:25:36 +02:00
..
hashmap.c Use a config.h file, instead of passing configuration options on the compiler's 2009-02-11 23:25:15 +00:00
hashmap.h Updated copyright notice. 2009-01-02 06:09:13 +00:00
http.h Real IP recognition over proxy (partial fix #54) 2015-05-17 20:05:15 +02:00
httpconnection.c Logging and debuging 2015-08-23 19:25:36 +02:00
httpconnection.h Real IP recognition over proxy (partial fix #54) 2015-05-17 20:05:15 +02:00
libhttp.sym Started working on support for WebSockets. 2010-03-29 16:40:17 +00:00
server.c Logging and debuging 2015-08-23 19:25:36 +02:00
server.h Another update for unix domain sockets support 2015-07-07 10:48:14 +02:00
ssl.c Logging and debuging 2015-08-23 19:25:36 +02:00
ssl.h Disable secure client-initiated renegotiation 2015-08-06 18:06:11 +02:00
trie.c Fixed a null pointer dereference that could be triggered by using non-standard 2009-07-04 08:46:28 +00:00
trie.h Updated copyright notice. 2009-01-02 06:09:13 +00:00
url.c Logging and debuging 2015-08-23 19:25:36 +02:00
url.h Improved code session and URL handling 2015-05-26 22:37:32 +02:00