summaryrefslogtreecommitdiffstats
path: root/ap.d (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-20remove useless check for current == NULL; if it is NULL, aJeff Trawick1-1/+1
2010-08-20Remove unneeded CHANGES entry.Rainer Jung1-3/+0
2010-08-20Fortify falsely complained that the sprintf() result was unbounded.Jeff Trawick1-2/+2
2010-08-20Fix broken "creationdate" property in mod_dav_fs andRainer Jung4-19/+20
2010-08-20mod_proxy: Rename erroronstatus to failonstatus...Jeff Trawick4-3/+11
2010-08-20Fortify complains about an overflow of pad[], which wouldJeff Trawick1-15/+10
2010-08-19alert docs readers to minor gotchaNick Kew1-0/+2
2010-08-19Update transforms and add some html and meta files generated from new pagesDaniel Earl Poirier28-152/+679
2010-08-19Overhaul the detailed doc for virtual hosts:Daniel Earl Poirier1-124/+145
2010-08-19For NameVirtualHost, specify which vhost is the default if noDaniel Earl Poirier1-0/+14
2010-08-19Minor corrections and cleanup in the descriptions of IP-based andDaniel Earl Poirier2-9/+23
2010-08-19And we are at 2.3.8-dev...Jim Jagielski4-3/+7
2010-08-19BumpJim Jagielski1-1/+1
2010-08-19Prepare for tagging of 2.3.7Jim Jagielski2-4/+3
2010-08-19update xformsJim Jagielski1-1/+1
2010-08-19Fix usage output.Stefan Fritsch1-1/+1
2010-08-19Properly check the result returned by apr_ldap_init: There may have been anStefan Fritsch2-0/+5
2010-08-18mod_rewrite: Log errors if rewrite map files cannot be openedStefan Fritsch2-4/+15
2010-08-18Remove obsolete "see error log" log messages.Stefan Fritsch1-4/+0
2010-08-18Perform NULL check before dereferencing arg, not after.Stefan Fritsch1-5/+1
2010-08-18Pull out "does request have a body" logic to a centralJim Jagielski4-10/+37
2010-08-18Add the same r->user == NULL check in the Satisfy Any code path as r965709 didStefan Fritsch1-1/+8
2010-08-18Don't log errors when we can't send to client, just debug.Jean-Frederic Clere1-2/+2
2010-08-17Fix comment and code to be what it should have been/Jim Jagielski1-7/+7
2010-08-17Update transformations.Rainer Jung5-29/+39
2010-08-17Fix validation error on docs xml file.Rainer Jung1-3/+3
2010-08-17Fix syntax error in xml file.Rainer Jung1-5/+5
2010-08-17Further checks for non-body requests...Jim Jagielski1-1/+10
2010-08-17detabJim Jagielski1-38/+38
2010-08-16For backends which are HTTP/1.1, do a quick test (ping)Jim Jagielski3-45/+120
2010-08-15Updates.Lucien Gentis2-17/+20
2010-08-13* The forward and reverse worker do not keep connections alive, soRuediger Pluem1-0/+12
2010-08-12Revert part of r983116: Don't break the loop if rv is EAGAINStefan Fritsch1-1/+1
2010-08-10oopsJim Jagielski1-1/+1
2010-08-10Fold in some stuff to allow for matching of workersJim Jagielski4-14/+75
2010-08-09Missing a word.Igor Galić2-2/+2
2010-08-09And the html..Igor Galić2-1/+7
2010-08-09[PT] is implied in per-dir context. (Also, FallbackResource is backported in ...Igor Galić2-1/+7
2010-08-08Added casts to silent compiler warnings.Guenter Knauf1-5/+5
2010-08-08Updated copyright year.Guenter Knauf1-1/+1
2010-08-08Changed macro for .rc in ap_release.h.Guenter Knauf1-3/+3
2010-08-06zRC is never used before its overwritten below the while loopPhilip M. Gollucci1-2/+0
2010-08-06rv is never used which makes the whole if uselessPhilip M. Gollucci1-4/+1
2010-08-06entry is over written immediately belowPhilip M. Gollucci1-1/+0
2010-08-06axe unexpected ';' after end of blockJeff Trawick1-5/+5
2010-08-06Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick15-28/+28
2010-08-06comment fixes for "send" vs. "sent"Jeff Trawick1-5/+5
2010-08-05With -S, show ServerAlias values that go with the virtual hostsDaniel Earl Poirier1-0/+20
2010-08-04Re-add AP_DEBUG_ASSERTs that were wrongly removed in r982050Stefan Fritsch2-0/+2
2010-08-04remove more unused variablesStefan Fritsch13-51/+11