summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve ap_log_cerror:Stefan Fritsch2010-03-101-2/+7
* style nit (fix the one unaligned "=" out of fifteen)Jeff Trawick2010-03-101-1/+1
* * Only log a 408 if it is no keepalive timeout.Ruediger Pluem2010-03-051-1/+3
* Make sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcardGraham Leggett2010-03-011-1/+1
* When loading wildcards that are part of a path, only consider directoriesGraham Leggett2010-03-011-2/+9
* overlooked for 10 years, impressive ;-)William A. Rowe Jr2010-03-011-1/+1
* comment only: fix name of hook and try to reword for clarityJeff Trawick2010-02-221-4/+4
* Fix startup segfault when the Mutex directive is used but no loaded Jeff Trawick2010-02-222-2/+10
* Use APR_PID_T_FMT instead of %ld and a cast.Graham Leggett2010-02-161-1/+1
* More correct fix for compile warning about discarding constnessDaniel Earl Poirier2010-02-161-2/+2
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-166-0/+32
* Fix compile warning (discarding constness of fname)Daniel Earl Poirier2010-02-161-1/+1
* Support wildcards in both the directory and file components ofGraham Leggett2010-02-131-68/+106
* change the preprocessor define ap_accept_mutex_type to upper caseJeff Trawick2010-02-082-4/+4
* Print directive name in error message.Stefan Fritsch2010-02-052-2/+2
* worker: don't report server has reached MaxClients until it does.Daniel Earl Poirier2010-02-041-8/+21
* * Use loglevel value for parsingRuediger Pluem2010-02-021-1/+1
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-023-54/+23
* Replace the Define !FOO syntax by a new UnDefine directive.Stefan Fritsch2010-01-301-25/+24
* Allow the Define directive to undefine a variable by prefixing theStefan Fritsch2010-01-301-3/+26
* Make ap_pregsub(), used by AliasMatch and friends, use the same syntaxStefan Fritsch2010-01-301-4/+2
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-263-14/+44
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-211-10/+7
* Design error; main.c is not part of the libhttpd, you can't forwardWilliam A. Rowe Jr2010-01-212-3/+3
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-161-2/+2
* Fix potential segfault when dereferencing NULL request_recStefan Fritsch2010-01-031-1/+1
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-295-13/+13
* string constnessTakashi Sato2009-12-292-5/+5
* * With APR >= 2.0 there is no longer an APR-UTIL only an APR.Ruediger Pluem2009-12-231-0/+5
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-20/+0
* (re)-introduce -T commandline option to suppress documentroot check at startupNick Kew2009-12-222-2/+17
* Fix up r892678 as pointed out by rpluem.Nick Kew2009-12-211-1/+1
* Reject requests containing (invalid) NULL characters in request lineNick Kew2009-12-211-4/+19
* Don't keepalive when we send a non-100 response while Client is expecting 100Nick Kew2009-12-081-0/+9
* * server/scoreboard.c::ap_create_scoreboardRuediger Pluem2009-12-021-0/+2
* fix this:Jeff Trawick2009-12-021-2/+1
* Add OmitPID keyword on Mutex directive to suppress theJeff Trawick2009-12-022-22/+63
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-1/+3
* non-static directive parsers should be AP_DECLARE_NONSTD()Jeff Trawick2009-11-241-2/+3
* fix the "fix" in r883816Jeff Trawick2009-11-241-2/+3
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-0/+4
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-2/+2
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-0/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-248-121/+361
* fix typo in AcceptFilter-related commentJeff Trawick2009-11-211-1/+1
* remove dead code related to the accept mutexJeff Trawick2009-11-215-28/+0
* axe some vestiges of Event's accept mutexJeff Trawick2009-11-211-2/+0
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-0/+1
* support --enable-mpms-shared (without argument) and --disable-mpms-sharedJeff Trawick2009-11-151-15/+23
* Improve hack to "determine" if APR supports thread-safe pollsets by hiding theJeff Trawick2009-11-143-11/+20