summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-054-158/+860
* Disable sendfile by default, as discussed atStefan Fritsch2010-09-041-2/+1
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-011-1/+3
* c isn't used after being set (Fortify)Jeff Trawick2010-09-011-1/+1
* running_gen was only set to an interesting value on a pathJeff Trawick2010-09-011-3/+1
* Fail startup for vhost configuration problems, rather thanDaniel Earl Poirier2010-08-301-7/+27
* PR49809: Allow DirectoryMatch to match the EOL character ($). andEric Covener2010-08-271-1/+1
* Simplify code as noted by Jeff.Stefan Fritsch2010-08-221-5/+2
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-212-0/+18
* follow up r987629 with another similar issueJeff Trawick2010-08-201-1/+1
* remove useless check for current == NULL; if it is NULL, aJeff Trawick2010-08-201-1/+1
* Fortify complains about an overflow of pad[], which wouldJeff Trawick2010-08-201-15/+10
* Perform NULL check before dereferencing arg, not after.Stefan Fritsch2010-08-181-5/+1
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-181-0/+24
* Add the same r->user == NULL check in the Satisfy Any code path as r965709 didStefan Fritsch2010-08-181-1/+8
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-062-11/+11
* With -S, show ServerAlias values that go with the virtual hostsDaniel Earl Poirier2010-08-051-0/+20
* Re-add AP_DEBUG_ASSERTs that were wrongly removed in r982050Stefan Fritsch2010-08-042-0/+2
* remove more unused variablesStefan Fritsch2010-08-048-40/+8
* remove more useless use of strlenStefan Fritsch2010-08-041-8/+4
* Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch2010-07-312-5/+2
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-153/+0
* Trivial spelling fix so I can closeNick Kew2010-07-201-4/+4
* Don't risk segfault in authz if r->user is not setNick Kew2010-07-201-0/+8
* Enable SetEnv to set PATHNick Kew2010-07-201-1/+5
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-6/+47
* Added http_config.h to make APLOG_USE_MODULE macro visible.Guenter Knauf2010-07-192-0/+2
* fix log messagesStefan Fritsch2010-07-141-2/+2
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-31/+52
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-25/+9
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-011-1/+1
* To save memory, make module_levels a vector of chars instead of ints.Stefan Fritsch2010-06-301-7/+4
* spelling fix for a commentJeff Trawick2010-06-291-1/+1
* Save some memory by allocating only the required length for conf_vectors.Stefan Fritsch2010-06-261-14/+38
* OS/2: Add support for ThreadStackSize.Brian Havard2010-06-221-1/+2
* Remove definition of ap_pid_fname from OS/2 MPM. It's now in mpm_common.c.Brian Havard2010-06-221-1/+0
* add -X to usage messageStefan Fritsch2010-06-211-2/+4
* Don't restore r->user after authn/authz failure. Any authn module that setsStefan Fritsch2010-06-201-7/+0
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+25
* More trace loggingStefan Fritsch2010-06-201-0/+11
* core_output_filter improvements:Stefan Fritsch2010-06-191-22/+48
* Add deferred write pool to core_output_filter to clean up file descriptors asStefan Fritsch2010-06-191-4/+19
* Change log_error_core to prefer s over c->base_server for loglevelStefan Fritsch2010-06-151-2/+2
* Remove unused header file from simple MPM.Rainer Jung2010-06-151-74/+0
* correct stupid mistakeStefan Fritsch2010-06-141-1/+1
* Fix some compiler warnings:Stefan Fritsch2010-06-141-1/+1
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-142-0/+35
* Change the eor bucket to use a pre-cleanup to run the log transaction hook.Stefan Fritsch2010-06-141-2/+3
* Fix MPM event/libserf build problems: If libserf was installed during build,Stefan Fritsch2010-06-132-10/+16
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-4/+8