summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] added dir-listing.encoding to the example configlighttpd-1.4.20Stefan Bühler2008-09-231-0/+2
* Use decoded url for matching in mod_redirect (#1720)Stefan Bühler2008-09-222-1/+6
* Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)Stefan Bühler2008-09-212-3/+7
* Fix memleak in request header parsing (#1774, thx qhy)Stefan Bühler2008-09-202-0/+7
* fix auth.backend.ldap.bind-dn/pw problems (thx ruskie)Stefan Bühler2008-09-192-0/+5
* workaround ldap connection leak if a ldap connection failed (restarting ldap)Stefan Bühler2008-09-172-12/+30
* fix splitting of auth-ldap filterStefan Bühler2008-09-172-21/+24
* fix segfault for stat_cache(fam) calls with relative path (without '/', can b...Stefan Bühler2008-08-272-1/+4
* Change parser generation again as the previous fix broke building with some n...Stefan Bühler2008-08-272-4/+15
* Fix small copy/paste typo in previous commitStefan Bühler2008-08-271-1/+1
* Do not send content-encoding for 304 (#1754), thx yzlaiStefan Bühler2008-08-202-0/+2
* Fixed parser generating with automakeStefan Bühler2008-08-201-4/+3
* Fix make dist (remove dummydir)Stefan Bühler2008-08-201-1/+1
* Use struct copy instead of memcpy for volatile siginfo_t in server.cStefan Bühler2008-08-191-3/+3
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)Stefan Bühler2008-08-195-35/+55
* Fix mem leak in ssi expression parser (#1753), thx Take5kStefan Bühler2008-08-192-1/+3
* Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-191-1/+1
* Replaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-192-9/+8
* Add 'O' and 'X' to format characters in log_error_writeStefan Bühler2008-08-191-0/+9
* Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for ...Stefan Bühler2008-08-192-3/+4
* [tests] fix skip in mod-rewriteStefan Bühler2008-08-191-1/+1
* Fix bug with case-insensitive filenames in mod_userdir (#1589)Stefan Bühler2008-08-182-1/+21
* Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-...Stefan Bühler2008-08-122-4/+5
* Fixed conditional patching of ldap filter (#1564)Stefan Bühler2008-08-042-2/+5
* [tests] Added env var TESTS to select only a subset of testsStefan Bühler2008-08-021-3/+4
* Decode url before matching in mod_rewrite (#1720)Stefan Bühler2008-08-024-25/+38
* Print helpful error message on conditionals in global block (#1550)Stefan Bühler2008-08-012-0/+5
* Fix dropping last character of evhost pattern (#161)Stefan Bühler2008-08-012-1/+2
* Allow digits in [s]cgi env vars (#1712)Stefan Bühler2008-08-013-2/+3
* Fix url encoding to encode more characters (#266)Stefan Bühler2008-08-012-11/+14
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-0121-9/+41
* Fix buffer_reset to make an empty stringStefan Bühler2008-08-011-0/+2
* mod_{fast,s}cgi: overwrite environment variables (#1722)Stefan Bühler2008-07-313-0/+21
* Fix EINTR handling for waitpid in mod_fastcgiStefan Bühler2008-07-312-21/+40
* Fix round-robin balancing in mod_proxy (#1715)Stefan Bühler2008-07-312-19/+29
* Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null ...Stefan Bühler2008-07-312-1/+11
* Handle EAGAIN and EINTR for freebsd sendfile (#1675)Stefan Bühler2008-07-312-1/+3
* Fix mod_secdownload problem with unsigned time_t (#1688)Stefan Bühler2008-07-312-2/+3
* Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)Stefan Bühler2008-07-302-0/+11
* case insensitive match for secdownload md5 token (#1710)Stefan Bühler2008-07-302-1/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-3034-482/+489
* [tests] Fix fastcgi php findingStefan Bühler2008-07-302-2/+3
* fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)Stefan Bühler2008-07-302-1/+2
* [tests] remove env TODO test: don't use undefined env varsStefan Bühler2008-07-293-24/+0
* [tests] Fixed tests needing php running (if not running on port 1026, search ...Stefan Bühler2008-07-293-8/+53
* [tests] Remove pidfile from test systemStefan Bühler2008-07-2916-34/+7
* [tests] Fixed test system, use foreground daemons and waitpidStefan Bühler2008-07-292-38/+110
* Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.comStefan Bühler2008-07-282-3/+3
* Fix bug with IPv6 in mod_evasiveStefan Bühler2008-07-282-12/+35
* Close connection in mod_magnet if returned status codeStefan Bühler2008-07-202-0/+2