summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* don't overwrite global server.force-lowercase-filenames setting (fixes #2042)Stefan Bühler2010-08-071-19/+23
* mod_proxy: return response as soon as it is available (fixes #2196)Stefan Bühler2010-08-071-1/+1
* report libev handler in feature list/mod_statusStefan Bühler2010-08-072-7/+11
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-078-47/+227
* only require FDEVENT_IN bit to be set for listening connections (fixes #2227)Stefan Bühler2010-08-061-1/+1
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-0628-443/+162
* Add check to stop loading plugins twiceStefan Bühler2010-08-051-1/+8
* array.c: improve array_get_unused_element to check data type; fix mem leak if...Stefan Bühler2010-08-051-9/+13
* openssl: silence annoying error messages for errno==0 (fixes #2213)Stefan Bühler2010-08-051-1/+1
* autotools: don't recreate parser files with lemon after lemon rebuildStefan Bühler2010-08-051-2/+2
* mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)Stefan Bühler2010-08-051-36/+47
* mod_status: Add version to status page (fixes #2219)Stefan Bühler2010-07-111-1/+1
* mod_accesslog: Fix var declarations mixed in source (fixes #2233)Stefan Bühler2010-07-111-1/+3
* mod_cgi: fix race condition leaving response not forwarded to client (fixes #...Stefan Bühler2010-07-041-16/+34
* mod_staticfile: add debug output if we ignore a file with static-file.exclude...Stefan Bühler2010-07-041-0/+3
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfi...Stefan Bühler2010-07-041-0/+4
* mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)Stefan Bühler2010-07-041-1/+1
* Fix parsing of fastcgi.debug option on big-endian (fixes #2230)Stefan Bühler2010-07-041-2/+2
* Fix two compiler warningsStefan Bühler2010-07-042-2/+4
* Fix comment styleStefan Bühler2010-07-041-2/+2
* Fix etag formattingStefan Bühler2010-07-041-1/+1
* Fix stalls while reading from ssl sockets (fixes #2197)Stefan Bühler2010-07-041-9/+17
* - Include IP addresses on error log on password failures (fixes #2191)Elan Ruusamäe2010-05-281-3/+3
* - Print double quotes properly when dumping config file (fixes #1806)Elan Ruusamäe2010-05-281-1/+18
* Reset uri.authority before TLS servername handling, reset all "keep-alive" da...Stefan Bühler2010-04-282-0/+8
* [mod_compress] Fix segfault when etags are disabled (fixes #2169)Stefan Bühler2010-04-281-14/+23
* Fix detecting git repository (fixes #2173, thx ncopa)Stefan Bühler2010-04-281-1/+1
* Fix var declarations mixed in sourceStefan Bühler2010-04-131-1/+3
* Check uri instead of physical path for directory redirectStefan Bühler2010-04-131-1/+1
* mod_proxy: close connection on write error (fixes #2114)Stefan Bühler2010-04-071-2/+2
* Fix mod_proxy HUP handling (send final chunk, fix usage counter)Stefan Bühler2010-04-071-3/+9
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)Stefan Bühler2010-02-281-1/+1
* Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP...Stefan Bühler2010-02-041-39/+11
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...Stefan Bühler2010-02-013-44/+54
* 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
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-291-40/+28
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)Stefan Bühler2009-11-071-23/+6
* mod_fastcgi: fix mod_fastcgi packet parsingStefan Bühler2009-11-071-10/+11
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...Stefan Bühler2009-11-053-0/+82
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...Stefan Bühler2009-11-051-0/+3
* mod_rrdtool: fix creating file if it doesn't exist (#1788)Stefan Bühler2009-10-311-4/+4
* disable warning "CLOSE-read", part 2 (fixes #2091)Stefan Bühler2009-10-271-0/+2
* disable warning "CLOSE-read"Stefan Bühler2009-10-261-0/+2
* mod_rewrite: fix compile error if compiled without pcreStefan Bühler2009-10-261-51/+33
* mod_magnet: add traceback for printing lua errorsStefan Bühler2009-10-261-1/+31