| Commit message (Expand) | Author | Age | Files | Lines |
* | the only "retuned" in the entire server was, alas, not meant to be | Jeff Trawick | 2009-04-03 | 1 | -1/+1 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-26 | 1 | -17/+3 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 1 | -3/+0 |
* | Add conn_rec::current_thread. | Paul Querna | 2009-02-09 | 1 | -0/+11 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -18/+0 |
* | Add support for escaping all non-ascii chars to ap_escape_html, and use | Nick Kew | 2008-12-31 | 1 | -1/+9 |
* | New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq... | Paul Querna | 2008-12-05 | 1 | -0/+1 |
* | Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checking | Eric Covener | 2008-11-29 | 1 | -1/+13 |
* | * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus | Ruediger Pluem | 2008-10-22 | 1 | -0/+23 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 1 | -0/+5 |
* | The response to the TRACE method is partially garbled on an EBCDIC platform. | Greg Ames | 2008-05-23 | 1 | -0/+2 |
* | Remove CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -4/+0 |
* | Rename the ap_escape_path_segment_b function as suggested by | Graham Leggett | 2008-04-05 | 1 | -1/+1 |
* | mod_session: Add a generic session interface to unify the different | Graham Leggett | 2008-04-04 | 1 | -0/+15 |
* | core: Add the option to keep aside a request body up to a certain | Graham Leggett | 2007-11-07 | 1 | -0/+3 |
* | Add "DefaultType None" option | Nick Kew | 2007-09-27 | 1 | -0/+8 |
* | Fixup style nitpicks: | Paul Querna | 2007-06-12 | 1 | -1/+1 |
* | Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM... | Paul Querna | 2007-06-12 | 1 | -0/+5 |
* | Generic fix for PR#31759 | Nick Kew | 2006-09-21 | 1 | -0/+2 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -4/+15 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Add optional 'scheme://' prefix to ServerName directive. For | Sander Temme | 2006-05-05 | 1 | -0/+3 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Revert the refactoring of the request read code | Brian Pane | 2006-02-28 | 1 | -10/+0 |
* | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2005-12-31 | 1 | -0/+10 |
* | * include/httpd.h (conn_state_e): Remove trailing comma from enum. | Joe Orton | 2005-12-08 | 1 | -1/+1 |
* | New version of ap_core_output_filter that does nonblocking writes | Brian Pane | 2005-10-23 | 1 | -5/+5 |
* | Add new connection states for handler and write completion | Brian Pane | 2005-10-23 | 1 | -0/+2 |
* | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 1 | -0/+13 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 1 | -76/+153 |
* | As discussed on the list, change the default setting for | Rich Bowen | 2005-04-13 | 1 | -1/+1 |
* | *) include/httpd.h: Add a brigade for temporary uses in the core input filter... | Paul Querna | 2005-02-17 | 1 | -0/+1 |
* | * include/httpd.h: Fix a comment. | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | * include/ap_regex.h: Include apr.h not stdlib.h; replace pointless | Joe Orton | 2005-02-11 | 1 | -0/+5 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -31/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -2/+1 |
* | undo changes made in 111386 due to veto | Geoffrey Young | 2004-12-09 | 1 | -2/+1 |
* | add response code 226 constant (HTTP_IM_USED) and status | Geoffrey Young | 2004-12-09 | 1 | -1/+2 |
* | Revert my patch of this a.m. while I work out all the | William A. Rowe Jr | 2004-11-29 | 1 | -6/+6 |
* | Usage was inconsistent with the rest of ap_filter_t examples; | William A. Rowe Jr | 2004-11-29 | 1 | -6/+6 |
* | The Event MPM. | Paul Querna | 2004-11-20 | 1 | -0/+23 |
* | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-23 | 1 | -4/+4 |
* | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -4/+4 |
* | correct struct fields comments | Stas Bekman | 2004-08-12 | 1 | -4/+5 |
* | Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better | Paul Querna | 2004-07-14 | 1 | -0/+2 |
* | * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes | Joe Orton | 2004-02-26 | 1 | -1/+1 |
* | 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-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |