| Commit message (Expand) | Author | Age | Files | Lines |
* | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -2/+2 |
* | * Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ... | Paul Querna | 2004-12-13 | 1 | -9/+14 |
* | * modules/http/mod_core.h: Prototype ap_http_chunk_filter. | Joe Orton | 2004-12-02 | 1 | -132/+1 |
* | ap_process_http_async_connection (used by the Event MPM): | Greg Ames | 2004-11-26 | 1 | -21/+18 |
* | The Event MPM. | Paul Querna | 2004-11-20 | 1 | -0/+60 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 1 | -1/+5 |
* | fix some discrepancies between format strings and arguments, | Jeff Trawick | 2003-04-16 | 1 | -2/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | bucket length parameter is apr_size_t, which isn't always signed, | Jeff Trawick | 2002-11-19 | 1 | -1/+1 |
* | http occurances to update for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -1/+1 |
* | Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In the | Bill Stoddard | 2002-07-07 | 1 | -2/+10 |
* | Add a filter_init function to the filters so that a filter can execute | Justin Erenkrantz | 2002-06-28 | 1 | -4/+5 |
* | Change conn_rec->keepalive to an enumerated value of | Justin Erenkrantz | 2002-06-26 | 1 | -2/+2 |
* | Solve the 80/20 by initializing and storing server_rec->timeout and | William A. Rowe Jr | 2002-06-13 | 1 | -1/+1 |
* | Correct partitioning of filter handles between core and http, and | William A. Rowe Jr | 2002-04-05 | 1 | -4/+4 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -3/+7 |
* | Fix a segfault because ap_method_registry_init() was never called unless | Cliff Woolley | 2002-03-25 | 1 | -0/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | As hinted on dev@httpd, change filter naming schemes to match our | Justin Erenkrantz | 2002-03-07 | 1 | -3/+3 |
* | Fix prototype and return value of http_create_request to match new hook | Justin Erenkrantz | 2002-03-07 | 1 | -1/+3 |
* | There is no reason to insert the protocol filters in the insert_filters | Ryan Bloom | 2002-03-07 | 1 | -2/+2 |
* | Adding the same filters over and over again used to be okay, because | Ryan Bloom | 2002-03-04 | 1 | -1/+1 |
* | Classify some of the input filters as the correct types. Previous to | Ryan Bloom | 2002-03-03 | 1 | -1/+1 |
* | This patch restores most of Ryan's patch (11/12/2001) to remove the | Bill Stoddard | 2002-01-29 | 1 | -8/+1 |
* | Replaced some more ap_add_output_filter() calls with | Brian Pane | 2002-01-27 | 1 | -11/+26 |
* | Remove the create_connection hook and put the client_socket back into the | Bill Stoddard | 2002-01-27 | 1 | -1/+8 |
* | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -1/+1 |
* | Change core code to allow an MPM to set hard thread/server | Jeff Trawick | 2001-12-18 | 1 | -4/+4 |
* | Detabify the chunk filter. No function change. | Bill Stoddard | 2001-12-14 | 1 | -47/+44 |
* | Fix the timeout logic that I broke last week. This adds a request | Ryan Bloom | 2001-11-21 | 1 | -0/+1 |
* | Begin to abstract out the underlying transport layer. | Ryan Bloom | 2001-11-13 | 1 | -9/+0 |
* | Remove unnecessary initialization and add a comment about chunk_hdr's | Justin Erenkrantz | 2001-09-30 | 1 | -1/+4 |
* | Remove the lameo create_req hack and delay the addition of the HTTP_IN | Justin Erenkrantz | 2001-09-29 | 1 | -11/+0 |
* | Input filtering rewrite. Consolidate how we handle HTTP input parsing by | Justin Erenkrantz | 2001-09-29 | 1 | -2/+10 |
* | Introduce the map_to_storage hook, which allows modules to bypass | William A. Rowe Jr | 2001-08-26 | 1 | -0/+1 |
* | Provide vhost and abbreviated request strings on ExtendedStatus displays. | Greg Ames | 2001-07-12 | 1 | -2/+2 |
* | Fix problem handling FLUSH bucket in the chunked encoding filter. | Bill Stoddard | 2001-06-26 | 1 | -2/+9 |
* | don't add BYTERANGE, CONTENT_LENGTH, or HTTP_HEADER for | Jeff Trawick | 2001-06-07 | 1 | -3/+5 |
* | Move the addition of default AP_HTTP_HTTP_HEADER filters to the | Graham Leggett | 2001-06-01 | 1 | -0/+8 |
* | back out filter change that is preventing headers to be sent | Doug MacEachern | 2001-05-30 | 1 | -8/+0 |
* | Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filter | Graham Leggett | 2001-05-22 | 1 | -0/+8 |
* | Fix function type to match hook declaration. | Ken Coar | 2001-05-19 | 1 | -1/+1 |
* | Revert the change that moved keepalives out of conn_rec. That variable | Roy T. Fielding | 2001-04-21 | 1 | -148/+0 |
* | Revert addition of HTTP logging hhok for connection status -- this is not | Roy T. Fielding | 2001-04-21 | 1 | -31/+0 |
* | Allow modules to specify their own logging format specifier. Basically, | Ryan Bloom | 2001-04-18 | 1 | -0/+31 |
* | Move the keepalives field out of the conn_rec and into an HTTP specific | Ryan Bloom | 2001-04-18 | 1 | -0/+148 |