| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve ap_log_cerror: | Stefan Fritsch | 2010-03-10 | 1 | -2/+7 |
* | style nit (fix the one unaligned "=" out of fifteen) | Jeff Trawick | 2010-03-10 | 1 | -1/+1 |
* | * Only log a 408 if it is no keepalive timeout. | Ruediger Pluem | 2010-03-05 | 1 | -1/+3 |
* | Make sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcard | Graham Leggett | 2010-03-01 | 1 | -1/+1 |
* | When loading wildcards that are part of a path, only consider directories | Graham Leggett | 2010-03-01 | 1 | -2/+9 |
* | overlooked for 10 years, impressive ;-) | William A. Rowe Jr | 2010-03-01 | 1 | -1/+1 |
* | comment only: fix name of hook and try to reword for clarity | Jeff Trawick | 2010-02-22 | 1 | -4/+4 |
* | Fix startup segfault when the Mutex directive is used but no loaded | Jeff Trawick | 2010-02-22 | 2 | -2/+10 |
* | Use APR_PID_T_FMT instead of %ld and a cast. | Graham Leggett | 2010-02-16 | 1 | -1/+1 |
* | More correct fix for compile warning about discarding constness | Daniel Earl Poirier | 2010-02-16 | 1 | -2/+2 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 6 | -0/+32 |
* | Fix compile warning (discarding constness of fname) | Daniel Earl Poirier | 2010-02-16 | 1 | -1/+1 |
* | Support wildcards in both the directory and file components of | Graham Leggett | 2010-02-13 | 1 | -68/+106 |
* | change the preprocessor define ap_accept_mutex_type to upper case | Jeff Trawick | 2010-02-08 | 2 | -4/+4 |
* | Print directive name in error message. | Stefan Fritsch | 2010-02-05 | 2 | -2/+2 |
* | worker: don't report server has reached MaxClients until it does. | Daniel Earl Poirier | 2010-02-04 | 1 | -8/+21 |
* | * Use loglevel value for parsing | Ruediger Pluem | 2010-02-02 | 1 | -1/+1 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 3 | -54/+23 |
* | Replace the Define !FOO syntax by a new UnDefine directive. | Stefan Fritsch | 2010-01-30 | 1 | -25/+24 |
* | Allow the Define directive to undefine a variable by prefixing the | Stefan Fritsch | 2010-01-30 | 1 | -3/+26 |
* | Make ap_pregsub(), used by AliasMatch and friends, use the same syntax | Stefan Fritsch | 2010-01-30 | 1 | -4/+2 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 3 | -14/+44 |
* | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 2010-01-21 | 1 | -10/+7 |
* | Design error; main.c is not part of the libhttpd, you can't forward | William A. Rowe Jr | 2010-01-21 | 2 | -3/+3 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 1 | -2/+2 |
* | Fix potential segfault when dereferencing NULL request_rec | Stefan Fritsch | 2010-01-03 | 1 | -1/+1 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 5 | -13/+13 |
* | string constness | Takashi Sato | 2009-12-29 | 2 | -5/+5 |
* | * With APR >= 2.0 there is no longer an APR-UTIL only an APR. | Ruediger Pluem | 2009-12-23 | 1 | -0/+5 |
* | Strip SHARED_CORE deadwood. | Nick Kew | 2009-12-22 | 1 | -20/+0 |
* | (re)-introduce -T commandline option to suppress documentroot check at startup | Nick Kew | 2009-12-22 | 2 | -2/+17 |
* | Fix up r892678 as pointed out by rpluem. | Nick Kew | 2009-12-21 | 1 | -1/+1 |
* | Reject requests containing (invalid) NULL characters in request line | Nick Kew | 2009-12-21 | 1 | -4/+19 |
* | Don't keepalive when we send a non-100 response while Client is expecting 100 | Nick Kew | 2009-12-08 | 1 | -0/+9 |
* | * server/scoreboard.c::ap_create_scoreboard | Ruediger Pluem | 2009-12-02 | 1 | -0/+2 |
* | fix this: | Jeff Trawick | 2009-12-02 | 1 | -2/+1 |
* | Add OmitPID keyword on Mutex directive to suppress the | Jeff Trawick | 2009-12-02 | 2 | -22/+63 |
* | Elaborate on low hanging XXX fruit | William A. Rowe Jr | 2009-12-01 | 1 | -1/+3 |
* | non-static directive parsers should be AP_DECLARE_NONSTD() | Jeff Trawick | 2009-11-24 | 1 | -2/+3 |
* | fix the "fix" in r883816 | Jeff Trawick | 2009-11-24 | 1 | -2/+3 |
* | fix Win32 compile failure in r883540, reported by Gregg Smith | Jeff Trawick | 2009-11-24 | 1 | -0/+4 |
* | fix Win32 compile failure in r883540, reported by Gregg Smith | Jeff Trawick | 2009-11-24 | 1 | -2/+2 |
* | fix Win32 compile failure in r883540, reported by Gregg Smith | Jeff Trawick | 2009-11-24 | 1 | -0/+2 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 8 | -121/+361 |
* | fix typo in AcceptFilter-related comment | Jeff Trawick | 2009-11-21 | 1 | -1/+1 |
* | remove dead code related to the accept mutex | Jeff Trawick | 2009-11-21 | 5 | -28/+0 |
* | axe some vestiges of Event's accept mutex | Jeff Trawick | 2009-11-21 | 1 | -2/+0 |
* | fix or complain about some invalid errno references | Jeff Trawick | 2009-11-19 | 1 | -0/+1 |
* | support --enable-mpms-shared (without argument) and --disable-mpms-shared | Jeff Trawick | 2009-11-15 | 1 | -15/+23 |
* | Improve hack to "determine" if APR supports thread-safe pollsets by hiding the | Jeff Trawick | 2009-11-14 | 3 | -11/+20 |