]> granicus.if.org Git - apache/history - server/util_filter.c
showstoppers--;
[apache] / server / util_filter.c
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...
2000-09-13 Ryan BloomAdd the AddFilter directive. This directive takes...
2000-09-12 Ryan BloomEnsure that only one EOS bucket is sent down the filter...
2000-09-09 Tony FinchUse wrapper macros to avoid the verbosity of the AP_RIN...
2000-09-08 Tony FinchReduce the manualarity of managing bucket brigade lists...
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-16 Greg SteinRyan's recent, suggested patch in this area pointed...
2000-08-14 Jeff TrawickWhen ap_register_filter() registers a cleanup function...
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
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...