root/trunk/src/connections.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2263 [2263] 4 weeks stbuehler Replace buffer_{append,copy}_string with the _len variant where possible …
(edit) @2232 [2232] 5 weeks stbuehler fix #1396: req-method OPTIONS: do not insert default response if request …
(edit) @2220 [2220] 5 weeks stbuehler Use SAFE_BUF_STR in all output calls.
(edit) @2213 [2213] 5 weeks stbuehler Fix chunkqueue length for static error files
(edit) @2140 [2140] 5 months stbuehler fix ssl error queue handling (#285) (CVE-2008-1531)
(edit) @2131 [2131] 5 months stbuehler fix many (64-bit) format warnings and unsigned/signed compare …
(edit) @2110 [2110] 6 months stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2060 [2060] 7 months glen - fix printf format warnings. Stefan Buhler
(edit) @2047 [2047] 8 months glen - FDEVENT_OUT fix from #1521
(edit) @1889 [1889] 13 months jan added some debug code to catch plugins which don't cleanup …
(edit) @1854 [1854] 16 months jan improved error-msg on unexpected FDEVENT_OUT
(edit) @1853 [1853] 16 months darix - restore the old return code with configured 404 handlers
(edit) @1850 [1850] 16 months jan fixed premature close of fastcgi connections on status 304
(edit) @1788 [1788] 17 months jan initialize write_request_ts (fixes #1084)
(edit) @1688 [1688] 19 months jakabosky fixed bug with empty response content(Content-Length header > 0) when a …
(edit) @1679 [1679] 19 months darix - handle 303 #1045
(edit) @1675 [1675] 19 months jan another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
(edit) @1653 [1653] 19 months jan added a huge win32 patch by jtiai
(edit) @1633 [1633] 19 months jan fixed the content-length for Range requests from a proxy-backend (fixes …
(edit) @1630 [1630] 19 months jan fixed writing the HTTP-response header twice on out-of-fds
(edit) @1628 [1628] 19 months jan replace explict counting of open fds by a more heuristic way to guess how …
(edit) @1598 [1598] 19 months jan updated the size of the bytes sent into the con->send queue
(edit) @1587 [1587] 19 months jan reordered includes to make glib + our (buffer|array) happy
(edit) @1577 [1577] 19 months jan possibly fixed a fdevent which is running away
(edit) @1573 [1573] 19 months jan improved error-msg to include more useful debug-info
(edit) @1563 [1563] 19 months jan removed debug message
(edit) @1555 [1555] 19 months jan wake up a connection which is waiting on network-write() when it ran …
(edit) @1545 [1545] 19 months jakabosky fixed bug with "server.upload-dirs" (fixed #993) tempfile chunks are …
(edit) @1537 [1537] 19 months jan moved the reset of the content-queue right before we write the content to …
(edit) @1536 [1536] 19 months jan announce that we have no content to send in case of a parse-error in …
(edit) @1534 [1534] 19 months jan fixed out-of-fd detection instead of testing activly if we will run out …
(edit) @1526 [1526] 19 months jan removed strlen() from the array_get_element() * *.c - use …
(edit) @1521 [1521] 20 months jakabosky Fixed major bug with p->conf settings getting replaced by other …
(edit) @1510 [1510] 20 months jakabosky fix for traffic_limit bug.
(edit) @1509 [1509] 20 months jakabosky Fix for X-Sendfile feature. Added more backend connection cleanup code to …
(edit) @1508 [1508] 20 months jakabosky fixed bug with freeing backend proxy connection.
(edit) @1502 [1502] 20 months jakabosky Moved HTTP/1.1 chunk encoding into plugin mod_chunked Created filter chain …
(edit) @1496 [1496] 20 months darix - cleanup trailing whitespaces
(edit) @1466 [1466] 21 months darix - fix a few warnings with unused variables
(edit) @1465 [1465] 21 months jakabosky converted mod_proxy_backend_xxx's into loadable modules. added backend …
(edit) @1449 [1449] 22 months jan close the connection after we had a parse error in the HTTP-request
(edit) @1437 [1437] 22 months jan added chunk-stealing - instead copying a from buffer to buffer to move …
(edit) @1434 [1434] 22 months jan removed debug messages
(edit) @1431 [1431] 22 months jan report out-of-fds (EMFILE) nicely and handle it in the mainloop as usual
(edit) @1420 [1420] 22 months jan added missing CRLF after the final chunked packet
(edit) @1419 [1419] 22 months jan removed extra debug message
(edit) @1410 [1410] 22 months jan added hock to intercept the response content
(edit) @1402 [1402] 22 months jan don't report a "400 Bad Request" on connection shutdown after keep-alive
(edit) @1394 [1394] 22 months jan Linux AIO support * network_linux_aio.c, network_backends.h, network.c …
(edit) @1349 [1349] 2 years darix - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
(edit) @1348 [1348] 2 years darix - revert all changes back to the branchpoint
(edit) @510 [510] 3 years moo mod_redirect/mod_rewrite substitute %n with condition substring
(edit) @359 [359] 3 years moo revert part of [353] (cond_cache shouldn't commit yet)
(edit) @358 [358] 3 years moo don't process post data yet for HANDLE_COMEBACK, there're more action to …
(edit) @353 [353] 3 years moo con->dst_addr_buf, cached result for inet_ntop
(edit) @347 [347] 3 years jan WebDAV needs status 207
(edit) @333 [333] 3 years moo free cond_results_cache, introduced by [308]
(edit) @298 [298] 3 years moo nesting/chaining condition new config item: debug.log-condition-handling
(edit) @294 [294] 3 years moo initize physical.basedir(part of [284])
(edit) @233 [233] 3 years jan fixed some mem-leaks be shutdown
(edit) @217 [217] 3 years jan move the post_data_fetched to base as mod_uploadprogress need it and only …
(edit) @202 [202] 3 years jan removed debug messages and only set 403 if now plugin is handling the …
(edit) @198 [198] 3 years jan moved everything for static files into mod_staticfile
(edit) @187 [187] 3 years jan a direct file request has to have a valid request-line
(edit) @178 [178] 3 years jan added mod_indexfile.c and mod_dirlisting.c and move all options from …
(edit) @172 [172] 3 years jan maintain the file-cache - whenever you change physical.path, remove the …
(edit) @169 [169] 3 years jan merged post-upload-cleanup
(edit) @157 [157] 3 years jan commited WebDAV methods
(edit) @95 [95] 3 years jan get usefull error-msg on SSL_read + SSL_ERROR_SYSCALL
(edit) @73 [73] 3 years jan don't touch the exit-conditions for the loop directly (reverting a this …
(edit) @63 [63] 4 years jan rewrote the event and error handling with the help of the fcgi-responder.c …
(edit) @59 [59] 4 years jan disable dump_packet
(edit) @49 [49] 4 years jan moved external functions to *-glue.c this simplifies the linkage on …
(copy) @30 [30] 4 years jan moved everything below trunk/ and added branches/ and tags/
copied from src/connections.c:
(edit) @3 [3] 4 years jan Don't use physical.path for sending out error-pages
Note: See TracRevisionLog for help on using the revision log.