| Commit message (Expand) | Author | Age | Files | Lines |
* | SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a child | Joe Orton | 2012-01-11 | 1 | -2/+3 |
* | Core configuration: add AllowOverride option to treat syntax | Nick Kew | 2012-01-09 | 2 | -7/+38 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 6 | -21/+25 |
* | Add new ap_list_provider_groups() API for mod_info | Stefan Fritsch | 2011-12-30 | 1 | -0/+32 |
* | Fix handling of piped, syslog, or inherited ErrorLog entries | Stefan Fritsch | 2011-12-28 | 1 | -1/+2 |
* | Check during configtest that the directories for error logs exist | Stefan Fritsch | 2011-12-28 | 1 | -0/+39 |
* | Fix -DDUMP_RUN_CFG output for piped and syslog loggers | Stefan Fritsch | 2011-12-28 | 1 | -3/+5 |
* | Adapt loglevel of config errors during second pass | Stefan Fritsch | 2011-12-28 | 1 | -8/+8 |
* | Fix the case where AP_DEBUG is unset. | Graham Leggett | 2011-12-19 | 1 | -1/+1 |
* | Fix warning: variable 'rv' set but not used. | Graham Leggett | 2011-12-19 | 1 | -3/+9 |
* | Fix warning: 'nlen' may be used uninitialized in this function. | Graham Leggett | 2011-12-19 | 1 | -1/+1 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -1/+3 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 5 | -14/+14 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 5 | -12/+12 |
* | Explicitly cast function pointer, to remove 'const'. | Stefan Fritsch | 2011-12-13 | 1 | -3/+4 |
* | zap an unhelpful, out of date comment from httpd 1.2 | Jeff Trawick | 2011-12-12 | 1 | -3/+0 |
* | Limit length of lines in .htaccess to 8K again, to reduce DoS potential. | Stefan Fritsch | 2011-12-12 | 2 | -3/+14 |
* | Fix names of unary operators like '-s' being compared case insensitively. | Stefan Fritsch | 2011-12-10 | 1 | -3/+13 |
* | * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving | Joe Orton | 2011-12-07 | 6 | -6/+12 |
* | Fix a few compiler warning reported by Steffen: | Stefan Fritsch | 2011-12-05 | 1 | -7/+8 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 3 | -9/+8 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 35 | -577/+577 |
* | * server/listen.c (open_listeners): Fix logic error caught by | Joe Orton | 2011-12-02 | 1 | -1/+1 |
* | thx sf | Jim Jagielski | 2011-11-27 | 1 | -5/+1 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 6 | -22/+22 |
* | Comment reason for NULL parameter | Jim Jagielski | 2011-11-25 | 1 | -0/+4 |
* | Use varargs... | Jim Jagielski | 2011-11-24 | 1 | -5/+13 |
* | Add ap_pass_brigade_fchk() which does a Filter CHecK on the | Jim Jagielski | 2011-11-23 | 1 | -0/+27 |
* | Align the format variable for the raw IP between the error_log and the | Graham Leggett | 2011-11-22 | 1 | -12/+1 |
* | Hello. Let's compile again. | Jim Jagielski | 2011-11-22 | 1 | -0/+2 |
* | Add the ability to access the connection level remote IP address from the | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 4 | -16/+41 |
* | Pass ap_errorlog_info to error_log hook. | Stefan Fritsch | 2011-11-21 | 1 | -7/+4 |
* | Fix logic when to call error_log hook | Stefan Fritsch | 2011-11-21 | 1 | -2/+6 |
* | value never used: dead assignment | Jim Jagielski | 2011-11-21 | 1 | -1/+0 |
* | value never used : dead assignment | Jim Jagielski | 2011-11-21 | 1 | -1/+0 |
* | Remove MPM-private stuff from conn_state_t | Stefan Fritsch | 2011-11-20 | 6 | -87/+98 |
* | clarify comment | Stefan Fritsch | 2011-11-19 | 1 | -4/+2 |
* | Limit recursion in ap_expr evaluation to avoid unbounded stack usage | Stefan Fritsch | 2011-11-19 | 3 | -39/+136 |
* | follow up to r1202257 -- perform normal wakeup processing when | Jeff Trawick | 2011-11-18 | 1 | -10/+7 |
* | garbage C's in server-status and extra child processes with async lingering | Greg Ames | 2011-11-18 | 2 | -1/+8 |
* | add conn_rec to error log hook | Jeff Trawick | 2011-11-18 | 1 | -5/+5 |
* | event no longer requires APR_POLLSET_THREADSAFE, or any | Jeff Trawick | 2011-11-17 | 2 | -6/+2 |
* | silly indentation fix | Jeff Trawick | 2011-11-17 | 1 | -1/+1 |
* | spellcheck r1202258 | Jeff Trawick | 2011-11-15 | 1 | -1/+1 |
* | Calculate the power of two size of the buffer before allocating it. | Paul Querna | 2011-11-15 | 1 | -1/+1 |
* | Fix comment style | Paul Querna | 2011-11-15 | 1 | -2/+1 |
* | Use apr_pollset_wakeup to ensure that the listener thread will process most e... | Paul Querna | 2011-11-15 | 1 | -2/+5 |
* | Because the pollset is now only mutated from the event thread, we no longer n... | Paul Querna | 2011-11-15 | 1 | -3/+3 |
* | Create a new lock free circular queue, and use it in the EventMPM to remove t... | Paul Querna | 2011-11-15 | 4 | -67/+294 |