summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added a better comment about the current (incomplete) state of LOCK supportlighttpd-1.4.11-ssl-fixesjan2006-09-281-11/+11
* fixed the 501 code for a LOCK requestjan2006-09-281-0/+3
* added a check for uuid.h to the scons buildjan2006-09-282-1/+4
* - configure.in:darix2006-09-272-2/+2
* we have a releasejan2006-09-231-1/+1
* use the right return-value for an errorjan2006-09-231-2/+2
* make the config-options arrays instead of stringsjan2006-09-231-18/+33
* improved error-msgs if on type-mismatchjan2006-09-231-4/+4
* changed name of shadowed variablejan2006-09-231-5/+5
* merged [1078] jan2006-09-231-0/+3
* fixed connections falling back to non-ssl when keep-alive + ssl was usedjan2006-09-231-0/+6
* - added the webdav permissions fixdarix2006-09-221-0/+2
* handle follow-symlink in the stat-cachejan2006-09-212-22/+31
* merged [1174] and [1224]jan2006-09-211-3/+5
* removed buggy optimizationjan2006-09-211-3/+0
* removed duplicate lua-load calls which crash lua 5.0jan2006-09-211-6/+0
* handle connection-close after after a broken header in keep-alive likejan2006-09-211-10/+10
* - mod_webdav honors the umask now.darix2006-09-211-4/+4
* - fix logging of the path when using stat_cache debugging.darix2006-09-211-1/+10
* fixed SSL_ERROR_WANT_READ handlingjan2006-09-212-24/+27
* added append_buffer_weak() which take the buffer directly instead of copying itjan2006-09-212-0/+18
* removed debug infojan2006-09-211-4/+0
* fixed crash with invalid hostmask is used (fixes #854)jan2006-09-201-1/+1
* added last minute changesjan2006-09-201-0/+2
* reverted [1312] as it led to seg-faultsjan2006-09-201-79/+91
* print 'lighttpd -p -f ...' to stdout instead of stderrjan2006-09-207-31/+31
* fixed SSL + POST on Firefoxjan2006-09-201-209/+188
* handle ENOTCONN nicly on FreeBSD writev()jan2006-09-181-0/+1
* workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if ...jan2006-09-183-3/+31
* it runs fine with lua 5.0 toojan2006-09-161-1/+1
* trust the autoconf-checks againjan2006-09-161-1/+1
* rici pointed me the lua_cpcall() to call a lua-c-function in protected mode jan2006-09-161-91/+79
* fixed "Software caused connection abort" messages on FreeBSDjan2006-09-162-2/+12
* use pkg-config to find lua via sconsjan2006-09-161-4/+9
* lua_State has to be put into the #ifdef toojan2006-09-151-4/+1
* fix for lua not installedjan2006-09-152-4/+13
* - fix minor typo in the changelogdarix2006-09-151-1/+1
* fixed writev() for older glibc'sjan2006-09-151-1/+3
* - make the features output more portabledarix2006-09-151-5/+4
* fixed mod_cml + lua 5.1jan2006-09-151-2/+3
* added last changes before pre-releasejan2006-09-151-0/+2
* added missing header filejan2006-09-151-1/+2
* if wait() gets interruped, don't increase the number of workers to startjan2006-09-151-2/+3
* fixed compile if lua is not enabledjan2006-09-152-6/+12
* - added set() for .env[]jan2006-09-151-37/+95
* added support for lighty.status[] in mod_magnetjan2006-09-146-45/+124
* luaL_newstate() is from lauxlib.h, #include itjan2006-09-141-0/+1
* oops, use SSL_CTX_* if you modify the ssl_ctxjan2006-09-141-1/+1
* - moved all global vars to the lighty.* namespacejan2006-09-131-43/+110
* free hostname on shutdown (fixes #844)jan2006-09-131-0/+1