| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare address family in inet_ntop_cache | Stefan Bühler | 2008-10-16 | 1 | -0/+1 |
* | Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests | Stefan Bühler | 2008-10-16 | 1 | -0/+1 |
* | - add link to changeset | Elan Ruusamäe | 2008-10-13 | 1 | -1/+1 |
* | Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715) | Stefan Bühler | 2008-10-05 | 1 | -0/+1 |
* | - added cve numbers | Stefan Bühler | 2008-10-04 | 1 | -3/+3 |
* | Fix duplicate connection keep-alive/transfer-encoding headers (#960) | Stefan Bühler | 2008-10-04 | 1 | -0/+1 |
* | - Add possibility to disable methods in mod_compress (#1773) | Elan Ruusamäe | 2008-10-03 | 1 | -0/+1 |
* | Fix fastcgi authorization in subdirectories with check-local=disabled; don't ... | Stefan Bühler | 2008-10-01 | 1 | -0/+1 |
* | Trust pcre-config, do not check for pcre manually (#1769) | Stefan Bühler | 2008-10-01 | 1 | -0/+1 |
* | Do not cache default vhost in mod_simple_vhost (#709) | Stefan Bühler | 2008-10-01 | 1 | -0/+1 |
* | Try to convert string options to shorts for numeric options in config file; a... | Stefan Bühler | 2008-10-01 | 1 | -0/+1 |
* | Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we d... | Stefan Bühler | 2008-09-30 | 1 | -0/+1 |
* | Fix leaving zombie process with include_shell (#1777) | Stefan Bühler | 2008-09-30 | 1 | -0/+1 |
* | Now really fix mod auth ldap (#1066) | Stefan Bühler | 2008-09-30 | 1 | -0/+1 |
* | Do not rely on ioctl FIONREAD (#673) | Stefan Bühler | 2008-09-30 | 1 | -0/+1 |
* | Fix mod_cgi segfault when bound to unix domain socket (#653) | Stefan Bühler | 2008-09-30 | 1 | -0/+1 |
* | Fix base64 decoding in mod_auth (#1757, thx guido) | Stefan Bühler | 2008-09-30 | 1 | -1/+1 |
* | - next is 1.4.21 | Stefan Bühler | 2008-09-30 | 1 | -1/+5 |
* | Use decoded url for matching in mod_redirect (#1720) | Stefan Bühler | 2008-09-22 | 1 | -0/+1 |
* | Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!) | Stefan Bühler | 2008-09-21 | 1 | -0/+1 |
* | Fix memleak in request header parsing (#1774, thx qhy) | Stefan Bühler | 2008-09-20 | 1 | -0/+1 |
* | fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) | Stefan Bühler | 2008-09-19 | 1 | -0/+1 |
* | workaround ldap connection leak if a ldap connection failed (restarting ldap) | Stefan Bühler | 2008-09-17 | 1 | -0/+1 |
* | fix splitting of auth-ldap filter | Stefan Bühler | 2008-09-17 | 1 | -0/+1 |
* | fix segfault for stat_cache(fam) calls with relative path (without '/', can b... | Stefan Bühler | 2008-08-27 | 1 | -0/+1 |
* | Do not send content-encoding for 304 (#1754), thx yzlai | Stefan Bühler | 2008-08-20 | 1 | -0/+1 |
* | Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397) | Stefan Bühler | 2008-08-19 | 1 | -0/+1 |
* | Fix mem leak in ssi expression parser (#1753), thx Take5k | Stefan Bühler | 2008-08-19 | 1 | -0/+1 |
* | Replaced fprintf with log_error_write in mod-fastcgi | Stefan Bühler | 2008-08-19 | 1 | -0/+1 |
* | Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for ... | Stefan Bühler | 2008-08-19 | 1 | -0/+1 |
* | Fix bug with case-insensitive filenames in mod_userdir (#1589) | Stefan Bühler | 2008-08-18 | 1 | -0/+1 |
* | Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-... | Stefan Bühler | 2008-08-12 | 1 | -0/+1 |
* | Fixed conditional patching of ldap filter (#1564) | Stefan Bühler | 2008-08-04 | 1 | -0/+1 |
* | Decode url before matching in mod_rewrite (#1720) | Stefan Bühler | 2008-08-02 | 1 | -0/+1 |
* | Print helpful error message on conditionals in global block (#1550) | Stefan Bühler | 2008-08-01 | 1 | -0/+1 |
* | Fix dropping last character of evhost pattern (#161) | Stefan Bühler | 2008-08-01 | 1 | -0/+1 |
* | Allow digits in [s]cgi env vars (#1712) | Stefan Bühler | 2008-08-01 | 1 | -0/+1 |
* | Fix url encoding to encode more characters (#266) | Stefan Bühler | 2008-08-01 | 1 | -0/+1 |
* | Insert many con->mode checks; they should prevent two modules to handle the s... | Stefan Bühler | 2008-08-01 | 1 | -0/+1 |
* | mod_{fast,s}cgi: overwrite environment variables (#1722) | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Fix EINTR handling for waitpid in mod_fastcgi | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Fix round-robin balancing in mod_proxy (#1715) | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null ... | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Handle EAGAIN and EINTR for freebsd sendfile (#1675) | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Fix mod_secdownload problem with unsigned time_t (#1688) | Stefan Bühler | 2008-07-31 | 1 | -0/+1 |
* | Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687) | Stefan Bühler | 2008-07-30 | 1 | -0/+1 |
* | case insensitive match for secdownload md5 token (#1710) | Stefan Bühler | 2008-07-30 | 1 | -0/+1 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -0/+1 |
* | fixed typo in mod_accesslog, localtime instead of localtime_r (#1699) | Stefan Bühler | 2008-07-30 | 1 | -0/+1 |
* | [tests] Fixed tests needing php running (if not running on port 1026, search ... | Stefan Bühler | 2008-07-29 | 1 | -0/+1 |