summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor portability fixesJan Kneschke2005-09-011-9/+4
* some files aren't shipped anymoreJan Kneschke2005-09-011-1/+1
* removed duplicate test-scripts, added a test for bin-copy-env and cleaned up ...Jan Kneschke2005-08-318-38/+28
* the lost part of [240]mOo2005-08-311-1/+1
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a HAS...Jan Kneschke2005-08-3124-166/+340
* do a long wait if the lighttpd isn't starting up fast enoughlighttpd-1.4.2Jan Kneschke2005-08-291-4/+4
* make 'make distcheck' happy and install files into _build/tests/Jan Kneschke2005-08-293-14/+20
* create empty files for mimetype testingJan Kneschke2005-08-291-3/+3
* don't set a global uri-prefix and added checks (fixes #235)Jan Kneschke2005-08-292-12/+27
* run tests in build root (merged #228)Jan Kneschke2005-08-2915-106/+116
* fixed detection of mimetype on uppercase extensionsJan Kneschke2005-08-271-1/+24
* off by one in the skip countJan Kneschke2005-08-271-1/+1
* fixe dthe number of tests in mod-secdownload.tJan Kneschke2005-08-271-1/+1
* added tests for mod-secdownloadJan Kneschke2005-08-253-1/+70
* check that the anti deeplinking via referer matches workJan Kneschke2005-08-242-1/+38
* added a basic test for mod-ssiJan Kneschke2005-08-236-1/+35
* added testcase for header before we-got-content bugJan Kneschke2005-08-213-1/+36
* added another test for OPTIONSJan Kneschke2005-08-191-1/+11
* check that the content-type is the CT of the original fileJan Kneschke2005-08-181-1/+10
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-175-4/+6
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-097-24/+86
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-082-1/+11
* checked | to 'else' (merged [316])Jan Kneschke2005-08-081-3/+3
* allow numbers in header-keysJan Kneschke2005-08-082-2/+26
* fixed testcasesJan Kneschke2005-08-081-3/+7
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-088-13/+132