summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix two compiler warningsStefan Bühler2010-07-043-2/+5
* Fix comment styleStefan Bühler2010-07-041-2/+2
* Fix etag formattingStefan Bühler2010-07-042-1/+2
* Fix stalls while reading from ssl sockets (fixes #2197)Stefan Bühler2010-07-042-9/+18
* - Include IP addresses on error log on password failures (fixes #2191)Elan Ruusamäe2010-05-282-3/+4
* - Print double quotes properly when dumping config file (fixes #1806)Elan Ruusamäe2010-05-282-1/+19
* Reset uri.authority before TLS servername handling, reset all "keep-alive" da...Stefan Bühler2010-04-283-0/+9
* [mod_compress] Fix segfault when etags are disabled (fixes #2169)Stefan Bühler2010-04-282-14/+24
* Fix detecting git repository (fixes #2173, thx ncopa)Stefan Bühler2010-04-282-1/+2
* Fix var declarations mixed in sourceStefan Bühler2010-04-131-1/+3
* Check uri instead of physical path for directory redirectStefan Bühler2010-04-132-1/+2
* mod_proxy: close connection on write error (fixes #2114)Stefan Bühler2010-04-072-2/+3
* Fix mod_proxy HUP handling (send final chunk, fix usage counter)Stefan Bühler2010-04-072-3/+10
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)Stefan Bühler2010-02-282-2/+2
* - next is 1.4.27Stefan Bühler2010-02-074-4/+7
* Add some details to NEWSlighttpd-1.4.26Stefan Bühler2010-02-071-1/+1
* Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP...Stefan Bühler2010-02-042-39/+12
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...Stefan Bühler2010-02-014-44/+55
* Update NEWS fileStefan Bühler2010-01-301-1/+8
* Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)Stefan Bühler2010-01-302-2/+2
* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodri...Stefan Bühler2010-01-301-0/+6
* Fix mod_proxy dead host detection if connect() failsStefan Bühler2010-01-201-4/+25
* mod_fastcgi: x-sendfile2 parse error debuggingStefan Bühler2010-01-201-4/+17
* Fix mod_cgi cgi.execute-x-only option in global blockStefan Bühler2010-01-061-0/+1
* mod_accesslog: support %e (fixes #2113, thx presbrey)Stefan Bühler2009-12-141-1/+7
* Remove dependency on automake >= 1.11 with m4_ifdef checkStefan Bühler2009-11-291-17/+19
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-294-75/+96
* - next is 1.4.26Stefan Bühler2009-11-214-4/+7
* Fix configure.ac to allow autoreconf, also enables make V=0lighttpd-1.4.25Stefan Bühler2009-11-213-2/+4
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)Stefan Bühler2009-11-072-23/+7
* mod_fastcgi: fix mod_fastcgi packet parsingStefan Bühler2009-11-072-10/+12
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...Stefan Bühler2009-11-054-0/+83
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...Stefan Bühler2009-11-052-0/+4
* mod_rrdtool: fix creating file if it doesn't exist (#1788)Stefan Bühler2009-10-312-4/+5
* disable warning "CLOSE-read", part 2 (fixes #2091)Stefan Bühler2009-10-272-1/+3
* disable warning "CLOSE-read"Stefan Bühler2009-10-262-0/+3
* mod_rewrite: fix compile error if compiled without pcreStefan Bühler2009-10-262-51/+34
* mod_magnet: add traceback for printing lua errorsStefan Bühler2009-10-262-1/+32
* mod_magnet: fix pairs() for normal tables and strings (fixes #1307)Stefan Bühler2009-10-262-1/+2
* - next is 1.4.25Stefan Bühler2009-10-264-4/+7
* Fix broken return values from int to enum in mod_fastcgiStefan Bühler2009-10-202-16/+7
* Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)Stefan Bühler2009-10-193-1/+7
* Fix NEWS - referenced wrong bug (fixes #2084)Stefan Bühler2009-10-171-1/+1
* Don't print ssl error if client didn't support TLS SNIStefan Bühler2009-10-162-2/+7
* fix mod_webdav crash from #1793 (fixes #2048, thx hiroya)Stefan Bühler2009-10-162-1/+2
* Fix accesslog escape segfault (#1551)Stefan Bühler2009-10-162-1/+2
* mod_accesslog: escape special characters (fixes #1551, thx icy)Stefan Bühler2009-10-162-6/+52
* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't suc...Stefan Bühler2009-10-162-4/+6
* Fix compile problems without sslStefan Bühler2009-10-141-0/+4
* Add SSL Client Certificate verification (#1288)Stefan Bühler2009-10-145-1/+58