]> granicus.if.org Git - apache/history - server/core_filters.c
Merge r1542379 from trunk:
[apache] / server / core_filters.c
2013-10-10 Jim JagielskiMerge r1530793 from trunk:
2013-09-14 Graham Leggettcore: Restore "core_output_filter: writing data to...
2012-08-14 Jim JagielskiMerge r1371801 from trunk:
2012-02-04 Stefan FritschMerge r1235019, r1236122, r1240470:
2012-02-03 Stefan FritschMerge r1240315:
2012-02-01 Jim JagielskiMerge r1233882 from trunk:
2012-01-31 Stefan FritschMerge r1234899:
2012-01-23 Joe OrtonMerge r1234848 from trunk:
2012-01-22 Stefan FritschMerge r1234574:
2012-01-22 Stefan FritschMerge r1234479:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
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...