]> granicus.if.org Git - apache/history - include/util_filter.h
* Do not reset the retry timeout if the worker is in error at this stage even
[apache] / include / util_filter.h
2013-03-19 Jim JagielskiUseful extensions...
2012-12-07 Christophe JailletAdd some __attribute__ for automatic format checking.
2012-11-14 Christophe JailletGive the opportunity to the compiler to compute at...
2012-01-09 Stefan FritschRename ap_func_attr_* macros to AP_FN_ATTR_*
2011-11-24 Jim JagielskiUse varargs...
2011-11-23 Jim JagielskiAdd ap_pass_brigade_fchk() which does a Filter CHecK...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-06-12 Stefan FritschAvoid "`sentinel' attribute directive ignored" warning...
2010-12-08 Stefan FritschFix some doxygen warnings
2010-11-07 Daniel Earl PoirierTweak some doxygen comments to get these functions...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-10 Joe OrtonRun filter "init" functions exactly once per request...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-07 Stefan FritschUpdate comments in util_filter.h about bucket and briga...
2008-12-12 Joe Orton* include/util_filter.h (ap_fputstrs): Mark with sentin...
2008-11-29 Eric CovenerPrevent AP_FILTER_ERROR from being misinterpreted as...
2007-12-03 Joe OrtonFurther to r599711; document new API guarantee for...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-08 Nick KewFix comment
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-10-12 Nick KewMake ap_register_output_filter back into a function...
2005-10-12 Nick KewMake ap_register_output_filter a #define
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-31 Nick KewChange FilterDeclare/FilterProvider semantics as discus...
2004-10-28 Nick KewFixup broken handling of range header.
2004-10-27 Nick KewMove ap_filter_provider_t back out of public API
2004-10-17 André Maloallow <= and >= for filter dispatcher
2004-10-17 André Malouse more speaking names
2004-10-17 André Malomore style
2004-10-17 André Malosave spaces! Soon in future we're going to run out...
2004-09-21 Nick KewMerge mod_filter with util_filter structs; add API...
2004-09-12 Nick KewPR: 19688
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-26 Jeff TrawickThe caller of ap_pass_brigade() relinquishes ownership...
2003-08-22 Stas Bekmanclarify that filter_init_func is used only in the http...
2003-07-16 Greg Stein* util_filter.h (ap_filter_flush): clarify that this...
2003-06-15 Brian PaneClarified comment on arg constraints for ap_get_brigade()
2003-02-03 André Malofinished that boring job:
2003-01-12 Justin ErenkrantzUpdate documentation to match prototype for ap_register...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Justin ErenkrantzFix doxygen comments and add a missing line-feed.
2002-06-08 Justin ErenkrantzStyle cleanups before contemplating adding init filter...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Aaron BannertComments like this help keep the sanity of module authors.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-03 Ryan BloomThis finishes the mod_dir/mod_negotiation bug. This...
2002-02-27 Jeff Trawickdocument the ctx parameter to the add-input-filter...
2002-02-23 Brian PaneAdded ap_get_input_filter_handle() and ap_get_output_fi...
2002-01-27 Brian PaneAdded new functions ap_add_input_filter_handle() and
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2001-11-19 Doug MacEachernadd new input filter mode AP_MODE_INIT:
2001-10-08 Ian HolsmanCorrect Verbage in comments.
2001-09-11 Ryan BloomA very small optimization to the OLD_WRITE logic. ...
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-07-24 Cliff WoolleyDocument and future-proof the dependency between apr_re...
2001-06-13 Ryan BloomAdd a pool to the ap_save_brigade prototype. This...
2001-06-08 Greg SteinConvert the filter and brigade writing functions to...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-04-23 Ryan BloomDocument the new argument to ap_get_brigade()
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-12 Ryan BloomThe ap_f* functions should flush data to the filter...
2001-03-17 Ben LaurieMore doxygenation.
2001-02-22 Ryan BloomAdd a couple of GCC attribute tags to printf style...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Ben LaurieFirst cut of TLS support.
2001-02-10 Greg SteinClean up some of the includes:
2001-02-09 Greg Stein"v" in the name has come to mean that a va_arg is in...
2001-02-09 Bill StoddardFix another windows compile break.
2001-02-09 Ryan BloomA few small docs changes (there were ';' in the ScanDoc...
2001-02-09 Greg Stein*) namespace protect the filter_flush() function
2001-02-09 Ryan BloomAllow filters to buffer data in a brigade using the...
2001-02-03 Ben LaurieImproved(?) docco.
2001-01-27 Ryan Bloomfilters can now report an HTTP error to the server...
2001-01-22 Ryan BloomAP_REQUEST_DONE is bogus and a bad idea. This had...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-12-29 Jeff Trawickap_save_brigade() can fail, so report what happened...
2000-11-14 Ryan BloomStop the default_handler from trying to deal with HEAD...
2000-10-25 Jeff TrawickFix a typo in a comment.
2000-10-25 Jeff TrawickProvide a bit of doc for the hackish^H^H^H^H^H^H^Hwonde...
2000-10-25 Jeff TrawickIntroduce more filter types. This gets chunking of...
2000-10-21 Ryan BloomAdd a way to remove output filters. This is used by...
2000-10-21 Jeff TrawickInput filters and ap_get_brigade() now have a input...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-13 Ryan BloomFix a typo from earlier today. The filters accept...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-09 Jeff TrawickRemove stray semicolon from AP_NOBODY_READ and AP_NOBOD...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickNow that we have ap_add_input_filter(), rename ap_add_f...
2000-10-04 Ryan BloomConnection oriented filters are now stored in the conn_...
2000-10-03 Ryan BloomReplace ap_get_data_from_filter and ap_save_data_to_fil...
2000-10-02 Ryan BloomImplement input filtering. This is definately not...
2000-09-19 Jeff TrawickFix filter registration so that the appropriate list of
2000-09-19 Ryan Bloomtart getting things setup for input filtering. All...
next