summaryrefslogtreecommitdiff
path: root/include/httpd.h
Commit message (Expand)AuthorAgeFilesLines
* the only "retuned" in the entire server was, alas, not meant to beJeff Trawick2009-04-031-1/+1
* remove OS/2 platform supportJeff Trawick2009-03-261-17/+3
* remove BeOS OS supportJeff Trawick2009-03-261-3/+0
* Add conn_rec::current_thread.Paul Querna2009-02-091-0/+11
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-18/+0
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-311-1/+9
* New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...Paul Querna2008-12-051-0/+1
* Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checkingEric Covener2008-11-291-1/+13
* * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thusRuediger Pluem2008-10-221-0/+23
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-0/+5
* The response to the TRACE method is partially garbled on an EBCDIC platform. Greg Ames2008-05-231-0/+2
* Remove CORE_PRIVATE.Paul Querna2008-04-071-4/+0
* Rename the ap_escape_path_segment_b function as suggested byGraham Leggett2008-04-051-1/+1
* mod_session: Add a generic session interface to unify the differentGraham Leggett2008-04-041-0/+15
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-071-0/+3
* Add "DefaultType None" optionNick Kew2007-09-271-0/+8
* Fixup style nitpicks:Paul Querna2007-06-121-1/+1
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+5
* Generic fix for PR#31759Nick Kew2006-09-211-0/+2
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-4/+15
* update license header textRoy T. Fielding2006-07-111-6/+6
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-0/+3
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Revert the refactoring of the request read codeBrian Pane2006-02-281-10/+0
* Refactoring of ap_read_request() to store partial request stateBrian Pane2005-12-311-0/+10
* * include/httpd.h (conn_state_e): Remove trailing comma from enum.Joe Orton2005-12-081-1/+1
* New version of ap_core_output_filter that does nonblocking writesBrian Pane2005-10-231-5/+5
* Add new connection states for handler and write completionBrian Pane2005-10-231-0/+2
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-0/+13
* Doxygen fixup / cleanupIan Holsman2005-08-281-76/+153
* As discussed on the list, change the default setting forRich Bowen2005-04-131-1/+1
* *) include/httpd.h: Add a brigade for temporary uses in the core input filter...Paul Querna2005-02-171-0/+1
* * include/httpd.h: Fix a comment.Joe Orton2005-02-111-1/+1
* * include/ap_regex.h: Include apr.h not stdlib.h; replace pointlessJoe Orton2005-02-111-0/+5
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-31/+6
* 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/+1
* undo changes made in 111386 due to vetoGeoffrey Young2004-12-091-2/+1
* add response code 226 constant (HTTP_IM_USED) and statusGeoffrey Young2004-12-091-1/+2
* Revert my patch of this a.m. while I work out all theWilliam A. Rowe Jr2004-11-291-6/+6
* Usage was inconsistent with the rest of ap_filter_t examples;William A. Rowe Jr2004-11-291-6/+6
* The Event MPM.Paul Querna2004-11-201-0/+23
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-4/+4
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-4/+4
* correct struct fields commentsStas Bekman2004-08-121-4/+5
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-0/+2
* * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includesJoe Orton2004-02-261-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10