summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 2.3.72.3.7Jim Jagielski2010-08-191-1/+1
|\
| * BumpJim Jagielski2010-08-191-1/+1
* | Tag trunk as 2.3.7Jim Jagielski2010-08-190-0/+0
|/
* Prepare for tagging of 2.3.7Jim Jagielski2010-08-192-4/+3
* update xformsJim Jagielski2010-08-191-1/+1
* Fix usage output.Stefan Fritsch2010-08-181-1/+1
* Properly check the result returned by apr_ldap_init: There may have been anStefan Fritsch2010-08-182-0/+5
* mod_rewrite: Log errors if rewrite map files cannot be openedStefan Fritsch2010-08-182-4/+15
* Remove obsolete "see error log" log messages.Stefan Fritsch2010-08-181-4/+0
* Perform NULL check before dereferencing arg, not after.Stefan Fritsch2010-08-181-5/+1
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-184-10/+37
* Add the same r->user == NULL check in the Satisfy Any code path as r965709 didStefan Fritsch2010-08-181-1/+8
* Don't log errors when we can't send to client, just debug.Jean-Frederic Clere2010-08-181-2/+2
* Fix comment and code to be what it should have been/Jim Jagielski2010-08-171-7/+7
* Update transformations.Rainer Jung2010-08-175-29/+39
* Fix validation error on docs xml file.Rainer Jung2010-08-171-3/+3
* Fix syntax error in xml file.Rainer Jung2010-08-171-5/+5
* Further checks for non-body requests...Jim Jagielski2010-08-171-1/+10
* detabJim Jagielski2010-08-171-38/+38
* For backends which are HTTP/1.1, do a quick test (ping)Jim Jagielski2010-08-163-45/+120
* Updates.Lucien Gentis2010-08-152-17/+20
* * The forward and reverse worker do not keep connections alive, soRuediger Pluem2010-08-131-0/+12
* Revert part of r983116: Don't break the loop if rv is EAGAINStefan Fritsch2010-08-121-1/+1
* oopsJim Jagielski2010-08-101-1/+1
* Fold in some stuff to allow for matching of workersJim Jagielski2010-08-104-14/+75
* Missing a word.Igor Galić2010-08-092-2/+2
* And the html..Igor Galić2010-08-092-1/+7
* [PT] is implied in per-dir context. (Also, FallbackResource is backported in ...Igor Galić2010-08-092-1/+7
* Added casts to silent compiler warnings.Guenter Knauf2010-08-081-5/+5
* Updated copyright year.Guenter Knauf2010-08-081-1/+1
* Changed macro for .rc in ap_release.h.Guenter Knauf2010-08-081-3/+3
* zRC is never used before its overwritten below the while loopPhilip M. Gollucci2010-08-061-2/+0
* rv is never used which makes the whole if uselessPhilip M. Gollucci2010-08-061-4/+1
* entry is over written immediately belowPhilip M. Gollucci2010-08-061-1/+0
* axe unexpected ';' after end of blockJeff Trawick2010-08-061-5/+5
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-0615-28/+28
* comment fixes for "send" vs. "sent"Jeff Trawick2010-08-061-5/+5
* With -S, show ServerAlias values that go with the virtual hostsDaniel Earl Poirier2010-08-051-0/+20
* Re-add AP_DEBUG_ASSERTs that were wrongly removed in r982050Stefan Fritsch2010-08-042-0/+2
* remove more unused variablesStefan Fritsch2010-08-0313-51/+11
* remove more useless use of strlenStefan Fritsch2010-08-032-9/+5
* remove some useless use of strlen()Stefan Fritsch2010-08-033-4/+4
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-0310-32/+16
* Pass the huge apr_uri_t structs by reference instead of by valueStefan Fritsch2010-08-031-27/+28
* set free()d pointers to NULL to avoid potential use-after-free bugsStefan Fritsch2010-08-031-1/+3
* Now with a rebuild-allWilliam A. Rowe Jr2010-08-0237-1832/+2562
* It seems we haven't built in some timeWilliam A. Rowe Jr2010-08-0243-124/+125
* Indicate this is a recent revision, didn't try to track back to the alpha revWilliam A. Rowe Jr2010-08-022-0/+4
* Reduce logging noise at graceful restartStefan Fritsch2010-07-311-3/+2
* Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch2010-07-314-10/+4