summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix filter registration so that the appropriate list ofJeff Trawick2000-09-201-6/+18
* tart getting things setup for input filtering. All this basically doesRyan Bloom2000-09-192-9/+20
* Fix the calling convention on Windows for ap_bucket_printf() andJeff Trawick2000-09-181-4/+4
* Change r->filters to r->output_filters. This sets things up for us toRyan Bloom2000-09-181-2/+7
* put ctx back in ap_add_filter()Doug MacEachern2000-09-141-1/+1
* Add a pointer to the filter_rec_t from the filter_t. This allows modulesRyan Bloom2000-09-141-13/+31
* Add the AddFilter directive. This directive takes a list of filter namesRyan Bloom2000-09-142-4/+4
* Start introducing the extension-method elements so we're notKen Coar2000-09-133-0/+75
* Ensure that only one EOS bucket is sent down the filter stack. This isRyan Bloom2000-09-121-0/+1
* Change prefork to use the same listen api as the rest of the unix mpmsGreg Ames2000-09-081-1/+1
* Fix default Timeout & KeepaliveTimeout. Still need to limit directiveAllan K. Edwards2000-09-011-2/+2
* reversing the latest commit; it was vetoed a while back.Greg Stein2000-08-301-11/+5
* Modify the way filters are added to the server. Instead of using a FIFO,Ryan Bloom2000-08-301-5/+11
* Filters (and thus ap_pass_brigade()) now return an apr_status_t as theirJeff Trawick2000-08-291-6/+7
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-231-1/+1
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-221-1/+1
* Expand a little on the description, while testing enhancements toKen Coar2000-08-211-2/+2
* Another minor cosmetic fix, committed from the httpd-docs-2.0/apidocKen Coar2000-08-211-1/+1
* Cosmetic fix, committed from the apache-2.0 tree (this will alsoKen Coar2000-08-211-1/+1
* Upgrade PCRE to version 3.2Ryan Bloom2000-08-201-1/+0
* Advance all the numbers in the CHANGES and httpd.h file to reflect thatRyan Bloom2000-08-181-2/+2
* Update httpd.h for the release of a6.Ryan Bloom2000-08-181-1/+1
* this shouldn't have gone in yet. there is still pending discussion.Greg Stein2000-08-171-2/+2
* Make ap_add_filter use a LIFO stack instead of a FIFO queue to add filtersRyan Bloom2000-08-171-2/+2
* finish cleaning up after a change i made over 3 years ago.dgaudet2000-08-151-3/+0
* a filter's context is to be used however the filter likes. it is a void*,Greg Stein2000-08-151-1/+3
* Fix some typos in the comments.Jeff Trawick2000-08-151-4/+5
* Fix a small typoRyan Bloom2000-08-141-0/+1
* Document http_request.h using ScanDoc.Ryan Bloom2000-08-141-2/+144
* Finish commenting httpd.h using Scandoc.Ryan Bloom2000-08-141-9/+211
* Add an error condition to the filter code. Basically, if somehow we getRyan Bloom2000-08-131-0/+2
* document util_filter.h using ScandocRyan Bloom2000-08-131-1/+70
* Initial Filtering code. This uses a bucket brigade scheme to allow modulesRyan Bloom2000-08-123-21/+37
* Add mnemonics for the ap_allow_methods() reset flag meanings.Ken Coar2000-08-121-0/+4
* Note the connexion between the method number list and theKen Coar2000-08-121-0/+2
* More prototypical API support for arbitrary extension HTTP methods.Ken Coar2000-08-121-0/+9
* Preset the cmd_parms->limited field to the magic 'no limit active'Ken Coar2000-08-121-2/+16
* Add support for arbitrary extension methods for the AllowKen Coar2000-08-102-1/+18
* Fix comment delimiters so that Apache builds again.Jeff Trawick2000-08-101-4/+4
* Begin to document httpd.h with ScanDocRyan Bloom2000-08-101-147/+509
* Fix syntax error in the typedef of schemes_t so Apache builds again.Jeff Trawick2000-08-081-1/+1
* Document the util_md5.h file using ScanDoc. Also add package directivesRyan Bloom2000-08-083-2/+51
* Document util_xml using ScanDocRyan Bloom2000-08-081-46/+142
* Document util_uri.h using ScanDocRyan Bloom2000-08-081-14/+108
* Document util_script using ScanDocRyan Bloom2000-08-071-0/+83
* Document util_ebcdic.h with ScanDocRyan Bloom2000-08-071-2/+16
* Document util_date.h using ScanDocRyan Bloom2000-08-061-0/+33
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-063-4/+4
* Document util_charset.h using ScanDocRyan Bloom2000-08-061-4/+25
* Document util_cfgtree using ScanDocRyan Bloom2000-08-061-5/+38