summaryrefslogtreecommitdiff
path: root/server/util_filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* fix some logging calls to include the server_recJeff Trawick2011-02-261-6/+6
* Added http_config.h to make APLOG_USE_MODULE macro visible.Guenter Knauf2010-07-181-0/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Further to r599711; document new API guarantee for handling non-NULLJoe Orton2007-12-031-2/+3
* * Use the correct pool when adding connection level filters.Ruediger Pluem2007-11-301-1/+1
* * server/util_filter.c (ap_filter_flush): Tweak comment; no functionalJoe Orton2007-10-111-6/+5
* * server/util_filter.c (ap_filter_flush): Ensure that the brigade isJoe Orton2007-10-111-1/+12
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-24/+24
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Make ap_register_output_filter back into a function (*sigh*)Nick Kew2005-10-121-0/+9
* Make ap_register_output_filter a #defineNick Kew2005-10-121-9/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * server/util_filter.c (ap_save_brigade): Be more tolerant of a bucketJoe Orton2004-11-011-3/+8
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+15
* Merge mod_filter with util_filter structs; add API for protocol stuff.Nick Kew2004-09-211-3/+21
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* While processing filters on internal redirects, remember seen EOSAndré Malo2003-02-181-0/+10
* finished that boring job:André Malo2003-02-031-1/+1
* Renames Pending:Ian Holsman2002-07-061-2/+2
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-2/+8
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-3/+3
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-1/+1
* When using mod_ssl, it is possible that we'd be called when there are noJustin Erenkrantz2002-03-071-1/+1
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-071-12/+2
* make sure r->proto_xxput_filter gets updated as necessary whenAllan K. Edwards2002-03-061-1/+6
* Stop the loop when we have found the correct filter, or when the filterRyan Bloom2002-03-051-1/+1
* If we insert a protocol filter before we insert a request filter, weRyan Bloom2002-03-041-0/+3
* I forgot the return, which mean meaningless log messages. This makes usRyan Bloom2002-03-031-2/+2
* This fixes most of the header bug that was committed last night. The serverRyan Bloom2002-03-031-112/+78
* This finishes the mod_dir/mod_negotiation bug. This final part of theRyan Bloom2002-03-031-2/+72
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-5/+11
* forgot the ap-declare'sIan Holsman2002-02-231-2/+2
* Added ap_get_input_filter_handle() and ap_get_output_filter_handle()Brian Pane2002-02-231-0/+49
* Added new functions ap_add_input_filter_handle() andBrian Pane2002-01-271-7/+62
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-1/+1
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-1/+3
* Fix a shadow variable. (c is also declared to be the connection.)Justin Erenkrantz2001-12-281-3/+3
* While contemplating a cast to (char) for the c arg to trie_node_link,William A. Rowe Jr2001-12-131-2/+2
* converted apr_pcalloc to apr_palloc for 15% reduction in run time of add_any_...Brian Pane2001-11-231-1/+1
* replaced the hash used in add_any_filter() with a trie for 2.5x speedupBrian Pane2001-11-231-31/+143
* A very small optimization to the OLD_WRITE logic. This just makes us storeRyan Bloom2001-09-111-5/+6