summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-2615-6/+91
* fixed link and version numberJan Kneschke2005-06-151-3/+3
* added comment that only one vhost-module should be active at a timeJan Kneschke2005-06-152-1/+14
* fixed reST markupJan Kneschke2005-06-152-1/+4
* removed unused parts for the documentJan Kneschke2005-06-151-37/+6
* added docsJan Kneschke2005-06-151-0/+5
* Unified all tests to use the LighyTest framework Jan Kneschke2005-06-1514-2832/+705
* moved to ports of the fastcgi scripts to somewhere elseJan Kneschke2005-06-152-2/+2
* added docs for scgiJan Kneschke2005-06-152-2/+37
* added a comment about balancing and documented the Jan Kneschke2005-06-151-17/+49
* don't segfault on cleanup if the startup failedJan Kneschke2005-06-151-0/+2
* updated ChangeLog and NEWS from trac-timelineJan Kneschke2005-06-122-3/+74
* fixed scgi protocol handling and run first tests again pythonpasteJan Kneschke2005-06-121-262/+246
* added a mod_scgi.c to implement SCGI for the python folks. This justJan Kneschke2005-06-122-0/+3066
* disable adaptive spawning for nowJan Kneschke2005-06-121-1/+4
* improve readability for error in request header error (fix #101)Jan Kneschke2005-06-121-3/+16
* final fix for testcase and #177Jan Kneschke2005-06-122-8/+10
* improved debug outputJan Kneschke2005-06-121-3/+8
* Quote ETag, fixes #117Jan Kneschke2005-06-122-8/+30
* fixed checks for the digest-crash Jan Kneschke2005-06-111-17/+7
* merged [373]Jan Kneschke2005-06-066-27/+53
* fixed #148 and let PAM use the lighttpd-handle (if someone implements it)Jan Kneschke2005-06-051-1/+1
* Fixed segv if debuggin is enabledJan Kneschke2005-06-051-1/+1
* removed dead code, improved debug output and use + instead of % for the host-...Jan Kneschke2005-06-051-47/+15
* use size_t instead of unsigned int and char * instead of unsigned char *Jan Kneschke2005-06-053-5/+7
* make port 80 the defaultJan Kneschke2005-06-051-10/+3
* make sure we mark the connection as SSL (important for redirects later)Jan Kneschke2005-06-051-2/+3
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...Jan Kneschke2005-06-045-11/+18
* don't close the connection twice on HUP|INJan Kneschke2005-06-041-17/+13
* added more debug info and fix hang after a local fcgi process has diedJan Kneschke2005-06-041-9/+27
* handle ranges >2G correctlyJan Kneschke2005-06-041-1/+1
* using 127.0.0.1 is fine for all systemsJan Kneschke2005-06-042-2/+2
* added balancing and debugging infoJan Kneschke2005-05-311-75/+211
* Fix crash if qop is not set in the authorize responseJan Kneschke2005-05-311-2/+2
* handle range requests for >2Gb correctlyJan Kneschke2005-05-231-4/+4
* cleanup nicelyJan Kneschke2005-05-231-3/+14
* Clenaup environment before finishing the requestJan Kneschke2005-05-201-0/+1
* added tests for mod-proxyJan Kneschke2005-05-102-0/+383
* - Added hash, round-robin balancersJan Kneschke2005-05-084-55/+123
* replaced IP address for fastcgi.server to localhostJan Kneschke2005-05-084-4/+4
* remove FDEVENT_OUT as soon as we hit _READ and only call joblist_append() if ...Jan Kneschke2005-05-051-8/+23
* added the name of the plugin if dlopen failsJan Kneschke2005-05-051-2/+2
* don't use accept-filtering if SSL is usedJan Kneschke2005-04-301-15/+14
* merged [166]Jan Kneschke2005-04-302-3/+1
* next release will be 1.3.14Jan Kneschke2005-04-301-1/+1
* merged [238]Jan Kneschke2005-04-201-0/+12
* set server-name to http_host if it is not set explicitlyJan Kneschke2005-04-201-0/+5
* removed duplicate variableJan Kneschke2005-04-203-4/+0
* merged [281]Jan Kneschke2005-04-151-1/+1
* merged partts of [192] and [194]Jan Kneschke2005-04-152-3/+10