]> granicus.if.org Git - apache/history - server/util_filter.c
Correct build order. Seems mod_session was misimplemented to require
[apache] / server / util_filter.c
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2010-07-18 Guenter KnaufAdded http_config.h to make APLOG_USE_MODULE macro...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2007-12-03 Joe OrtonFurther to r599711; document new API guarantee for...
2007-11-30 Ruediger Pluem* Use the correct pool when adding connection level...
2007-10-11 Joe Orton* server/util_filter.c (ap_filter_flush): Tweak comment...
2007-10-11 Joe Orton* server/util_filter.c (ap_filter_flush): Ensure that...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
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-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-01 Joe Orton* server/util_filter.c (ap_save_brigade): Be more toler...
2004-09-26 Joe Orton* server/util_filter.c (ap_save_brigade): Handle an...
2004-09-21 Nick KewMerge mod_filter with util_filter structs; add API...
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-16 Cliff Woolleyget rid of _FOREACH
2003-02-18 André MaloWhile processing filters on internal redirects, remembe...
2003-02-03 André Malofinished that boring job:
2002-07-06 Ian HolsmanRenames Pending:
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Justin ErenkrantzWhen using mod_ssl, it is possible that we'd be called...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-06 Allan K. Edwardsmake sure r->proto_xxput_filter gets updated as necessa...
2002-03-05 Ryan BloomStop the loop when we have found the correct filter...
2002-03-04 Ryan BloomIf we insert a protocol filter before we insert a reque...
2002-03-03 Ryan BloomI forgot the return, which mean meaningless log message...
2002-03-03 Ryan BloomThis fixes most of the header bug that was committed...
2002-03-03 Ryan BloomThis finishes the mod_dir/mod_negotiation bug. This...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-02-23 Ian Holsmanforgot the ap-declare's
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-12-28 Justin ErenkrantzFix a shadow variable. (c is also declared to be the...
2001-12-13 William A. Rowe Jr While contemplating a cast to (char) for the c arg...
2001-11-23 Brian Paneconverted apr_pcalloc to apr_palloc for 15% reduction...
2001-11-23 Brian Panereplaced the hash used in add_any_filter() with a trie...
2001-09-11 Ryan BloomA very small optimization to the OLD_WRITE logic. ...
2001-09-04 Justin ErenkrantzJeff pointed out that the character array must be constant.
2001-09-04 Justin Erenkrantz**NO CODE CHANGES**
2001-09-04 Justin ErenkrantzThe ap_add_input_filter/ap_add_output_filter functions...
2001-08-30 Doug MacEachernfix ap_remove_output_filter; the recent change to use...
2001-08-27 Jeff Trawickremove_any_filter() and ap_remove_foo_filter() are...
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-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-06-07 Greg Stein*) Add apr_bucket_setaside_noop to use for buckets...
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-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-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Ryan BloomFix a compile warning.
2001-02-11 Ben LaurieFirst cut of TLS support.
2001-02-10 Greg Stein*) continued header revamping
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 BloomFunctions that use ... have to be NONSTD. At least...
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-08 Doug MacEachernrenaming various functions for consistency sake
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-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-11-18 Ryan BloomFix an error message since we are using common code...
2000-11-18 Ryan BloomRemove some common code in adding filters to either...
2000-11-09 Greg Steinminor tweaks, cleanup, comments.
2000-10-25 Ryan BloomAdd a comment about a requirement with the eos_sent...
2000-10-22 Bill StoddardFix some brain dead code.
2000-10-22 Bill StoddardCorrect a check to see if we are attempting to remove...
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-15 Ryan BloomStop using the index into the array for the bucket...
2000-10-13 Ryan BloomRemove all function pointers from the ap_bucket type...
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-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 Bill StoddardFix two problems. First we are setting aside the wrong...
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-18 Ryan BloomChange r->filters to r->output_filters. This sets...
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...
next