summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add lighttpd.morphbaserock/richardipsum/gitano_httpRichard Ipsum2014-02-121-0/+6
* [core] set signal handlers before forking child processes in modules/plugins_...stbuehler2013-08-302-45/+46
* [core] allow files to be used as document-root (fixes #2475)stbuehler2013-08-303-2/+4
* [mod_accesslog] add accesslog.syslog-level option (fixes #2480)stbuehler2013-08-302-1/+9
* [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empt...stbuehler2013-08-302-31/+31
* [tests] add mod_simplevhost testsstbuehler2013-08-305-22/+98
* [core] check whether server.chroot existsstbuehler2013-08-302-0/+13
* [core] remove requirement that default doc-root has to exist, there are reaso...stbuehler2013-08-302-21/+1
* [auth] new method "extern" to use already present REMOTE_USER (from magnet, s...stbuehler2013-08-302-11/+26
* [mod_auth] some cleanup, only search for matching auth.require path oncestbuehler2013-08-303-27/+10
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...stbuehler2013-08-3010-35/+27
* [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)stbuehler2013-08-304-0/+18
* [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)stbuehler2013-08-304-5/+4
* move ssl.disable-client-renegotiation and added note that it currently doesnt...darix2013-08-151-5/+8
* [autoconf] pkg-config: search for lua5.1 and lua-5.1 before luastbuehler2013-07-311-11/+11
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...stbuehler2013-07-3114-47/+49
* [mod_accesslog] fix log buffer <-> log file mappingstbuehler2013-07-311-22/+17
* [network] use constants available at compile time for maximum number of chunk...stbuehler2013-06-292-19/+15
* [ssl] use DH only if openssl supports it (fixes #2479)stbuehler2013-06-292-1/+12
* [core] recognize more http methods to forward to backends (fixes #2346)stbuehler2013-06-293-37/+78
* [core] return 501 Not Implemented in static file mode for all methods except ...stbuehler2013-06-293-20/+3
* [mod_user] add test cases to check handling of encoded ~ as %7E (#2124)stbuehler2013-06-291-1/+15
* [mod_userdir] add userdir.active option, "enabled" by defaultstbuehler2013-06-292-2/+12
* [mod_auth] fix distcheck, depends on openssl now for {SHA} crypted passwordsstbuehler2013-06-291-0/+2
* [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #...stbuehler2013-06-293-81/+29
* [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)stbuehler2013-06-292-1/+14
* [fdevent-libev] fix type punning warningsstbuehler2013-06-291-5/+14
* [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependenc...stbuehler2013-06-292-12/+12
* added mime type for json filesdarix2013-06-251-0/+1
* fix undefined stuff found with clangstbuehler2013-05-155-82/+57
* fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)stbuehler2013-05-153-2/+4
* [mod_auth] fix base64_decode (#2484)stbuehler2013-05-152-22/+37
* [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl f...stbuehler2013-04-294-1/+59
* [mod_auth] use crypt() on encrypted password instead of extracting salt first...stbuehler2013-04-292-44/+12
* reject non ASCII characters in HTTP header namesstbuehler2013-03-252-48/+24
* call ERR_clear_error only for ssl connections in CON_STATE_ERRORstbuehler2013-03-252-1/+2
* [mod_fastcgi,log] support multi line logging (fixes #2252)stbuehler2013-03-254-57/+115
* fix handling of If-Modified-Since if If-None-Match is present (don't return 4...stbuehler2013-01-223-61/+13
* mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (f...stbuehler2013-01-042-1/+2
* - next is 1.4.33stbuehler2012-11-214-4/+7
* remove whitespace at end of header keysstbuehler2012-11-212-1/+3
* fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-201...stbuehler2012-11-212-37/+39
* tests: check different combination of empty values, leading/trailing spaces a...stbuehler2012-11-212-2/+58
* mod_extforward: log address of untrusted proxy with debug.log-request-handlingstbuehler2012-11-152-2/+3
* tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx ...stbuehler2012-11-092-0/+3
* detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matchin...stbuehler2012-11-092-12/+49
* network_server_init: fix double free and memleak on error (fixes #2440, thx k...stbuehler2012-11-092-5/+3
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)stbuehler2012-11-072-6/+3
* add PATCH method (fixes #2424)stbuehler2012-11-074-0/+4
* configure.ac: remove old stuff, add some new to fix warnings in automake 1.12...stbuehler2012-11-072-4/+8