summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle follow-symlink in the stat-cachejan2006-09-212-22/+31
* 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
* 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
* 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-161-2/+11
* lua_State has to be put into the #ifdef toojan2006-09-151-4/+1
* fix for lua not installedjan2006-09-152-4/+13
* 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 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-151-3/+9
* - 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
* - add a try-catch around add-contentjan2006-09-111-59/+121
* added mod_magnetjan2006-09-105-0/+663
* added comment on waitpid() + -HUPjan2006-09-101-0/+8
* - only run symlink checks if we should not follow them.darix2006-09-101-30/+32
* use sysconf() to get IOV_MAX (fixes #842)jan2006-09-091-25/+18
* Remove unmaintained and not working pam code.darix2006-09-073-46/+7
* - dont debug the statcache by default!;)darix2006-09-071-1/+1
* merged [1055], [1056], [1068], [1172], [1176]jan2006-09-071-0/+2
* don't use strndup if possiblejan2006-09-071-13/+16
* merged [1217] jan2006-09-074-5/+47
* - backport symlink patch in hard version to 1.4.11darix2006-09-077-14/+131
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]jan2006-09-077-75/+141