summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use apr funchttpd-pid-tableJim Jagielski2007-06-041-3/+3
* * It does not matter if this pid is still in the scoreboard or not. We need toRuediger Pluem2007-06-021-1/+1
* The unregister part should also remove from pid table.Jim Jagielski2007-06-021-0/+1
* not yetJim Jagielski2007-06-021-1/+0
* Minor nit... be consistent and unset even now :)Jim Jagielski2007-06-011-0/+1
* * Use local pid table also for OS/2 MPMRuediger Pluem2007-06-012-1/+10
* pid is proc here :)Jim Jagielski2007-06-011-1/+1
* Create work-in-progress branchJim Jagielski2007-06-0115-22/+116
* SECURITY: CVE-2007-1862 (cve.mitre.org)Eric Covener2007-06-012-4/+25
* * Prevent running through the error stack by returning OK and setting r->statusRuediger Pluem2007-05-272-2/+56
* * Also add a possible ETag header to r->headers_out. We need to have it thereRuediger Pluem2007-05-271-0/+3
* PR#39710 - badly broken errordocuments for CGINick Kew2007-05-261-12/+1
* Adds an example using multiple file extensions, to answer aRich Bowen2007-05-252-0/+12
* Explain that POST data should be sent as the correct MIME type. Sander Temme2007-05-244-9/+17
* apr_dbd_check_conn() just returns APR_SUCCESS or APR_EGENERAL, so weChris Darroch2007-05-191-1/+4
* mod_cache: Do not set Date or Expires when they are missing from the originalJustin Erenkrantz2007-05-182-27/+6
* mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230.Justin Erenkrantz2007-05-182-6/+14
* Document new directiveJim Jagielski2007-05-181-0/+3
* BackportedJim Jagielski2007-05-181-3/+3
* Sync with 2.2.5 CHANGESJustin Erenkrantz2007-05-181-9/+18
* * Sync with 2.2.x CHANGES fileRuediger Pluem2007-05-171-6/+6
* mod_cache: Let Cache-Control max-age set the expiration of the cachedJustin Erenkrantz2007-05-172-6/+32
* mod_disk_cache: If the Vary'd content is stale, we can handle it via ourJustin Erenkrantz2007-05-171-4/+0
* mod_disk_cache: When renegotiating an already cached Vary'd response, do notJustin Erenkrantz2007-05-172-2/+3
* mod_disk_cache: When renegotiating an already cached Vary'd response, createJustin Erenkrantz2007-05-171-0/+9
* * Sync with 2.2.x CHANGES fileRuediger Pluem2007-05-171-4/+4
* RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time',Justin Erenkrantz2007-05-172-4/+8
* Doccos update... sync up to current time.Jim Jagielski2007-05-1311-164/+200
* Fold in ProxyPassMatch directive with docs. SupportJim Jagielski2007-05-132-14/+84
* Add regex pattern matching to ProxyPass, allowing,Jim Jagielski2007-05-122-11/+44
* Add detection for post XP operating systems.Mladen Turk2007-05-081-1/+9
* * Sync with 2.2.x CHANGES fileRuediger Pluem2007-05-071-3/+3
* - In AP_MODE_SPECULATIVE ap_core_input_filter returns APR_SUCCESS and an emptyRuediger Pluem2007-05-071-3/+11
* * Prevent a segmentation fault if one of the Cache-Control headersRuediger Pluem2007-05-061-5/+25
* the problem with Event and mod_ssl was fixed with rev. 533820. I'm not Greg Ames2007-05-041-6/+0
* Abstract out (kinda) MSG_PEEK. This way when weJim Jagielski2007-05-041-2/+6
* As discussed on docs@httpd, remove the FAQ and replace it with the contentsJoshua Slive2007-05-0439-2856/+156
* * Add extern "C" linkage to several headers to make it easier to useRuediger Pluem2007-05-045-1/+39
* English Revision: 478131Hiroaki Kawai2007-05-041-18/+81
* Update the status of the access control directivesBradley Nicholes2007-05-021-3/+3
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-027-52/+82
* Sync with recently backported patchesJim Jagielski2007-05-011-11/+19
* * Rework the error handling logic to make it more readable.Ruediger Pluem2007-05-011-42/+40
* check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input filtersGreg Ames2007-04-301-3/+2
* English Revision: 522942Hiroaki Kawai2007-04-291-0/+443
* Typo: slashed -> slashesRich Bowen2007-04-282-2/+2
* Add two new mime types, per the IANA registrations:Greg Stein2007-04-251-0/+2
* `build all`André Malo2007-04-243-93/+126
* xml validation and drop the <pre>André Malo2007-04-242-95/+116
* `build extraclean all`André Malo2007-04-2421-502/+792