summaryrefslogtreecommitdiffstats
path: root/modules/http/http_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault caused by r1204104 on non-async mpms.Stefan Fritsch2011-11-201-1/+2
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-201-0/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+6
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* KeepAlive no longer accepts other than On|Off.Takashi Sato2009-11-221-11/+3
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-181-2/+2
* handle an unfortunate implication of loadable MPMs:Jeff Trawick2009-04-021-21/+25
* Enhance KeepAliveTimeout to support a value in milliseconds.Takashi Sato2009-01-121-1/+5
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-1/+2
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-49/+6
* NO var declarations in the middle of the code.Guenter Knauf2008-04-081-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_queryPaul Querna2008-04-071-1/+7
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-3/+3
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-081-6/+49
* Ensure the URI is "*" and not something like "*foo"Jim Jagielski2007-10-021-1/+2
* We should return Jim Jagielski2007-10-021-1/+1
* Reduce the last change to a minimum, since OPTIONS * does notRoy T. Fielding2007-10-021-13/+3
* OPTIONS * does not map to storage, so handle thisJim Jagielski2007-10-021-0/+19
* Fixup style nitpicks:Paul Querna2007-06-121-3/+4
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-0/+12
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-201-4/+5
* * Move code for broken backend detection out of core filter into a new httpRuediger Pluem2005-12-181-0/+5
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-7/+7
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-13/+13
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-5/+5
* Moved the extended_status scoreboard update from ap_process_http_connectionBrian Pane2005-10-301-8/+18
* Async write completion for Event MPMBrian Pane2005-10-241-14/+6
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-241-2/+0
* Add new connection states for handler and write completionBrian Pane2005-10-241-5/+10
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-1/+3
* Spare us a wasted variable, csd is initialized null, actingWilliam A. Rowe Jr2005-10-061-3/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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