summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updates.Lucien Gentis2011-05-082-12/+17
* replace recent AJP direct comparisons to APR_TIMEUP with APR_STATUS_IS_TIMEUP.Eric Covener2011-05-072-2/+2
* use APR_STATUS_IS_TIMEUP() instead of direct comparison with APR_TIMEUP.Eric Covener2011-05-071-2/+2
* Not possible; you don't declare a variable const and thenWilliam A. Rowe Jr2011-05-071-1/+1
* Rebuilds a bunch of changes and translations.Rich Bowen2011-05-0531-179/+234
* Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)Rich Bowen2011-05-052-0/+14
* Minor mime.types fixes:Rainer Jung2011-05-031-3/+3
* fix typo -- two periodsEric Covener2011-05-032-2/+2
* mention mod_expires bailing out when the handler has set an Expires header.Eric Covener2011-05-032-0/+8
* avoid compiler warnings with gccStefan Fritsch2011-05-011-2/+2
* Update.Lucien Gentis2011-05-011-2/+2
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-3012-27/+8
* Follow on to 1057048:Jeff Trawick2011-04-271-6/+9
* Fix double free in out-of-mem situationStefan Fritsch2011-04-261-8/+1
* WinNT MPM has hard-coded daemon limit of 1, not 0Jeff Trawick2011-04-261-1/+1
* Make sure support/check_forensic works with mod_unique_id loaded too.Igor Galić2011-04-262-2/+5
* spelling fixJeff Trawick2011-04-261-1/+1
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-2512-51/+323
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-255-27/+49
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-258-13/+90
* Report filename and line number in config warningStefan Fritsch2011-04-251-1/+2
* avoid useless call to apr_pstrdupStefan Fritsch2011-04-221-1/+1
* update transformDaniel Earl Poirier2011-04-221-0/+10
* Add example for using %{msec_frac}t.Daniel Earl Poirier2011-04-221-0/+10
* * server/util_pcre.c (ap_regerror): Use passed-in buffer size ratherJoe Orton2011-04-201-1/+1
* The pre_config hook should return int, not apr_status_t.Stefan Fritsch2011-04-191-1/+1
* Fixed line length to < 80 char.Guenter Knauf2011-04-171-1/+1
* Added shebang check for '! so that .vbs scripts can work as CGI.Guenter Knauf2011-04-171-0/+4
* clarify commentStefan Fritsch2011-04-171-1/+1
* Miscellaneous corrections.Lucien Gentis2011-04-163-40/+37
* Updates.Lucien Gentis2011-04-168-25/+79
* via Matthew Sporleder - domain is required in the CO flag or cookiesRich Bowen2011-04-152-7/+8
* The domain is not in fact optional. The cookie is not set if you don'tRich Bowen2011-04-151-6/+7
* Whether it's intentional or not, the hostname/domainname argument to theRich Bowen2011-04-151-1/+1
* Prevent segfault if DYNAMIC_MODULE_LIMIT is reachedStefan Fritsch2011-04-152-9/+12
* move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGSJeff Trawick2011-04-141-3/+1
* Fixed missing struct member error introduced with r1092076.Guenter Knauf2011-04-141-1/+1
* try to prevent a single long request marking a worker in error.Jean-Frederic Clere2011-04-142-1/+10
* Axed tabs and trailing spaces.Guenter Knauf2011-04-131-106/+106
* AP_ENABLE_V4_MAPPED with WinNT MPMJeff Trawick2011-04-122-22/+35
* add some debug logging to show more information about passing of socketsJeff Trawick2011-04-121-2/+5
* Allow apr and apr-util to be in 2 different location.Jean-Frederic Clere2011-04-121-1/+9
* axe the cast in the call to our mpm_nt_eventlog_stderr_open()Jeff Trawick2011-04-113-4/+4
* match expected type of arg to StartService()Jeff Trawick2011-04-111-1/+1
* ignore generated file httpd.exeJeff Trawick2011-04-100-0/+0
* Remove unused variableStefan Fritsch2011-04-091-1/+0
* don't try to shut down child if it wasn't createdJeff Trawick2011-04-091-1/+9
* WinNT MPM: Improve robustness under heavy load.Jeff Trawick2011-04-092-9/+17
* Fix some MinGW build issues...Jeff Trawick2011-04-094-0/+15
* fix some logging glitches in the WinNT MPM:Jeff Trawick2011-04-091-9/+17