summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.49Glenn Strauss2018-03-111-1/+38
* [core] fix incorrect hash algorithm implGlenn Strauss2018-03-111-3/+2
* [mod_auth] check that digest realm matches configGlenn Strauss2018-03-111-0/+7
* [mod_auth] constant time compare plain passwordsGlenn Strauss2018-03-113-1/+19
* [autoconf] reduce minimum automake version to 1.13Glenn Strauss2018-03-071-1/+1
* [core] re-enable overloaded backends w/ multi wkrsGlenn Strauss2018-03-041-3/+17
* [mod_extforward] CIDR support for trusted proxies (fixes #2860)Glenn Strauss2018-03-041-17/+87
* [core] fix CONNECT w strict header parsing enabledGlenn Strauss2018-02-261-0/+1
* [core] open additional fds O_CLOEXECGlenn Strauss2018-02-032-4/+4
* [core] increase stat_cache abstractionGlenn Strauss2018-02-027-30/+70
* [core] pass array_get_element_klen() const array *Glenn Strauss2018-02-022-3/+3
* [core] fix path-info calculation in git master (fixes #2861)Glenn Strauss2018-02-021-6/+8
* [core] add include sys/poll.h on Solaris (fixes #2859)Glenn Strauss2018-01-221-0/+1
* [core] fix 32-bit compile POST w/ chunked request body (#2854)Glenn Strauss2018-01-191-1/+1
* [mod_wstunnel] fix for frames larger than 64k (fixes #2858)Glenn Strauss2018-01-191-1/+0
* [doc] minor update to *outdated* docGlenn Strauss2018-01-191-12/+5
* [core] remove unused funcGlenn Strauss2018-01-192-12/+0
* [core] fix POST with chunked request body (fixes #2854)Glenn Strauss2018-01-132-2/+18
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-107-118/+62
* [core] code cleanup: separate physical path subGlenn Strauss2018-01-081-191/+146
* [mod_authn_ldap] auth with ldap referrals (fixes #2846)Glenn Strauss2018-01-072-6/+40
* [core] check for path-info forward down pathGlenn Strauss2018-01-061-28/+17
* [mod_openssl] elliptic curve auto selection (fixes #2833)Glenn Strauss2018-01-061-0/+8
* [mod_openssl] minor code cleanup; reduce var scopeGlenn Strauss2018-01-061-19/+20
* [core] non-blocking write() to piped loggersGlenn Strauss2018-01-021-0/+2
* [core] do not reparse request if async cbGlenn Strauss2018-01-013-0/+11
* [core] warn if mod_indexfile after dynamic handlerGlenn Strauss2018-01-011-0/+10
* [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)Glenn Strauss2017-12-212-9/+9
* [core] fix base64 decode when char is unsigned (fixes #2848)Glenn Strauss2017-12-211-3/+3
* [core] report to stderr if errorlog path ENOENT (fixes #2847)Glenn Strauss2017-12-111-2/+3
* [core] discard from socket using recv MSG_TRUNCGlenn Strauss2017-12-114-5/+43
* [mod_compress,mod_deflate] try mmap MAP_PRIVATEGlenn Strauss2017-12-092-5/+6
* [core] fix segfault if tempdirs fill up (fixes #2843)Glenn Strauss2017-11-261-1/+1
* [mod_deflate] fix deflate of file > 2MB w/o mmapGlenn Strauss2017-11-261-0/+1
* [mod_proxy] basic support for HTTP CONNECT method (#2060)Glenn Strauss2017-11-253-1/+45
* [core] support POLLRDHUP, where available (#2743)Glenn Strauss2017-11-199-13/+53
* [mod_accesslog] %{canonical,local,remote}p (fixes #2840)Glenn Strauss2017-11-171-2/+25
* [core] adjust offset if response header blank lineGlenn Strauss2017-11-151-1/+1
* - next is 1.4.49Glenn Strauss2017-11-125-5/+7
* [doc] NEWSlighttpd-1.4.48Glenn Strauss2017-11-111-0/+31
* [doc] fix doc/config/conf.d/fastcgi.conf exampleGlenn Strauss2017-11-091-9/+6
* [scons] fix various python2/3 incompatibilitiesStefan Bühler2017-11-082-8/+19
* [core] fix dup typedef compiler warningGlenn Strauss2017-11-071-2/+1
* [mod_openssl] quiet trace from TCP probes (#2784)Glenn Strauss2017-11-061-0/+8
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-059-3/+387
* [mod_authn_ldap] replace use of deprecated funcsGlenn Strauss2017-11-057-31/+78
* [doc] NEWS - fix improper format line breaksGlenn Strauss2017-11-051-5/+2
* [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)Glenn Strauss2017-11-041-0/+77
* [mod_openssl] allow specifying server cert chain (fixes #2692)Glenn Strauss2017-11-041-1/+2
* [mod_openssl] more pedantic check of return valuesGlenn Strauss2017-11-041-4/+4