Commit Graph

1206 Commits (3d208504513664c67f6e96fb953e4df3a67bd64f)
 

Author SHA1 Message Date
Stefan Bühler 227d6f1b56 Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG
15 years ago
Stefan Bühler 24804542d2 [tests] fix skip in mod-rewrite
15 years ago
Stefan Bühler 43075bd42a Fix bug with case-insensitive filenames in mod_userdir (#1589)
15 years ago
Stefan Bühler ec61ba0559 Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
15 years ago
Stefan Bühler ba715e1c8f Fixed conditional patching of ldap filter (#1564)
15 years ago
Stefan Bühler 3cb2c1c39c [tests] Added env var TESTS to select only a subset of tests
15 years ago
Stefan Bühler 5547928112 Decode url before matching in mod_rewrite (#1720)
15 years ago
Stefan Bühler e294fffbad Print helpful error message on conditionals in global block (#1550)
15 years ago
Stefan Bühler 8d837b75d0 Fix dropping last character of evhost pattern (#161)
15 years ago
Stefan Bühler b8835ab9a8 Allow digits in [s]cgi env vars (#1712)
15 years ago
Stefan Bühler d62f894344 Fix url encoding to encode more characters (#266)
15 years ago
Stefan Bühler ad12e4c5b2 Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
15 years ago
Stefan Bühler f7dd7203e2 Fix buffer_reset to make an empty string
15 years ago
Stefan Bühler 6ce1dfb0d1 mod_{fast,s}cgi: overwrite environment variables (#1722)
15 years ago
Stefan Bühler a7f5983e05 Fix EINTR handling for waitpid in mod_fastcgi
15 years ago
Stefan Bühler d0b5d2b45f Fix round-robin balancing in mod_proxy (#1715)
15 years ago
Stefan Bühler 60b90dad70 Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
15 years ago
Stefan Bühler c1662bcf8a Handle EAGAIN and EINTR for freebsd sendfile (#1675)
15 years ago
Stefan Bühler 3f791f46d5 Fix mod_secdownload problem with unsigned time_t (#1688)
15 years ago
Stefan Bühler 0c16fddde3 Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
15 years ago
Stefan Bühler 41868422f3 case insensitive match for secdownload md5 token (#1710)
15 years ago
Stefan Bühler 52861d77df Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
15 years ago
Stefan Bühler 0c8ebbeb60 [tests] Fix fastcgi php finding
15 years ago
Stefan Bühler 25c7c7f3f8 fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
15 years ago
Stefan Bühler 2bd973108d [tests] remove env TODO test: don't use undefined env vars
15 years ago
Stefan Bühler 3bb07cad07 [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
15 years ago
Stefan Bühler cbd40dc44b [tests] Remove pidfile from test system
15 years ago
Stefan Bühler 0b257bcefa [tests] Fixed test system, use foreground daemons and waitpid
15 years ago
Stefan Bühler a70ba6c625 Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
15 years ago
Stefan Bühler 543830266c Fix bug with IPv6 in mod_evasive
15 years ago
Stefan Bühler f08cd32877 Close connection in mod_magnet if returned status code
15 years ago
Stefan Bühler cf789917f7 Close connection after redirect in trigger_b4_dl
15 years ago
Elan Ruusamäe 0f515626e4 - let spawn-fcgi propagate exit code from spawned fcgi application
15 years ago
Elan Ruusamäe 00e5a032d6 - print success message to stdout (for discarding it from initscripts)
15 years ago
Elan Ruusamäe f08ffad238 - strerror() wants errno as param not arbitary exit value from spawned child
15 years ago
Elan Ruusamäe 5fa895e8ec - revert unwanted commit
15 years ago
Elan Ruusamäe ef95813dea - merge spawn-fcgi changes from trunk (from @2191)
15 years ago
Elan Ruusamäe 13576f67a6 - fix typo ;) #1691
15 years ago
Xuefer b5632eada1 fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround
15 years ago
Xuefer 765d3cbe6a avoid undefined index triggered by user's php.ini
15 years ago
Xuefer 695a227783 build mod_extforward in scons
15 years ago
Xuefer ead7276368 mark testcase executable
15 years ago
Xuefer 5921dc1f2d sync code between fastcgi->scgi: copy note_is_sent, fix typos
15 years ago
Xuefer b557589f05 sync the "if" logic block with mod_fastcgi to make the indention same
15 years ago
Xuefer 098ea27629 merged [2170] from trunk: fixed include basedir within include_shell, thanks to lunatic
15 years ago
Stefan Bühler 4adb52a416 Fix dependencies of the parser files in the Makefile
15 years ago
Stefan Bühler 193b933329 Fix type in previous commit
15 years ago
Stefan Bühler e93cb224c1 Fix more warnings (unused var, pointer types in md5.c)
15 years ago
Stefan Bühler 7b309ef770 Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
15 years ago
Stefan Bühler 93e7167f84 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
15 years ago