summaryrefslogtreecommitdiff
path: root/include/httpd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add core version query function ap_get_server_revision andAndré Malo2004-01-251-0/+19
* update license to 2004.André Malo2004-01-011-1/+1
* fix doccoAndré Malo2003-12-141-1/+1
* SECURITY [CAN-2003-0020]: escape arbitrary data before writing into theAndré Malo2003-11-241-1/+11
* fix commentCliff Woolley2003-11-241-1/+2
* - add XHTML doctypes to httpd.hAndré Malo2003-11-021-0/+15
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-0/+3
* fix misleading ap_get_token descriptionAndré Malo2003-08-191-3/+3
* Use 'expected' rather than 'exp', as the latter shadows the exp()Greg Stein2003-06-171-4/+4
* Porting to BS2000: the antique interface (BS2000Account) no longer existsMartin Kraemer2003-05-091-1/+0
* Minor MMN bump:André Malo2003-03-061-0/+8
* * include/http_config.hSander Striker2003-03-061-7/+7
* finished that boring job:André Malo2003-02-031-1/+1
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-231-1/+7
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-181-5/+0
* use a subpool of c->pool for resources which are set aside, then clear itGreg Ames2002-11-081-4/+3
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+2
* Bring in os.h after we let apr do its platform foo.William A. Rowe Jr2002-07-011-1/+2
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-2/+7
* Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effectsBrian Pane2002-06-231-0/+1
* Improve on some of the documentary comments in the request_rec.Aaron Bannert2002-06-151-47/+48
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-121-4/+4
* Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it isJustin Erenkrantz2002-05-301-1/+3
* Rewrite ap_byterange_filter so that it can work with data that does notJustin Erenkrantz2002-05-061-2/+0
* BUCKET FREELISTSCliff Woolley2002-03-291-0/+2
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-17/+28
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-0/+8
* Fix the close-on-sendfile bug where Win32 would transmit a singleWilliam A. Rowe Jr2002-02-211-2/+2
* if a child detects a resource shortage on accept(), limit the rate of fork()sGreg Ames2002-02-111-0/+6