summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-231-1/+2
* And roll on 2.3.11...Jim Jagielski2010-12-131-2/+2
* Get ready to tag 2.3.10-alphaJim Jagielski2010-12-131-1/+1
* doxygen improvementsStefan Fritsch2010-12-112-18/+23
* Fix some doxygen warningsStefan Fritsch2010-12-082-2/+9
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-042-13/+15
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-4/+8
* Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup withStefan Fritsch2010-11-261-3/+10
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* Roll on .10Jim Jagielski2010-11-231-2/+2
* Get ready for taggingJim Jagielski2010-11-231-1/+1
* More ap_expr updates:Stefan Fritsch2010-11-212-6/+24
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+26
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-182-2/+13
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-161-2/+1
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-161-1/+2
* Fix mod_proxy to support setting source address.Nick Kew2010-11-141-2/+3
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+1
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-4/+4
* Tweak some doxygen comments to get these functions to show up inDaniel Earl Poirier2010-11-072-0/+12
* Ooops. Forgot the minor bump for r1032167Stefan Fritsch2010-11-061-1/+2
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-0/+8
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-063-101/+170
* 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-111-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-281-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-221-1/+7
* Move private cache_* declarations out of the public mod_cache.h file.Graham Leggett2010-09-211-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-121-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