]> granicus.if.org Git - apache/history - include/util_filter.h
add "-l" option to indicate interval is based on localtime not gmt
[apache] / include / util_filter.h
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...
2000-09-14 Doug MacEachernput ctx back in ap_add_filter()
2000-09-14 Ryan BloomAdd a pointer to the filter_rec_t from the filter_t...
2000-09-13 Ryan BloomAdd the AddFilter directive. This directive takes...
2000-08-30 Greg Steinreversing the latest commit; it was vetoed a while...
2000-08-29 Ryan BloomModify the way filters are added to the server. Instea...
2000-08-29 Jeff TrawickFilters (and thus ap_pass_brigade()) now return an...
2000-08-17 Greg Steinthis shouldn't have gone in yet. there is still pending...
2000-08-17 Ryan BloomMake ap_add_filter use a LIFO stack instead of a FIFO...
2000-08-15 Greg Steina filter's context is to be used however the filter...
2000-08-15 Jeff TrawickFix some typos in the comments.
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
2000-08-12 Ryan Bloomdocument util_filter.h using Scandoc
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-05 Ryan BloomFix a small name mix-up. Filters are part of Apache...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...