Commit Graph

1554 Commits (0342dfef1d43a0f40bb8cdf4c5acbe2adca33ded)
 

Author SHA1 Message Date
Stefan Bühler cf5fcf953d openssl: silence annoying error messages for errno==0 (fixes #2213)
13 years ago
Stefan Bühler 7b7dd1b986 autotools: don't recreate parser files with lemon after lemon rebuild
13 years ago
Stefan Bühler 572f738f29 mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)
13 years ago
Stefan Bühler f8ef22c019 Add some more people to AUTHORS list
13 years ago
Stefan Bühler f65467386f mod_status: Add version to status page (fixes #2219)
13 years ago
Stefan Bühler cece2fe3c6 mod_accesslog: Fix var declarations mixed in source (fixes #2233)
13 years ago
Marcus Rückert ac087bd9c7 - a bit more cleanup in the docs dir
13 years ago
Marcus Rückert b75fa3c990 - add new directories
13 years ago
Marcus Rückert 06721fcb35 - register makefiles in configure
13 years ago
Marcus Rückert 9b2f794c2c - fix makefiles for the new files
13 years ago
Marcus Rückert 433c2a0c0d - replace old default config with my config from opensuse. #2203
13 years ago
Stefan Bühler 73e0bb2715 mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
13 years ago
Stefan Bühler 165de1331b mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
13 years ago
Stefan Bühler c6c8ad2ac7 mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
13 years ago
Stefan Bühler 48f1cf79b4 mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
13 years ago
Stefan Bühler d58fea0c7a Fix parsing of fastcgi.debug option on big-endian (fixes #2230)
13 years ago
Stefan Bühler a61e0bdde0 Fix two compiler warnings
13 years ago
Stefan Bühler bcb4f31188 Fix comment style
13 years ago
Stefan Bühler 63233d3c47 Fix etag formatting
13 years ago
Stefan Bühler bd4c4aaab2 Fix stalls while reading from ssl sockets (fixes #2197)
13 years ago
Elan Ruusamäe a813273c2f - Include IP addresses on error log on password failures (fixes #2191)
13 years ago
Elan Ruusamäe 5518643d39 - Print double quotes properly when dumping config file (fixes #1806)
13 years ago
Stefan Bühler b3892c1410 Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
13 years ago
Stefan Bühler 494ce8e3b0 [mod_compress] Fix segfault when etags are disabled (fixes #2169)
13 years ago
Stefan Bühler f6b3c15024 Fix detecting git repository (fixes #2173, thx ncopa)
13 years ago
Stefan Bühler a0b5391e77 Fix var declarations mixed in source
13 years ago
Stefan Bühler a48aa0f023 Check uri instead of physical path for directory redirect
13 years ago
Stefan Bühler 221af3d59d mod_proxy: close connection on write error (fixes #2114)
13 years ago
Stefan Bühler e789ea231f Fix mod_proxy HUP handling (send final chunk, fix usage counter)
13 years ago
Stefan Bühler 34fb1258e4 Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)
13 years ago
Stefan Bühler 320e293038 - next is 1.4.27
13 years ago
Stefan Bühler ed9be1a84f Add some details to NEWS
13 years ago
Stefan Bühler 914e499723 Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
13 years ago
Stefan Bühler f601b8028b Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295)
13 years ago
Stefan Bühler a51a8545f4 Update NEWS file
13 years ago
Stefan Bühler f2cd823b40 Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
13 years ago
Stefan Bühler 85b1f6afd3 Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
13 years ago
Stefan Bühler da3370e82e Fix mod_proxy dead host detection if connect() fails
13 years ago
Stefan Bühler d601017b75 mod_fastcgi: x-sendfile2 parse error debugging
13 years ago
Stefan Bühler e21a83934e Fix mod_cgi cgi.execute-x-only option in global block
13 years ago
Stefan Bühler 6e035ae1cf mod_accesslog: support %e (fixes #2113, thx presbrey)
13 years ago
Stefan Bühler 529b06854f Remove dependency on automake >= 1.11 with m4_ifdef check
14 years ago
Stefan Bühler 48fea28651 Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
14 years ago
Stefan Bühler b5a76921e4 - next is 1.4.26
14 years ago
Stefan Bühler 175ad79a0b Fix configure.ac to allow autoreconf, also enables make V=0
14 years ago
Stefan Bühler 2eaf42d0e5 mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
14 years ago
Stefan Bühler 781784664a mod_fastcgi: fix mod_fastcgi packet parsing
14 years ago
Stefan Bühler e430ce09bc export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
14 years ago
Stefan Bühler 2b79b9c3cb reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
14 years ago
Stefan Bühler 47bd40368d mod_rrdtool: fix creating file if it doesn't exist (#1788)
14 years ago