summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify usage of ap_pregcomp/ap_pregfreeStefan Fritsch2010-10-231-1/+4
* Actually bump MMN for:Stefan Fritsch2010-10-191-1/+1
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-171-0/+2
* Begin the process of optimising the parsing of Cache-Control headers. ParseGraham Leggett2010-10-161-1/+2
* Fix constness in log macro.Rainer Jung2010-10-151-1/+1
* improve docs for ap_errorlog_handler and ap_errorlog_infoStefan Fritsch2010-10-121-7/+39
* mod_cache: Optionally serve stale data when a revalidation returns aGraham Leggett2010-10-121-2/+3
* core: Speed up config parsing if using a very large number of configStefan Fritsch2010-10-022-1/+9
* add comment about change to ap_expr_eval()Stefan Fritsch2010-09-291-0/+1
* Add "IN" operator to expression parser, to evaluate membership ofNick Kew2010-09-291-1/+2
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-1/+1
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-283-2/+15
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-271-1/+2
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-261-4/+5
* Bump the MMN to take into account changes to the mod_cache API.Graham Leggett2010-09-231-1/+7
* Move private cache_* declarations out of the public mod_cache.h file.Graham Leggett2010-09-221-2/+4
* Add an MMN bump for create_entity in mod_cache.h.Graham Leggett2010-09-211-0/+2
* Minor MMN bump for ap_rxplus APINick Kew2010-09-211-1/+2
* Introduce ap_rxplus class: higher-level regexps supporting perl-styleNick Kew2010-09-211-1/+79
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-192-2/+19
* mod_include: Move the request_rec within mod_include to beGraham Leggett2010-09-191-1/+3
* Fix to apidoc comments in ap_regexNick Kew2010-09-161-3/+5
* mod_cache: Add a discrete commit_entity() provider function within theGraham Leggett2010-09-161-1/+3
* mod_cache: Change the signature of the store_body() provider functionGraham Leggett2010-09-131-2/+4
* Minor bump for ap_cache_check_allowed().Graham Leggett2010-09-121-1/+2
* add comment about (not) using pools in error log format handlersStefan Fritsch2010-09-121-0/+4
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-055-3/+84
* Disable sendfile by default, as discussed atStefan Fritsch2010-09-041-1/+5
* Fixed wrong comment.Guenter Knauf2010-09-011-1/+1
* - add more comments explaining the logging macrosStefan Fritsch2010-08-252-14/+108
* Bump up for 2.3.9-devJim Jagielski2010-08-241-2/+2
* Get ready to tagJim Jagielski2010-08-241-1/+1
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-212-1/+8
* And we are at 2.3.8-dev...Jim Jagielski2010-08-191-2/+2
* Prepare for tagging of 2.3.7Jim Jagielski2010-08-191-1/+1
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-182-1/+10
* oopsJim Jagielski2010-08-101-1/+1
* Fold in some stuff to allow for matching of workersJim Jagielski2010-08-101-0/+2
* Updated copyright year.Guenter Knauf2010-08-081-1/+1
* Changed macro for .rc in ap_release.h.Guenter Knauf2010-08-081-3/+3
* r966869 required mmn bumpNick Kew2010-07-231-1/+2
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-2/+0
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-1/+1
* Trivial spelling fix so I can closeNick Kew2010-07-201-1/+1
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-192-3/+15
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-143-3/+40
* Allow for modules to keep track of worker slotJim Jagielski2010-07-141-1/+2
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-042-11/+14
* actually update the MMN and not only the commentStefan Fritsch2010-07-011-1/+1
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-017-105/+114