summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* event no longer requires APR_POLLSET_THREADSAFE, or anyJeff Trawick2011-11-172-6/+2
* silly indentation fixJeff Trawick2011-11-171-1/+1
* spellcheck r1202258Jeff Trawick2011-11-151-1/+1
* Calculate the power of two size of the buffer before allocating it.Paul Querna2011-11-151-1/+1
* Fix comment stylePaul Querna2011-11-151-2/+1
* Use apr_pollset_wakeup to ensure that the listener thread will process most e...Paul Querna2011-11-151-2/+5
* Because the pollset is now only mutated from the event thread, we no longer n...Paul Querna2011-11-151-3/+3
* Create a new lock free circular queue, and use it in the EventMPM to remove t...Paul Querna2011-11-154-67/+294
* Instead of disabling the listening sockets from the pollset when under load, ...Paul Querna2011-11-151-13/+13
* ap_core_translate: factor out duplicate code. no functional change.Greg Ames2011-11-151-37/+23
* As discussed at AC NA 2011Philip M. Gollucci2011-11-1312-1/+5127
* Server directive display (-L): Include directives of DSOs.Jeff Trawick2011-11-131-3/+8
* Folloup on r1201158: New MaxMemFree was meantRainer Jung2011-11-121-1/+1
* Set MaxMemFree 2048 by defaultStefan Fritsch2011-11-121-1/+3
* Fix assertion failure during very high load by preventing race conditionStefan Fritsch2011-11-121-26/+79
* Fix spellingPaul Querna2011-11-101-1/+1
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-102-7/+48
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-102-2/+2
* revert accidental commit 1200129Jeff Trawick2011-11-101-1/+1
* clean up unused ap_my_generation variableJeff Trawick2011-11-101-1/+0
* clean up unused ap_my_generation variableJeff Trawick2011-11-101-1/+1
* Downgrade log message which is triggered when client disconnectsStefan Fritsch2011-11-101-1/+1
* Fix per-request / per-conn logging, probably broken by r1041140Stefan Fritsch2011-11-091-1/+1
* fix typoStefan Fritsch2011-11-091-1/+1
* Fix integer overflow in ap_pregsub. This can be triggered e.g.Stefan Fritsch2011-11-071-0/+2
* No need to zero memory that we will overwrite anywayStefan Fritsch2011-11-071-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-072-2/+3
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-072-8/+32
* Remove magic numbers; ensure that an invalid nmatch is correctedJim Jagielski2011-10-291-6/+6
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-292-1/+52
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-2/+2
* Add comment why the code is disabledStefan Fritsch2011-10-261-0/+1
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-261-20/+48
* * Correctly return a 400 (Bad request) in case of a HTTP/0.9 request likeRuediger Pluem2011-10-251-5/+6
* Comment out some incomplete code that does nothing but produce a compilerStefan Fritsch2011-10-201-0/+2
* regex related cleanups:Stefan Fritsch2011-10-191-4/+4
* Downgrade some more log messages indicating client errors from level error toStefan Fritsch2011-10-171-8/+35
* flip operator in comment for r1182887 and add some whitespaceEric Covener2011-10-131-1/+2
* Force the honoring of AP_MAX_REG_MATCHJim Jagielski2011-10-131-2/+4
* Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1Stefan Fritsch2011-10-103-464/+519
* Improve error message by removing 'unexpected T_ERROR' in one case.Stefan Fritsch2011-10-102-2/+3
* Downgrade to DEBUG level several messages which were all redundant William A. Rowe Jr2011-10-102-5/+5
* Resolve server and remote IP's in the AcceptFilter 'none' path.William A. Rowe Jr2011-10-102-10/+26
* If a child is created just before graceful restart and then exits becauseStefan Fritsch2011-10-103-11/+58
* Check the return value from ap_run_create_connection in mpm_event.Stefan Fritsch2011-10-102-0/+7
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-2/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-094-5/+117
* Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch2011-10-081-3/+13
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-3/+3
* Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2011-10-081-0/+14