| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 1 | -3/+2 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -17/+9 |
* | Move ap_generic_hook from the Apache include directory to the apr-util | Ryan Bloom | 2001-01-06 | 1 | -120/+0 |
* | add pool parameter to ap_is_directory and ap_is_rdirectory | Allan K. Edwards | 2001-01-05 | 1 | -4/+6 |
* | Set up stderr logging explictly early in initialization so that a pool is | Jeff Trawick | 2001-01-04 | 1 | -0/+6 |
* | Generic hooks (and a demo content filter module). | Ben Laurie | 2001-01-02 | 1 | -0/+120 |
* | Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. Now | Ryan Bloom | 2001-01-01 | 1 | -6/+0 |
* | ap_save_brigade() can fail, so report what happened via an apr_status_t | Jeff Trawick | 2000-12-29 | 1 | -3/+3 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 3 | -7/+7 |
* | Include mpm.h so the tests for SPMT_OS2_MPM actually work. | Brian Havard | 2000-12-20 | 1 | -0/+1 |
* | ap_start_shutdown is not used by anybody outside of the MPMs, so we don't | Ryan Bloom | 2000-12-19 | 1 | -16/+0 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 5 | -8/+17 |
* | API routines ap_pgethostbyname() and ap_pduphostent() are no longer | Jeff Trawick | 2000-12-18 | 1 | -20/+0 |
* | tweak the responsibilities of make_sock() and alloc_listener() | Jeff Trawick | 2000-12-16 | 1 | -0/+4 |
* | move closer to IPv6 support by changing the server_addr_rec | Jeff Trawick | 2000-12-15 | 1 | -1/+1 |
* | Axe ap_get_virthost_addr(). This <address>[:port] parse routine | Jeff Trawick | 2000-12-15 | 1 | -10/+0 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -6/+2 |
* | Get the server setup for Beta 1 | Ryan Bloom | 2000-12-12 | 1 | -1/+1 |
* | Update the version numbers for a9 | Ryan Bloom | 2000-12-12 | 1 | -2/+2 |
* | *) fix up buildexports.sh: | Greg Stein | 2000-12-07 | 1 | -4/+0 |
* | This solves two issues, one is a backref from apr-util into the | William A. Rowe Jr | 2000-12-06 | 1 | -0/+46 |
* | Get rid of ap_new_apr_connection(). ap_new_connection() now has | Jeff Trawick | 2000-12-04 | 1 | -16/+1 |
* | Fix a couple of small typo's | David Reid | 2000-12-02 | 1 | -1/+1 |
* | Remove an unnecessary header file. | Ryan Bloom | 2000-12-02 | 1 | -1/+0 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 1 | -1/+1 |
* | Fix some incorrect docs | Ryan Bloom | 2000-11-28 | 1 | -2/+2 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 3 | -12/+21 |
* | Allow modules to specify the first module for a sub-request. This allows | Ryan Bloom | 2000-11-22 | 1 | -3/+13 |
* | Next pass at the content-length filter. Not perfect quite yet, but | Ryan Bloom | 2000-11-22 | 1 | -1/+1 |
* | Modify the content-length filter to change the criteria used to determine | Ryan Bloom | 2000-11-21 | 1 | -0/+4 |
* | We are working on a9 now. | Ryan Bloom | 2000-11-21 | 1 | -1/+1 |
* | Get the version number bumped to 2.0a8 | Ryan Bloom | 2000-11-20 | 1 | -1/+1 |
* | This removes all BUFF's from the HTTP proxy. This code is relatively | Ryan Bloom | 2000-11-17 | 1 | -0/+2 |
* | use apr_size_t | Greg Stein | 2000-11-16 | 1 | -1/+2 |
* | Stop the default_handler from trying to deal with HEAD requests. By doing | Ryan Bloom | 2000-11-14 | 1 | -0/+1 |
* | Include ap_config.h to get the definition of AP_DECLARE_DATA. | Jeff Trawick | 2000-11-14 | 1 | -0/+2 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 1 | -0/+6 |
* | Bring the apr_in_addr type into line with naming conventions and make changes | David Reid | 2000-11-10 | 1 | -1/+1 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 1 | -2/+0 |
* | Missed these first time round... More apr_port_t changes. | David Reid | 2000-11-08 | 3 | -5/+5 |
* | Start of moving to apr_port_t in the server code. This will probably the first | David Reid | 2000-11-08 | 3 | -14/+14 |
* | fix the byterange filter. | Greg Stein | 2000-11-08 | 1 | -3/+1 |
* | The byte-ranges filter. This looks like it should work, but the | Ryan Bloom | 2000-11-08 | 1 | -16/+1 |
* | Use apr_off_t for the content length, rather than long. Propagate through | Greg Stein | 2000-11-07 | 2 | -4/+10 |
* | Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body() | Sascha Schumann | 2000-11-03 | 2 | -3/+0 |
* | Create a feature macro that determines if Autoconf was used to configure | Ryan Bloom | 2000-11-02 | 1 | -1/+1 |
* | Get win32 building again... we need something just a little more sophistica... | William A. Rowe Jr | 2000-11-02 | 1 | -0/+2 |
* | Comment fixes.. just to get them out of my tree | Sascha Schumann | 2000-11-01 | 1 | -3/+3 |
* | Clean up the http filter a lot. Instead of sending a bucket per header, | Ryan Bloom | 2000-11-01 | 1 | -12/+3 |
* | Compute the content length (and add appropriate header field) for | Jeff Trawick | 2000-10-31 | 1 | -0/+3 |