summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed server-based traffic shaping if connection limit is not setlighttpd-1.4.8Jan Kneschke2005-11-231-1/+2
* allow to bind the server to a unix-domain socketJan Kneschke2005-11-232-3/+38
* in case the length is 0 don't decrement the lenghtJan Kneschke2005-11-231-2/+2
* improved error-msgJan Kneschke2005-11-221-2/+8
* reverted last patch as open + fstat() results in a hang on named-pipesJan Kneschke2005-11-221-6/+15
* set content-type for errorfiles (fixed #383)Jan Kneschke2005-11-221-0/+1
* fixed 64bit printf() for size_t Jan Kneschke2005-11-221-2/+2
* - init FAM after fdevent-backend is upJan Kneschke2005-11-222-34/+47
* fixed possible overflow in password-salt handlingJan Kneschke2005-11-211-1/+1
* fixed streaming cgi output (like cgi-irc)Jan Kneschke2005-11-201-0/+4
* fixed typoJan Kneschke2005-11-181-1/+2
* suppress the 'using default-vhost' message by defaultJan Kneschke2005-11-181-2/+15
* fixed unsigned/signed compareJan Kneschke2005-11-181-1/+1
* check if we need -ldl to get dlopenJan Kneschke2005-11-181-1/+1
* link all the files to mod_cmlJan Kneschke2005-11-181-1/+1
* - don't duplicate Server and Date HeaderJan Kneschke2005-11-183-43/+76
* more unsigned/sign compare fixesJan Kneschke2005-11-1811-27/+33
* added lua compile optionJan Kneschke2005-11-181-1/+1
* fixed ranges for the unsigned fixesJan Kneschke2005-11-181-8/+13
* fixed md5 on 64bit platformsJan Kneschke2005-11-1710-50/+20
* fixed unsigned comparesJan Kneschke2005-11-174-11/+11
* fixed assertion if a read() returned with EGAIN in POST-readJan Kneschke2005-11-171-18/+53
* don't take all max-fds as solaris needs some fds for devpollJan Kneschke2005-11-171-0/+3
* don't try to encode a empty uri.pathJan Kneschke2005-11-171-1/+3
* fixed unsigned compareJan Kneschke2005-11-171-6/+4
* improved warning-messageJan Kneschke2005-11-151-2/+6
* added ldap-support to scons-build for mod_authJan Kneschke2005-11-151-1/+1
* fixed unsinged compareJan Kneschke2005-11-151-2/+3
* made cafile optional for starttls as encryption might be enough for a startJan Kneschke2005-11-151-14/+10
* init the fdevent-handler AFTER daemonize and AFTER the max-worker spawningJan Kneschke2005-11-153-34/+31
* fixed calcutation of offset and length for range-requestJan Kneschke2005-11-141-9/+18
* fixed the DEBUG: warning for the Last-Modified header checkJan Kneschke2005-11-141-1/+1
* darix asked for this version of the type castJan Kneschke2005-11-111-0/+4
* cached FDs for the uploading chunkJan Kneschke2005-11-111-6/+24
* fixed SIGBUS in range-requests as we were mmaping/madvising too muchJan Kneschke2005-11-111-4/+6
* use the SIMPLE stat-cache-engine as defaultJan Kneschke2005-11-111-1/+1
* fixed stripping if strip and input are the sameJan Kneschke2005-11-111-1/+1
* don't try to call sqlite3 function if we don't have a sqlite3 db setJan Kneschke2005-11-101-86/+101
* fixed reconnect after dead php-backend Jan Kneschke2005-11-101-10/+70
* removed some debugJan Kneschke2005-11-101-11/+1
* fixed range request handling in network_writevJan Kneschke2005-11-101-2/+15
* added better debugJan Kneschke2005-11-101-3/+2
* check return code of chdir and send SIGTERM to the childs when we shutdownJan Kneschke2005-11-101-4/+7
* fixed encoding of the buffers and trust the length of the stringJan Kneschke2005-11-101-5/+4
* improved hints if startup failsJan Kneschke2005-11-101-1/+12
* accept no-error as return for the last xml-chunkJan Kneschke2005-11-101-1/+6
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-077-155/+172
* fixed warnings about unused vars and unhandled enum-values in switch()Jan Kneschke2005-11-074-6/+4
* added auto-reconnect to ldap (fixes #294), patch from joerg@netbsd.orgJan Kneschke2005-11-072-9/+30
* fixed cache-control valueJan Kneschke2005-11-031-2/+2