| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 4 | -158/+860 |
* | Disable sendfile by default, as discussed at | Stefan Fritsch | 2010-09-04 | 1 | -2/+1 |
* | Added require prototypes conditionally to CFLAGS for NETWare; | Guenter Knauf | 2010-09-01 | 1 | -1/+3 |
* | c isn't used after being set (Fortify) | Jeff Trawick | 2010-09-01 | 1 | -1/+1 |
* | running_gen was only set to an interesting value on a path | Jeff Trawick | 2010-09-01 | 1 | -3/+1 |
* | Fail startup for vhost configuration problems, rather than | Daniel Earl Poirier | 2010-08-30 | 1 | -7/+27 |
* | PR49809: Allow DirectoryMatch to match the EOL character ($). and | Eric Covener | 2010-08-27 | 1 | -1/+1 |
* | Simplify code as noted by Jeff. | Stefan Fritsch | 2010-08-22 | 1 | -5/+2 |
* | core: Abort with sensible error message if no or more than one MPM is | Stefan Fritsch | 2010-08-21 | 2 | -0/+18 |
* | follow up r987629 with another similar issue | Jeff Trawick | 2010-08-20 | 1 | -1/+1 |
* | remove useless check for current == NULL; if it is NULL, a | Jeff Trawick | 2010-08-20 | 1 | -1/+1 |
* | Fortify complains about an overflow of pad[], which would | Jeff Trawick | 2010-08-20 | 1 | -15/+10 |
* | Perform NULL check before dereferencing arg, not after. | Stefan Fritsch | 2010-08-18 | 1 | -5/+1 |
* | Pull out "does request have a body" logic to a central | Jim Jagielski | 2010-08-18 | 1 | -0/+24 |
* | Add the same r->user == NULL check in the Satisfy Any code path as r965709 did | Stefan Fritsch | 2010-08-18 | 1 | -1/+8 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 2 | -11/+11 |
* | With -S, show ServerAlias values that go with the virtual hosts | Daniel Earl Poirier | 2010-08-05 | 1 | -0/+20 |
* | Re-add AP_DEBUG_ASSERTs that were wrongly removed in r982050 | Stefan Fritsch | 2010-08-04 | 2 | -0/+2 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 8 | -40/+8 |
* | remove more useless use of strlen | Stefan Fritsch | 2010-08-04 | 1 | -8/+4 |
* | Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdup | Stefan Fritsch | 2010-07-31 | 2 | -5/+2 |
* | Move AddOutputFilterByType implementation from core to mod_filter. | Nick Kew | 2010-07-22 | 1 | -153/+0 |
* | Trivial spelling fix so I can close | Nick Kew | 2010-07-20 | 1 | -4/+4 |
* | Don't risk segfault in authz if r->user is not set | Nick Kew | 2010-07-20 | 1 | -0/+8 |
* | Enable SetEnv to set PATH | Nick Kew | 2010-07-20 | 1 | -1/+5 |
* | Add ap_find_module_short_name() to quickly get the module short name | Stefan Fritsch | 2010-07-19 | 1 | -6/+47 |
* | Added http_config.h to make APLOG_USE_MODULE macro visible. | Guenter Knauf | 2010-07-19 | 2 | -0/+2 |
* | fix log messages | Stefan Fritsch | 2010-07-14 | 1 | -2/+2 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -31/+52 |
* | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 1 | -25/+9 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -1/+1 |
* | To save memory, make module_levels a vector of chars instead of ints. | Stefan Fritsch | 2010-06-30 | 1 | -7/+4 |
* | spelling fix for a comment | Jeff Trawick | 2010-06-29 | 1 | -1/+1 |
* | Save some memory by allocating only the required length for conf_vectors. | Stefan Fritsch | 2010-06-26 | 1 | -14/+38 |
* | OS/2: Add support for ThreadStackSize. | Brian Havard | 2010-06-22 | 1 | -1/+2 |
* | Remove definition of ap_pid_fname from OS/2 MPM. It's now in mpm_common.c. | Brian Havard | 2010-06-22 | 1 | -1/+0 |
* | add -X to usage message | Stefan Fritsch | 2010-06-21 | 1 | -2/+4 |
* | Don't restore r->user after authn/authz failure. Any authn module that sets | Stefan Fritsch | 2010-06-20 | 1 | -7/+0 |
* | Fix authorization by user or IP/ENV/... | Stefan Fritsch | 2010-06-20 | 1 | -2/+25 |
* | More trace logging | Stefan Fritsch | 2010-06-20 | 1 | -0/+11 |
* | core_output_filter improvements: | Stefan Fritsch | 2010-06-19 | 1 | -22/+48 |
* | Add deferred write pool to core_output_filter to clean up file descriptors as | Stefan Fritsch | 2010-06-19 | 1 | -4/+19 |
* | Change log_error_core to prefer s over c->base_server for loglevel | Stefan Fritsch | 2010-06-15 | 1 | -2/+2 |
* | Remove unused header file from simple MPM. | Rainer Jung | 2010-06-15 | 1 | -74/+0 |
* | correct stupid mistake | Stefan Fritsch | 2010-06-14 | 1 | -1/+1 |
* | Fix some compiler warnings: | Stefan Fritsch | 2010-06-14 | 1 | -1/+1 |
* | - Introduce ap_log_cserror to allow mod_ssl to associate log messages to | Stefan Fritsch | 2010-06-14 | 2 | -0/+35 |
* | Change the eor bucket to use a pre-cleanup to run the log transaction hook. | Stefan Fritsch | 2010-06-14 | 1 | -2/+3 |
* | Fix MPM event/libserf build problems: If libserf was installed during build, | Stefan Fritsch | 2010-06-13 | 2 | -10/+16 |
* | Run filter "init" functions exactly once per request. No longer run | Joe Orton | 2010-06-10 | 1 | -4/+8 |