]> granicus.if.org Git - apache/history - include/ap_mmn.h
Create wrapper API for apr_random;
[apache] / include / ap_mmn.h
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-11 Eric Covenermod_ldap: remove hard-coded loops of 10 retries w/o...
2011-08-03 Stefan Fritschcleanups related to new AllowOverrideList functionality:
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-07-23 Stefan FritschMerge branch revert-ap-ldap:
2011-07-23 Stefan FritschAdd change log entry, bump MMN revert-ap-ldap revert-ap-ldap
2011-07-16 Stefan FritschAdd more (trace) logging to the ap_scan_script_header...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-05-21 Stefan FritschAdd ap_regexec_len() function that works with non-null...
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-05-09 Jeff Trawickallow error log formatters to peek at the message format
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-03-28 Eric Covenerfix incorrect type of LDAP connection pool member,...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-12 Eric CovenerLay some groundwork for improvements to the connection...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-14 Jim JagielskiDocument pre_read_request and bump mmn
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
2011-02-03 Stefan FritschRaise DYNAMIC_MODULE_LIMIT to 256
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2011-01-14 Jim JagielskiOops... I didn't see the test framework error here...
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-11 Jeff Trawickmention when APLOG_USE_MODULE() and AP_DECLARE_MODULE...
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-16 Graham LeggettRevert r1035504, this was the wrong way to do it.
2010-11-16 Graham LeggettFix pool lifetime issues when the proxy backend connect...
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-10 Jeff TrawicksuEXEC: Add Suexec directive to disable suEXEC without...
2010-11-06 Stefan FritschOoops. Forgot the minor bump for r1032167
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-10-19 Stefan FritschActually bump MMN for:
2010-10-17 Graham LeggettAs cache_control_t is public, make ap_cache_control...
2010-10-16 Graham LeggettBegin the process of optimising the parsing of Cache...
2010-10-11 Graham Leggettmod_cache: Optionally serve stale data when a revalidat...
2010-10-02 Stefan Fritschcore: Speed up config parsing if using a very large...
2010-09-29 Stefan Fritschadd comment about change to ap_expr_eval()
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-27 Graham Leggettmod_cache: Add the cache_status hook to register the...
2010-09-22 Graham LeggettBump the MMN to take into account changes to the mod_ca...
2010-09-21 Graham LeggettMove private cache_* declarations out of the public...
2010-09-21 Graham LeggettAdd an MMN bump for create_entity in mod_cache.h.
2010-09-21 Nick KewMinor MMN bump for ap_rxplus API
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2010-09-16 Graham Leggettmod_cache: Add a discrete commit_entity() provider...
2010-09-12 Graham Leggettmod_cache: Change the signature of the store_body(...
2010-09-12 Graham LeggettMinor bump for ap_cache_check_allowed().
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-01 Guenter KnaufFixed wrong comment.
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-10 Jim Jagielskioops
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-07-23 Nick Kewr966869 required mmn bump
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-07-01 Stefan Fritschactually update the MMN and not only the comment
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-26 William A. Rowe JrMissed the MINOR reset
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-19 Stefan FritschAdd deferred write pool to core_output_filter to clean...
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-07 Rainer JungUpdate CHANGES and bump minor MMN for new error log
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-06-03 Stefan FritschRemove loglevel entry in core_dir_config, which has...
2010-06-02 Stefan Fritschwe are still at 2.3.6
2010-05-04 William A. Rowe Jrmmn bump for api args change
2010-04-07 William A. Rowe JrI was wrong (and looked at the wrong commit when trying...
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-02-24 Eric Covenermake some sense of the difference between "Client"...
2010-02-18 Daniel Earl PoirierCorrectly update version numbers after adding new function.
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
next