Commit Graph

368 Commits (32c28a042104fd3c96a2138acdfe3f9dc25ce822)
 

Author SHA1 Message Date
Jan Kneschke 01afa1ca5b don't segfault on cleanup if the startup failed
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@384 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 8281374f40 updated ChangeLog and NEWS from trac-timeline
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@383 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 91f59d67b1 fixed scgi protocol handling and run first tests again pythonpaste
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@382 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 53c6ac0628 added a mod_scgi.c to implement SCGI for the python folks. This just
a skeleton and has to tested against a real SCGI server.


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@381 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke e6a090656f disable adaptive spawning for now
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@380 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 533e8047c0 improve readability for error in request header error (fix #101)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@379 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 7bca57bb6b final fix for testcase and #177
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@378 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke f090899eae improved debug output
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@377 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 5986add693 Quote ETag, fixes #117
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@376 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke d185991460 fixed checks for the digest-crash
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@375 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 4d33902639 merged [373]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@374 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke c8652e52b0 fixed #148 and let PAM use the lighttpd-handle (if someone implements it)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@372 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 232e6158a9 Fixed segv if debuggin is enabled
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@371 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke d162ea1385 removed dead code, improved debug output and use + instead of % for the host-selection in CARP
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@370 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 8e67134b23 use size_t instead of unsigned int and char * instead of unsigned char *
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@369 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke c65f4e0223 make port 80 the default
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@368 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke e5a1b1eb4a make sure we mark the connection as SSL (important for redirects later)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@367 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke acfe706d73 Looks like the '+' -> ' ' transformation is only applied in the ?query part and not the rel-path.
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@366 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke efa87f47c1 don't close the connection twice on HUP|IN
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@365 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke b527f569af added more debug info and fix hang after a local fcgi process has died
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@364 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 4335479051 handle ranges >2G correctly
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@363 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 5056731095 using 127.0.0.1 is fine for all systems
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@362 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke bca076c9d0 added balancing and debugging info
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@361 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke dfe03995d7 Fix crash if qop is not set in the authorize response
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@360 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke b90f231042 handle range requests for >2Gb correctly
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@357 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 3eaaf78038 cleanup nicely
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@356 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke f88ca6b629 Clenaup environment before finishing the request
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@354 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke cee3c0d880 added tests for mod-proxy
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@351 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke b5e848d5b4 - Added hash, round-robin balancers
- fixed return codes in two cases
- droped some endless loops
- FIXME: re-enabling of dead hosts is missing for now


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@350 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 510b536669 replaced IP address for fastcgi.server to localhost
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@349 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke e7def825a8 remove FDEVENT_OUT as soon as we hit _READ and only call joblist_append() if really needed
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@343 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 6b5c314cc6 added the name of the plugin if dlopen fails
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@342 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 279af9590f don't use accept-filtering if SSL is used
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@320 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke be5bb63b00 merged [166]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@318 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke bd7c860620 next release will be 1.3.14
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@317 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 3e61a898cb merged [238]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@292 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke a4f3a407bf set server-name to http_host if it is not set explicitly
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@291 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 6925cdcf49 removed duplicate variable
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@290 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke d501b21f57 merged [281]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@285 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 3b5fffce48 merged partts of [192] and [194]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@283 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 8a3b1f5cb0 merged [279]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@280 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke ba06bde6d5 merged [274] and [239]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@278 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 4f14ff8424 merge [109], [259], [266] and [267]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@277 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke ea73c9e512 branched 1.3.x from 1.3.13. This tree will only get fixes.
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@276 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke 0178e29cee tagged 1.3.13
git-svn-id: svn://svn.lighttpd.net/lighttpd/tags/release-1.3.13@105 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago
Jan Kneschke 44e33e8647 updated the NEWS for the important changes in 1.3.13
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@104 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago
Jan Kneschke 659503eb16 fixed check for running process
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@103 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago
Jan Kneschke 18d3e51e3e updated .cvsignore
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@102 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago
Jan Kneschke 50871dfce8 added all changes from trac-timeline
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@101 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago
Jan Kneschke d0ad62cd59 prepare for 1.3.13
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@100 152afb58-edef-0310-8abb-c4023f1b3aa9
19 years ago