]> granicus.if.org Git - apache/history - server/core_filters.c
Fix a signed/unsigned comparison that can never match.
[apache] / server / core_filters.c
2019-08-10 Christophe JailletFix a signed/unsigned comparison that can never match.
2018-10-15 Ruediger Pluem* Ensure that aborted connections are logged as such.
2018-09-11 Yann YlavicFollow up to r1840265: really privatize ap_filter_...
2018-09-06 Yann YlavicFollow up to r1840149: core input filter pending data.
2018-09-05 Yann Ylavicutil_filter: protect ap_filter_t private fields from...
2018-09-03 Yann Ylaviccore: always allocate filters (ap_filter_t) on f->c...
2018-07-20 Yann Ylaviccore: follow up to r1836237: core filter's tmp_flush_bb...
2018-07-19 Yann Ylaviccore: follow up to r1836237: whitelist in-memory buckets.
2018-07-18 Yann Ylaviccore: core output filter optimizations.
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2015-10-04 Graham LeggettRemain compatible with legacy MPMs that passed NULL...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-03-26 Yann Ylaviccore_filters: restore/disable TCP_NOPUSH option after...
2015-03-16 Yann Ylaviccore: Cleanup the request soon/even if some output...
2014-08-01 Christophe JailletTurn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e...
2014-06-16 Yann YlavicCore filters do not need mod_proxy.h
2014-06-10 Yann YlavicStrip useless apr_brigade_cleanup() calls.
2013-10-09 Jeff Trawickcore: Don't truncate output when sending is interrupted...
2013-08-04 Stefan Fritschadd high trace level log messages for debugging bufferi...
2013-07-09 Eric Covenerrestore "core_output_filter: writing data to the networ...
2012-08-10 Jeff TrawickWindows: Fix SSL failures on windows with AcceptFilter...
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-01-26 Ruediger Pluem* Don't typedef twice (in .c and .h file).
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2012-01-23 Joe Orton* server/core_filters.c (send_brigade_nonblocking)...
2012-01-23 Joe Orton* server/core_filters.c (ap_core_output_filter): Don...
2012-01-22 Stefan Fritschctx->bytes_in is never used. Remove a useless iteration...
2012-01-22 Stefan FritschDocument the rather surprising code path on Windows
2012-01-20 Joe Orton* server/core_filters.c (ap_core_input_filter): Only...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2010-06-19 Stefan Fritschcore_output_filter improvements:
2010-06-19 Stefan FritschAdd deferred write pool to core_output_filter to clean...
2010-06-14 Stefan Fritschcorrect stupid mistake
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-10-04 Ruediger Pluem* Fix 'may be used uninitialized in this function'...
2009-10-04 Stefan Fritschmerge if blocks
2009-10-04 Stefan FritschMake sure to not destroy bucket brigades that have...
2009-09-15 Guenter Knaufdefined apr_status_t rv one time at entry of ap_core_ou...
2009-09-14 Ruediger Pluem* Replace brigade_move with apr_brigade_split_ex as...
2009-09-14 Ruediger Pluem* Lower memory usage by reusing the brigade instead...
2009-03-26 Jeff Trawickremove leader, perchild, and threadpool MPMs (other...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-10-27 Ruediger Pluem* Do more greedy reads in the core input filter to...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-10-30 Jean-Frederic ClereOtherwise it doesn't compile on HP-UX when using cc.
2007-08-21 Paul QuernaOnly cleanup new_bb, if it isn't NULL, fixing a crash...
2007-03-23 Joe Orton* server/core_filters.c (ap_core_output_filter): Fail...
2006-10-24 Graham LeggettFix a typo.
2006-10-10 Graham Leggettsendfile_nonblocking() takes the _brigade_ as an argume...
2006-07-26 Roy T. FieldingFix warning on Darwin 8.7.0 (OS X 10.4.7) due to the...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-05 Ruediger Pluem* Fix a regression from 2.2.x: Set c->aborted to 1...
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-03 Paul QuernaOnly define sendfile_nonblocking if APR_HAS_SENDFILE...
2005-11-13 Jeff Trawickdrop dependency on apr_wait_for_io_or_timeout()
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-28 Brian PaneRestore the socket timeout after setting it to zero...
2005-10-23 Brian Paneremove debugging code
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-05-25 Wilfredo SanchezCommits 160348 and 160352 are obviated by commit 178340...
2005-04-14 Paul QuernaBRIGADE_NORMALIZE could produce invalid results with...
2005-04-07 Wilfredo SanchezUse APR_STATUS_IS_EAGAIN rather than comparing against...
2005-04-07 Wilfredo SanchezIn emulate_sendfile(), handle APR_EAGAIN from apr_socke...
2005-02-17 Paul QuernaRemove unused variable.
2005-02-17 Paul Querna*) include/httpd.h: Add a brigade for temporary uses...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-11 Paul Querna* core_filters.c: If APR_MAX_IOVEC_SIZE is defined...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...