summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - added test for the location crashMarcus Rückert2007-08-122-1/+12
* * fixed mem-leak in mod_auth (reported by Stefan Esser)Jan Kneschke2007-06-151-1/+38
* check the URL twice, before and after path-info handling. (fixes #1230)Jan Kneschke2007-06-154-2/+10
* fixed by 1232, not 1209Jan Kneschke2007-06-151-3/+3
* fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)Jan Kneschke2007-06-151-1/+33
* - a few more whitespace cleanupsMarcus Rückert2006-10-0541-177/+177
* - properly find fastcgi.h in /usr/include/fastcgiMarcus Rückert2006-10-032-0/+10
* merged [1174] and [1224]Jan Kneschke2006-09-211-3/+5
* merged [1055], [1056], [1068], [1172], [1176]Jan Kneschke2006-09-073-1/+119
* - added missing file symlink.tMarcus Rückert2006-09-071-0/+115
* merged [1105]Jan Kneschke2006-09-0712-99/+98
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-0/+12
* merged [1044], [1052], [1054]Jan Kneschke2006-09-071-1/+1
* make the wrapper compatible with solaris' /bin/shJan Kneschke2006-03-091-3/+3
* - fixed test for max-request-size on 64bit platformsJan Kneschke2006-03-092-3/+6
* we have an extra test for respondersJan Kneschke2006-03-061-2/+2
* allow leading zeros in HTTP/01.01 (fixes #542)Jan Kneschke2006-03-041-1/+31
* OPTIONS may have a content-lengthJan Kneschke2006-03-041-1/+1
* check for trailing spaces on windowsJan Kneschke2006-03-041-0/+7
* added tests for possible crashesJan Kneschke2006-02-013-3/+38
* give a warning on duplicate response headersJan Kneschke2006-01-141-7/+8
* added tests for lowercase filesysytemsJan Kneschke2006-01-142-0/+174
* forbid Content-Length for GET, HEAD or OPTIONS requestsJan Kneschke2006-01-031-1/+39
* made the 'spawn php myself' working again for me (jan)Jan Kneschke2006-01-032-4/+2
* updated test as we don't overwrite the Server-Header anymoreJan Kneschke2005-11-181-1/+1
* added a keep-alive check for pipeliningJan Kneschke2005-11-181-1/+17
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-053-2/+15
* fixed output of non-cached compressed content and added test-casesJan Kneschke2005-10-042-4/+26
* detect empty URIs in requests as bad request, status 400Jan Kneschke2005-10-022-1/+16
* kill warning for string compare introduced by last changesetmOo2005-10-011-1/+1
* scons fixes, and built/test on cygwinmOo2005-10-014-1/+11
* the missing part of [757]mOo2005-09-301-3/+0
* the refer == "" tests are failing even if they should have been fixed already...Jan Kneschke2005-09-301-0/+3
* let u know what's wrongmOo2005-09-291-1/+6
* make it works for both autotools/sconsmOo2005-09-291-3/+14
* an unset header is now treat as empty_string "" to make the conditional logic...mOo2005-09-293-8/+13
* this should have been part of [752]Jan Kneschke2005-09-291-1/+2
* added a check for $HTTP["referer"] == ""Jan Kneschke2005-09-292-1/+31
* added a ssi check for the endless loop we hadJan Kneschke2005-09-292-1/+12
* added a alternative to automake and friends by using sconsJan Kneschke2005-09-241-0/+39
* fix and add testcase for #255mOo2005-09-202-20/+25
* added lighttpd.passwd for the mod-auth testsJan Kneschke2005-09-182-0/+3
* tests for htpasswd + md5 and referer matching in conditionalsJan Kneschke2005-09-164-23/+79
* allow a stand alone versionJan Kneschke2005-09-141-0/+4
* a simple connect() on the port is better and fasterlighttpd-1.4.3Jan Kneschke2005-09-011-6/+7
* use netstat to check if a process is listening on port 1026Jan Kneschke2005-09-013-10/+7
* redirect don't need $tf->{HOSTNAME}mOo2005-09-011-4/+4
* wait the fastcgi process to be upmOo2005-09-011-0/+2
* find perl at runtimeJan Kneschke2005-09-0120-20/+20
* replace 'localhost' by gethostbyaddr for 127.0.0.1Jan Kneschke2005-09-014-8/+13