]> granicus.if.org Git - apache/history - include/ap_mmn.h
mod_proxy_http: Use the "Connection: close" header for requests to
[apache] / include / ap_mmn.h
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...
2010-02-04 William A. Rowe JrAdd ap_process_request_after_handler to the exported...
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2010-01-11 Stefan FritschIntroduce new config option LDAPTimeout to set the...
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-30 Takashi Satofollow up r894425:
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-19 Jeff Trawickactually modify the MMN for the dav_error change, as...
2009-11-19 Jeff TrawickRemove errno from dav_error interface. Calls to dav_ne...
2009-10-31 Eric CovenerStop trying to set the referral HOP limit on each conne...
2009-10-30 Eric Coveneradd LDAPLibraryDebug directive to mod_ldap to turn on
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-10-08 Stefan Fritschmod_logio: introduce new optional function ap_logio_get...
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-14 Graham Leggettmod_dav: Allow other modules to add things to the DAV...
2009-09-14 Ruediger Pluem* Lower memory usage by reusing the brigade instead...
2009-07-05 Guenter Knauffixed typo.
2009-06-27 Guenter KnaufFixed comment. Submitted by Arfrever Frehtes Taifersar...
2009-05-15 William A. Rowe JrFix docs and bump mmn minor
2009-04-02 Jeff Trawickdocument the key API considerations related to the...
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-25 Jeff TrawickProvide ap_set_retained_data()/ap_get_retained_data...
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-30 Jeff TrawickReflect the unixd_setup_child() rename (r739151) in...
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
next