summaryrefslogtreecommitdiffstats
path: root/modules/http/http_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-2/+2
* * Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ...Paul Querna2004-12-131-9/+14
* * modules/http/mod_core.h: Prototype ap_http_chunk_filter.Joe Orton2004-12-021-132/+1
* ap_process_http_async_connection (used by the Event MPM):Greg Ames2004-11-261-21/+18
* The Event MPM.Paul Querna2004-11-201-0/+60
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* get rid of _FOREACHCliff Woolley2003-11-161-1/+5
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-161-2/+1
* finished that boring job:André Malo2003-02-031-1/+1
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-1/+1
* Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In theBill Stoddard2002-07-071-2/+10
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-4/+5
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-2/+2
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-131-1/+1
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-051-4/+4
* BUCKET FREELISTSCliff Woolley2002-03-291-3/+7
* Fix a segfault because ap_method_registry_init() was never called unlessCliff Woolley2002-03-251-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-3/+3
* Fix prototype and return value of http_create_request to match new hookJustin Erenkrantz2002-03-071-1/+3
* There is no reason to insert the protocol filters in the insert_filtersRyan Bloom2002-03-071-2/+2
* Adding the same filters over and over again used to be okay, becauseRyan Bloom2002-03-041-1/+1
* Classify some of the input filters as the correct types. Previous toRyan Bloom2002-03-031-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-8/+1
* Replaced some more ap_add_output_filter() calls withBrian Pane2002-01-271-11/+26
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-1/+8
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-1/+1
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-4/+4
* Detabify the chunk filter. No function change.Bill Stoddard2001-12-141-47/+44
* Fix the timeout logic that I broke last week. This adds a requestRyan Bloom2001-11-211-0/+1
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-9/+0
* Remove unnecessary initialization and add a comment about chunk_hdr'sJustin Erenkrantz2001-09-301-1/+4
* Remove the lameo create_req hack and delay the addition of the HTTP_INJustin Erenkrantz2001-09-291-11/+0
* Input filtering rewrite. Consolidate how we handle HTTP input parsing byJustin Erenkrantz2001-09-291-2/+10
* Introduce the map_to_storage hook, which allows modules to bypassWilliam A. Rowe Jr2001-08-261-0/+1
* Provide vhost and abbreviated request strings on ExtendedStatus displays.Greg Ames2001-07-121-2/+2
* Fix problem handling FLUSH bucket in the chunked encoding filter.Bill Stoddard2001-06-261-2/+9
* don't add BYTERANGE, CONTENT_LENGTH, or HTTP_HEADER forJeff Trawick2001-06-071-3/+5
* Move the addition of default AP_HTTP_HTTP_HEADER filters to theGraham Leggett2001-06-011-0/+8
* back out filter change that is preventing headers to be sentDoug MacEachern2001-05-301-8/+0
* Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filterGraham Leggett2001-05-221-0/+8
* Fix function type to match hook declaration.Ken Coar2001-05-191-1/+1
* Revert the change that moved keepalives out of conn_rec. That variableRoy T. Fielding2001-04-211-148/+0
* Revert addition of HTTP logging hhok for connection status -- this is notRoy T. Fielding2001-04-211-31/+0
* Allow modules to specify their own logging format specifier. Basically,Ryan Bloom2001-04-181-0/+31
* Move the keepalives field out of the conn_rec and into an HTTP specificRyan Bloom2001-04-181-0/+148