shellinabox/libhttp
zodiac 161e848e23 Simplify the code that compresses HTTP replies. This also gives us the ability
to manipulate headers more easily. We now add "Connection: close" in more cases
where we force a closing of the connection.


git-svn-id: https://shellinabox.googlecode.com/svn/trunk@171 0da03de8-d603-11dd-86c2-0f8696b7b6f9
2009-08-15 22:55:02 +00: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 Making it easier to host the terminal on non-root URLs by always redirecting to a URL that includes a trailing slash. 2009-07-06 16:27:11 +00:00
httpconnection.c Simplify the code that compresses HTTP replies. This also gives us the ability 2009-08-15 22:55:02 +00:00
httpconnection.h Work-around for compilers that turn on "-Wformat=2" by default. This is an 2009-02-15 20:01:53 +00:00
libhttp.sym Making it easier to host the terminal on non-root URLs by always redirecting to a URL that includes a trailing slash. 2009-07-06 16:27:11 +00:00
server.c Added new "--localhost-only" command line option. 2009-06-21 19:55:20 +00:00
server.h Added new "--localhost-only" command line option. 2009-06-21 19:55:20 +00:00
ssl.c Run-time testing for availability of libpthread functions does not 2009-07-07 00:40:51 +00:00
ssl.h - Make the code actually do, what the comments say (i.e. skip PAM account 2009-04-16 20:54:08 +00: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 Making it easier to host the terminal on non-root URLs by always redirecting to a URL that includes a trailing slash. 2009-07-06 16:27:11 +00:00
url.h Making it easier to host the terminal on non-root URLs by always redirecting to a URL that includes a trailing slash. 2009-07-06 16:27:11 +00:00