Commit Graph

927 Commits (022760f07ded9f01b3373fb13e39e3977f818434)
 

Author SHA1 Message Date
Jan Kneschke 63ec609a56 - added set() for .env[]
17 years ago
Jan Kneschke c7b9858b03 added support for lighty.status[] in mod_magnet
17 years ago
Jan Kneschke 1b47e99a34 luaL_newstate() is from lauxlib.h, #include it
17 years ago
Jan Kneschke 7b4097f7ee oops, use SSL_CTX_* if you modify the ssl_ctx
17 years ago
Jan Kneschke b79f1a24c9 - moved all global vars to the lighty.* namespace
17 years ago
Jan Kneschke 51db8b5498 free hostname on shutdown (fixes #844)
17 years ago
Jan Kneschke 925cb27a14 - add a try-catch around add-content
17 years ago
Jan Kneschke daeab348cd added mod_magnet
17 years ago
Jan Kneschke 1311a6137f added comment on waitpid() + -HUP
17 years ago
Marcus Rückert 05919041e1 - only run symlink checks if we should not follow them.
17 years ago
Jan Kneschke dcb2689f4d use sysconf() to get IOV_MAX (fixes #842)
17 years ago
Marcus Rückert 27e3de6ca4 Remove unmaintained and not working pam code.
17 years ago
Marcus Rückert 0f190e1614 - dont debug the statcache by default!;)
17 years ago
Jan Kneschke 7d4d819599 merged [1055], [1056], [1068], [1172], [1176]
17 years ago
Jan Kneschke 08994e478a don't use strndup if possible
17 years ago
Marcus Rückert 7a6f8ced20 - added missing file symlink.t
17 years ago
Jan Kneschke 3521657508 merged [1105]
17 years ago
Jan Kneschke 3b73da83a2 merged [1217]
17 years ago
Marcus Rückert 657a024d53 - backport symlink patch in hard version to 1.4.11
17 years ago
Jan Kneschke d5c9873255 merged [1044], [1052], [1054]
17 years ago
Jan Kneschke a85ca5e0ef merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]
17 years ago
Jan Kneschke 47069040ba merged [1082]
17 years ago
Jan Kneschke 38b24d85d4 backported to the 1.4.11 interface
17 years ago
Jan Kneschke 33983f89f1 merged -r1042:1194 for mod_webdav.c from the 1.5.0 tree
17 years ago
Jan Kneschke 71e66c88ec fix cygwin-only path traversal
17 years ago
Jan Kneschke 48ca389d89 - use a big SSL_read buffer which can read at least 16k + the pending bytes
17 years ago
Jan Kneschke 609a30e896 disable the ssl-write checks for a moving SSL-write-buffer
17 years ago
Jan Kneschke 28f6aa9ba8 skip empty buffers
17 years ago
Marcus Rückert f3c92b12e8 - branch for testing the ssl fixes
17 years ago
Jan Kneschke e9b029c21a tagged lighttpd-1.4.11
17 years ago
Jan Kneschke 2cf69764e5 fixed formating
17 years ago
Jan Kneschke 7ac34bb5ca make the wrapper compatible with solaris' /bin/sh
17 years ago
Jan Kneschke 9dbf12d8ed - fixed test for max-request-size on 64bit platforms
17 years ago
Jan Kneschke 7ef30c4dfe don't forget the waitpid() for locally spawned processes (patch by Cameron Ring)
17 years ago
Jan Kneschke 55bfb4737d removed complex proc-load-balancing code and simplified it
17 years ago
Jan Kneschke 3420a2b22b the next release is 1.4.11
17 years ago
Jan Kneschke bb01131ce0 fixed case for sh)
17 years ago
Jan Kneschke 35104118f4 reordered modules
17 years ago
Jan Kneschke f55d7dd566 fixed typo
17 years ago
Jan Kneschke 2e158adaf3 prepare the pre-release of 1.4.11
17 years ago
Jan Kneschke a1eb4c307f big cleanup of error-handling
17 years ago
Jan Kneschke 4753fb5dd5 added mod_flv_streaming.c for streaming flash movies efficiently
17 years ago
Jan Kneschke bfc8289f82 added ability to specify which ip address spawn-fci listens on (fixes #504), patch by agkr@pobox.com
17 years ago
Jan Kneschke ad620446f2 we have an extra test for responders
17 years ago
Jan Kneschke 66de89f0f8 432 is used by webdav for locked
17 years ago
Jan Kneschke fe8b467cc1 removed umask(0);, let the old umask stay in place (fixes #547)
17 years ago
Jan Kneschke 0b8de4b3ec allow leading zeros in HTTP/01.01 (fixes #542)
17 years ago
Jan Kneschke 096ec7f1ca OPTIONS may have a content-length
17 years ago
Jan Kneschke 1343f4c081 check for trailing spaces on windows
17 years ago
Jan Kneschke 9d3c1b09de fixed calculation of unix-socket path length if SUN_LEN is not defined (fixes #553)
17 years ago