summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-1/+2
* add comment about change to ap_expr_eval()Stefan Fritsch2010-09-291-0/+1
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-1/+2
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-271-1/+2
* 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
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-1/+4
* mod_include: Move the request_rec within mod_include to beGraham Leggett2010-09-191-1/+3
* 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 ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-2/+5
* Fixed wrong comment.Guenter Knauf2010-09-011-1/+1
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-211-1/+2
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-181-1/+2
* oopsJim Jagielski2010-08-101-1/+1
* Fold in some stuff to allow for matching of workersJim Jagielski2010-08-101-0/+2
* r966869 required mmn bumpNick Kew2010-07-231-1/+2
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-1/+3
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-2/+5
* 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-041-1/+2
* 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-011-0/+1
* To save memory, make module_levels a vector of chars instead of ints.Stefan Fritsch2010-06-301-1/+2
* Missed the MINOR resetWilliam A. Rowe Jr2010-06-261-1/+1
* Introduce an socache iterator 'userctx' for the user to track theWilliam A. Rowe Jr2010-06-261-1/+2
* Add deferred write pool to core_output_filter to clean up file descriptors asStefan Fritsch2010-06-191-1/+2
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-141-1/+2
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-2/+2
* Update CHANGES and bump minor MMN for new error logRainer Jung2010-06-071-0/+2
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-1/+6
* Remove loglevel entry in core_dir_config, which has been unused for atStefan Fritsch2010-06-041-1/+2
* we are still at 2.3.6Stefan Fritsch2010-06-021-4/+4
* mmn bump for api args changeWilliam A. Rowe Jr2010-05-041-2/+3
* I was wrong (and looked at the wrong commit when trying to figureWilliam A. Rowe Jr2010-04-071-4/+4
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-071-4/+4
* make some sense of the difference between "Client" and "Global" certs in mod_...Eric Covener2010-02-241-2/+3
* Correctly update version numbers after adding new function.Daniel Earl Poirier2010-02-181-2/+2
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+1
* Support remote https proxies by using HTTP CONNECT.Rainer Jung2010-02-121-1/+2
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-091-2/+3
* Add ap_process_request_after_handler to the exported list for mod_serfWilliam A. Rowe Jr2010-02-041-1/+2
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-1/+2