summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some incorrect docsRyan Bloom2000-11-281-2/+2
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-263-12/+21
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-3/+13
* Next pass at the content-length filter. Not perfect quite yet, butRyan Bloom2000-11-221-1/+1
* Modify the content-length filter to change the criteria used to determineRyan Bloom2000-11-211-0/+4
* We are working on a9 now.Ryan Bloom2000-11-211-1/+1
* Get the version number bumped to 2.0a8Ryan Bloom2000-11-201-1/+1
* This removes all BUFF's from the HTTP proxy. This code is relativelyRyan Bloom2000-11-171-0/+2
* use apr_size_tGreg Stein2000-11-161-1/+2
* Stop the default_handler from trying to deal with HEAD requests. By doingRyan Bloom2000-11-141-0/+1
* Include ap_config.h to get the definition of AP_DECLARE_DATA.Jeff Trawick2000-11-141-0/+2
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-0/+6
* Bring the apr_in_addr type into line with naming conventions and make changesDavid Reid2000-11-101-1/+1
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-2/+0
* Missed these first time round... More apr_port_t changes.David Reid2000-11-083-5/+5
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-083-14/+14
* fix the byterange filter.Greg Stein2000-11-081-3/+1
* The byte-ranges filter. This looks like it should work, but theRyan Bloom2000-11-081-16/+1
* Use apr_off_t for the content length, rather than long. Propagate throughGreg Stein2000-11-072-4/+10
* Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()Sascha Schumann2000-11-032-3/+0
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-021-1/+1
* Get win32 building again... we need something just a little more sophistica...William A. Rowe Jr2000-11-021-0/+2
* Comment fixes.. just to get them out of my treeSascha Schumann2000-11-011-3/+3
* Clean up the http filter a lot. Instead of sending a bucket per header,Ryan Bloom2000-11-011-12/+3
* Compute the content length (and add appropriate header field) forJeff Trawick2000-10-311-0/+3
* This is an ugly little hack to allow DSO modules to work. This basicallyRyan Bloom2000-10-311-0/+2
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-2/+2
* Get rid of some outdated character set translation cruft.Jeff Trawick2000-10-262-44/+0
* Introduce ap_xlate_proto_{to|from}_ascii() to clean up some ofJeff Trawick2000-10-261-0/+21
* Get rid of the xlate version of ap_md5_digest()Jeff Trawick2000-10-251-8/+1
* Fix a typo in a comment.Jeff Trawick2000-10-251-1/+1
* Provide a bit of doc for the hackish^H^H^H^H^H^H^Hwonderful filterJeff Trawick2000-10-251-2/+14
* Introduce more filter types. This gets chunking of output workingJeff Trawick2000-10-251-2/+5
* Get everything working with suexec patches again.William A. Rowe Jr2000-10-241-4/+7
* Add back suexec support.Manoj Kasichainula2000-10-232-5/+19
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-0/+2
* namespace-protect dechunk_filter and http_filterJeff Trawick2000-10-221-2/+2
* Fix the return type of ap_http_header_filter().Jeff Trawick2000-10-221-1/+1
* Fix Win32 compile break introduced by the http_header filter code.Bill Stoddard2000-10-221-1/+1
* Add a way to remove output filters. This is used by http_header_filter toRyan Bloom2000-10-211-0/+2
* Hack headers to work semi-properly. This is a hack that will need to beRyan Bloom2000-10-211-0/+2
* Input filters and ap_get_brigade() now have a input mode parameterJeff Trawick2000-10-212-19/+31
* somebody was a Very Bad Boy when they inserted casts into this function.Greg Stein2000-10-191-2/+3
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-192-6/+6
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-182-4/+5
* ap_get_client_block() now uses a brigade in core_request_configJeff Trawick2000-10-181-3/+2
* Fix a broken thingWilliam A. Rowe Jr2000-10-181-2/+2
* Add a core_request_config so we have a safe semi-hidden place to save core dataGreg Ames2000-10-181-0/+7
* Make things a little clearer in reaction to the _snames snafus.William A. Rowe Jr2000-10-171-1/+3
* Rename output filters field ("filters") in core_dir_config toJeff Trawick2000-10-171-1/+1