summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-192-2/+33
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)Stefan Bühler2011-11-291-1/+9
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-303-2/+19
* two additional test cases for absolute http(s) uris in the request lineStefan Bühler2011-04-041-1/+16
* [tests] Add path traversal check with $HTTP['url']Stefan Bühler2011-02-102-1/+27
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-293-35/+68
* Fix accesslog escape segfault (#1551)Stefan Bühler2009-10-161-1/+1
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-144-4/+31
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...Peter Colberg2009-10-148-8/+8
* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't ...Stefan Bühler2009-10-122-2/+12
* mod_fastcgi: restart local procs immediately after they terminated, fix local...Stefan Bühler2009-10-111-2/+2
* tests: Rename env-var to select tests to RUNTESTSStefan Bühler2009-10-111-1/+1
* mod_compress: match partial+full content-type (fixes #1552)Stefan Bühler2009-10-112-4/+4
* Read hostname from absolute uris in the request line (fixes #1937)Stefan Bühler2009-10-111-2/+10
* tests: fix endless loop if connect fails without the child dyingStefan Bühler2009-08-081-0/+7
* Cleanup tree: remove .cvsignore and ChangeLog (deprecated by NEWS)Stefan Bühler2009-07-231-6/+0
* tests: use breakage logStefan Bühler2009-07-0114-0/+14
* Removed sendfile.php from distStefan Bühler2009-06-191-2/+1
* Remove X-Sendfile-Range feature; it will be replaced with something more powe...Stefan Bühler2009-06-193-24/+3
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)Stefan Bühler2009-06-111-1/+2
* Add X-Sendfile-Range feature (fixes #2005)Stefan Bühler2009-06-113-3/+24
* [tests] Remove index.html~ from repository, create it on the fly for testsStefan Bühler2009-06-113-3/+3
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)Stefan Bühler2009-06-111-1/+1
* Workaround broken operating systems: check for trailing '/' in filenames (fix...Stefan Bühler2009-06-071-2/+10
* Finally removed spawn-fcgiStefan Bühler2009-04-031-3/+10
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (f...Stefan Bühler2009-04-013-4/+39
* [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)Stefan Bühler2009-02-101-1/+1
* Allow mod_compress to return 304 (Not Modified); compress ignores the static-...Stefan Bühler2009-02-041-0/+1
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-073-14/+42
* [cmake] Add basic cmake supportStefan Bühler2008-12-051-0/+34
* [tests] Fix tests/mod-compress.conf distributionStefan Bühler2008-12-052-0/+2
* - Add possibility to disable methods in mod_compress (#1773)Elan Ruusamäe2008-10-032-1/+44
* Fix fastcgi authorization in subdirectories with check-local=disabled; don't ...Stefan Bühler2008-10-012-2/+11
* Fix make dist (remove dummydir)Stefan Bühler2008-08-201-1/+1
* [tests] fix skip in mod-rewriteStefan Bühler2008-08-191-1/+1
* [tests] Added env var TESTS to select only a subset of testsStefan Bühler2008-08-021-3/+4
* Decode url before matching in mod_rewrite (#1720)Stefan Bühler2008-08-021-2/+10
* [tests] Fix fastcgi php findingStefan Bühler2008-07-302-2/+3
* [tests] remove env TODO test: don't use undefined env varsStefan Bühler2008-07-293-24/+0
* [tests] Fixed tests needing php running (if not running on port 1026, search ...Stefan Bühler2008-07-292-8/+52
* [tests] Remove pidfile from test systemStefan Bühler2008-07-2915-34/+6
* [tests] Fixed test system, use foreground daemons and waitpidStefan Bühler2008-07-291-38/+109
* avoid undefined index triggered by user's php.inimOo2008-05-221-1/+2
* mark testcase executablemOo2008-05-223-0/+0
* Fix typo in test descriptionStefan Bühler2008-04-231-1/+1
* Allow all http status codes by default; disable body only for 204,205 and 304...Stefan Bühler2008-04-231-1/+1
* added support to run dtruss as TRACEMEJan Kneschke2008-03-101-0/+2
* Fix symlink.t check to run with builddir != srcdirStefan Bühler2008-03-021-2/+2
* Add option to configure verbosity of check in commandline: "VERBOSE=1 make ch...Stefan Bühler2008-03-021-1/+1
* fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_...Stefan Bühler2008-03-011-2/+2