summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-3/+2
* Make handlers use hooks.Ben Laurie2001-01-071-17/+9
* Move ap_generic_hook from the Apache include directory to the apr-utilRyan Bloom2001-01-061-120/+0
* add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards2001-01-051-4/+6
* Set up stderr logging explictly early in initialization so that a pool isJeff Trawick2001-01-041-0/+6
* Generic hooks (and a demo content filter module).Ben Laurie2001-01-021-0/+120
* Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. NowRyan Bloom2001-01-011-6/+0
* ap_save_brigade() can fail, so report what happened via an apr_status_tJeff Trawick2000-12-291-3/+3
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-203-7/+7
* Include mpm.h so the tests for SPMT_OS2_MPM actually work.Brian Havard2000-12-201-0/+1
* ap_start_shutdown is not used by anybody outside of the MPMs, so we don'tRyan Bloom2000-12-191-16/+0
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-195-8/+17
* API routines ap_pgethostbyname() and ap_pduphostent() are no longerJeff Trawick2000-12-181-20/+0
* tweak the responsibilities of make_sock() and alloc_listener()Jeff Trawick2000-12-161-0/+4
* move closer to IPv6 support by changing the server_addr_recJeff Trawick2000-12-151-1/+1
* Axe ap_get_virthost_addr(). This <address>[:port] parse routineJeff Trawick2000-12-151-10/+0
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-6/+2
* Get the server setup for Beta 1Ryan Bloom2000-12-121-1/+1
* Update the version numbers for a9Ryan Bloom2000-12-121-2/+2
* *) fix up buildexports.sh:Greg Stein2000-12-071-4/+0
* This solves two issues, one is a backref from apr-util into theWilliam A. Rowe Jr2000-12-061-0/+46
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-16/+1
* Fix a couple of small typo'sDavid Reid2000-12-021-1/+1
* Remove an unnecessary header file.Ryan Bloom2000-12-021-1/+0
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-291-1/+1
* 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