summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a childJoe Orton2012-01-111-2/+3
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-092-7/+38
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-066-21/+25
* Add new ap_list_provider_groups() API for mod_infoStefan Fritsch2011-12-301-0/+32
* Fix handling of piped, syslog, or inherited ErrorLog entriesStefan Fritsch2011-12-281-1/+2
* Check during configtest that the directories for error logs existStefan Fritsch2011-12-281-0/+39
* Fix -DDUMP_RUN_CFG output for piped and syslog loggersStefan Fritsch2011-12-281-3/+5
* Adapt loglevel of config errors during second passStefan Fritsch2011-12-281-8/+8
* Fix the case where AP_DEBUG is unset.Graham Leggett2011-12-191-1/+1
* Fix warning: variable 'rv' set but not used.Graham Leggett2011-12-191-3/+9
* Fix warning: 'nlen' may be used uninitialized in this function.Graham Leggett2011-12-191-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+3
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-145-14/+14
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-145-12/+12
* Explicitly cast function pointer, to remove 'const'.Stefan Fritsch2011-12-131-3/+4
* zap an unhelpful, out of date comment from httpd 1.2Jeff Trawick2011-12-121-3/+0
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-122-3/+14
* Fix names of unary operators like '-s' being compared case insensitively.Stefan Fritsch2011-12-101-3/+13
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-076-6/+12
* Fix a few compiler warning reported by Steffen:Stefan Fritsch2011-12-051-7/+8
* Add some more log message tagsStefan Fritsch2011-12-043-9/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-0335-577/+577
* * server/listen.c (open_listeners): Fix logic error caught byJoe Orton2011-12-021-1/+1
* thx sfJim Jagielski2011-11-271-5/+1
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-256-22/+22
* Comment reason for NULL parameterJim Jagielski2011-11-251-0/+4
* Use varargs...Jim Jagielski2011-11-241-5/+13
* Add ap_pass_brigade_fchk() which does a Filter CHecK on theJim Jagielski2011-11-231-0/+27
* Align the format variable for the raw IP between the error_log and theGraham Leggett2011-11-221-12/+1
* Hello. Let's compile again.Jim Jagielski2011-11-221-0/+2
* Add the ability to access the connection level remote IP address from theGraham Leggett2011-11-221-0/+3
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-224-16/+41
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-7/+4
* Fix logic when to call error_log hookStefan Fritsch2011-11-211-2/+6
* value never used: dead assignmentJim Jagielski2011-11-211-1/+0
* value never used : dead assignmentJim Jagielski2011-11-211-1/+0
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-206-87/+98
* clarify commentStefan Fritsch2011-11-191-4/+2
* Limit recursion in ap_expr evaluation to avoid unbounded stack usageStefan Fritsch2011-11-193-39/+136
* follow up to r1202257 -- perform normal wakeup processing whenJeff Trawick2011-11-181-10/+7
* garbage C's in server-status and extra child processes with async lingeringGreg Ames2011-11-182-1/+8
* add conn_rec to error log hookJeff Trawick2011-11-181-5/+5
* 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