| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold on Jeff's DefaultRuntimeDir impl... docs on the way | Jim Jagielski | 2012-03-07 | 1 | -0/+20 |
* | Core configuration: add AllowOverride option to treat syntax | Nick Kew | 2012-01-09 | 1 | -7/+27 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -1/+1 |
* | Limit length of lines in .htaccess to 8K again, to reduce DoS potential. | Stefan Fritsch | 2011-12-12 | 1 | -3/+12 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 1 | -6/+5 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -13/+13 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -2/+2 |
* | Add ap_varbuf API for resizable buffers. | Stefan Fritsch | 2011-08-13 | 1 | -18/+25 |
* | Adjust some messages for <If> blocks and remove some dead code | Stefan Fritsch | 2011-08-03 | 1 | -2/+2 |
* | use temp pool for temp string | Stefan Fritsch | 2011-08-03 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -3/+10 |
* | Use APR_UNSPEC to allow startup on IP6-only systems. | Stefan Fritsch | 2011-07-13 | 1 | -1/+1 |
* | Fix "statement not reached" warnings with sun cc | Stefan Fritsch | 2011-06-24 | 1 | -3/+0 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -4/+6 |
* | disable hook probes for our two hooks which have no args | Jeff Trawick | 2011-05-11 | 1 | -0/+14 |
* | Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API, | Stefan Fritsch | 2011-04-25 | 1 | -8/+55 |
* | Prevent segfault if DYNAMIC_MODULE_LIMIT is reached | Stefan Fritsch | 2011-04-15 | 1 | -9/+9 |
* | Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. | Stefan Fritsch | 2011-03-29 | 1 | -19/+35 |
* | typo in format string for 1070660 | Eric Covener | 2011-02-14 | 1 | -1/+1 |
* | Log a hint about the directory needing to be executable | Eric Covener | 2011-02-14 | 1 | -2/+3 |
* | Optimize memory access pattern of ap_merge_per_dir_configs() | Stefan Fritsch | 2011-02-03 | 1 | -7/+18 |
* | config: report error and exit cleanly if getaddrinfo fails at startup | Nick Kew | 2011-01-16 | 1 | -1/+9 |
* | mod_proxy: Fix ProxyPassInterpolateEnv directive. | Stefan Fritsch | 2010-11-18 | 1 | -0/+12 |
* | * Fix parameter name as new is a reserved word in C++ which makes compiling | Ruediger Pluem | 2010-11-10 | 1 | -9/+9 |
* | Add a generic pool cleanup function that sets a pointer to NULL and use | Stefan Fritsch | 2010-11-06 | 1 | -7/+1 |
* | use temp pool in some more places | Stefan Fritsch | 2010-10-23 | 1 | -3/+3 |
* | Set the LogLevel of a newly initialized virtual hosts to UNSET. Otherwise | Stefan Fritsch | 2010-10-19 | 1 | -1/+1 |
* | merge if blocks | Stefan Fritsch | 2010-10-02 | 1 | -3/+1 |
* | Use ptemp in some places to save some memory when parsing included config | Stefan Fritsch | 2010-10-02 | 1 | -7/+7 |
* | core: Speed up config parsing if using a very large number of config | Stefan Fritsch | 2010-10-02 | 1 | -0/+19 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -3/+3 |
* | core: Abort with sensible error message if no or more than one MPM is | Stefan Fritsch | 2010-08-21 | 1 | -0/+8 |
* | 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 |
* | Add ap_find_module_short_name() to quickly get the module short name | Stefan Fritsch | 2010-07-19 | 1 | -6/+47 |
* | 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 |
* | Run filter "init" functions exactly once per request. No longer run | Joe Orton | 2010-06-10 | 1 | -4/+8 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -24/+67 |
* | - Introduce log levels trace1/.../trace8 | Stefan Fritsch | 2010-06-06 | 1 | -0/+36 |
* | First order simplification; Add IncludeOptional for introducing | William A. Rowe Jr | 2010-04-07 | 1 | -67/+56 |
* | Retract veto over inconsistent behaviour between directory and file wildcards, | Graham Leggett | 2010-03-31 | 1 | -7/+22 |
* | core: Introduce the IncludeStrict directive, which explicitly fails | Graham Leggett | 2010-03-30 | 1 | -14/+30 |
* | 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 |
* | More correct fix for compile warning about discarding constness | Daniel Earl Poirier | 2010-02-16 | 1 | -2/+2 |
* | Fix compile warning (discarding constness of fname) | Daniel Earl Poirier | 2010-02-16 | 1 | -1/+1 |