]> granicus.if.org Git - apache/history - server/util_filter.c
Description of terms used to describe modules in the new (not yet
[apache] / server / util_filter.c
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...