summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* merged [1078] Jan Kneschke2006-09-231-0/+3
* fixed connections falling back to non-ssl when keep-alive + ssl was usedJan Kneschke2006-09-231-0/+6
* - added the webdav permissions fixMarcus Rückert2006-09-221-0/+2
* handle follow-symlink in the stat-cacheJan Kneschke2006-09-212-22/+31
* merged [1174] and [1224]Jan Kneschke2006-09-211-3/+5
* removed buggy optimizationJan Kneschke2006-09-211-3/+0
* removed duplicate lua-load calls which crash lua 5.0Jan Kneschke2006-09-211-6/+0
* handle connection-close after after a broken header in keep-alive likeJan Kneschke2006-09-211-10/+10
* - mod_webdav honors the umask now.Marcus Rückert2006-09-211-4/+4
* - fix logging of the path when using stat_cache debugging.Marcus Rückert2006-09-211-1/+10
* fixed SSL_ERROR_WANT_READ handlingJan Kneschke2006-09-212-24/+27
* added append_buffer_weak() which take the buffer directly instead of copying itJan Kneschke2006-09-212-0/+18
* removed debug infoJan Kneschke2006-09-211-4/+0
* fixed crash with invalid hostmask is used (fixes #854)Jan Kneschke2006-09-201-1/+1
* added last minute changesJan Kneschke2006-09-201-0/+2
* reverted [1312] as it led to seg-faultsJan Kneschke2006-09-201-79/+91
* print 'lighttpd -p -f ...' to stdout instead of stderrJan Kneschke2006-09-207-31/+31
* fixed SSL + POST on FirefoxJan Kneschke2006-09-201-209/+188
* handle ENOTCONN nicly on FreeBSD writev()Jan Kneschke2006-09-181-0/+1
* workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if ...Jan Kneschke2006-09-183-3/+31
* it runs fine with lua 5.0 tooJan Kneschke2006-09-161-1/+1
* trust the autoconf-checks againJan Kneschke2006-09-161-1/+1
* rici pointed me the lua_cpcall() to call a lua-c-function in protected mode Jan Kneschke2006-09-161-91/+79
* fixed "Software caused connection abort" messages on FreeBSDJan Kneschke2006-09-162-2/+12
* use pkg-config to find lua via sconsJan Kneschke2006-09-161-4/+9
* lua_State has to be put into the #ifdef tooJan Kneschke2006-09-151-4/+1
* fix for lua not installedJan Kneschke2006-09-152-4/+13
* - fix minor typo in the changelogMarcus Rückert2006-09-151-1/+1
* fixed writev() for older glibc'sJan Kneschke2006-09-151-1/+3
* - make the features output more portableMarcus Rückert2006-09-151-5/+4
* fixed mod_cml + lua 5.1Jan Kneschke2006-09-151-2/+3
* added last changes before pre-releaseJan Kneschke2006-09-151-0/+2
* added missing header fileJan Kneschke2006-09-151-1/+2
* if wait() gets interruped, don't increase the number of workers to startJan Kneschke2006-09-151-2/+3
* fixed compile if lua is not enabledJan Kneschke2006-09-152-6/+12
* - added set() for .env[]Jan Kneschke2006-09-151-37/+95
* added support for lighty.status[] in mod_magnetJan Kneschke2006-09-146-45/+124
* luaL_newstate() is from lauxlib.h, #include itJan Kneschke2006-09-141-0/+1
* oops, use SSL_CTX_* if you modify the ssl_ctxJan Kneschke2006-09-141-1/+1
* - moved all global vars to the lighty.* namespaceJan Kneschke2006-09-131-43/+110
* free hostname on shutdown (fixes #844)Jan Kneschke2006-09-131-0/+1
* - add a try-catch around add-contentJan Kneschke2006-09-111-59/+121
* added mod_magnetJan Kneschke2006-09-105-0/+663
* added comment on waitpid() + -HUPJan Kneschke2006-09-101-0/+8
* - only run symlink checks if we should not follow them.Marcus Rückert2006-09-101-30/+32
* use sysconf() to get IOV_MAX (fixes #842)Jan Kneschke2006-09-091-25/+18
* Remove unmaintained and not working pam code.Marcus Rückert2006-09-073-46/+7
* - dont debug the statcache by default!;)Marcus Rückert2006-09-071-1/+1
* merged [1055], [1056], [1068], [1172], [1176]Jan Kneschke2006-09-074-1/+121
* don't use strndup if possibleJan Kneschke2006-09-071-13/+16