]> granicus.if.org Git - apache/history - include/http_core.h
mod_proxy_http: Add detach_backend hook.
[apache] / include / http_core.h
2014-02-07 Jim JagielskiAdd in the concept of "slave" connections...
2013-12-30 Justin ErenkrantzAdd directives to control two protocol options:
2013-12-30 Graham Leggettcore: Support named groups and backreferences within...
2013-11-21 Jeff TrawickFollow-up to r1541029:
2013-11-12 Jan KalužaAdd parse_errorlog_arg callback to ap_errorlog_provider...
2013-09-27 Jeff TrawickError log providers need to be able to trigger a startu...
2013-09-24 Jan KalužaAdd AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorl...
2013-09-23 Jan KalužaAdd ap_errorlog_provider to make ErrorLog logging modul...
2013-06-25 Eric Covener *) core: merge AllowEncodedSlashes from the base...
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-12-08 Stefan FritschAdd LogLevelOverride directive that allows to override...
2012-12-05 Gregg Lewis Smithfixed types since MSVC doesnt have uint*_t.
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-11-07 Jeff Trawickcomment spelling fix
2012-08-20 Guenter KnaufMove *_DECLARE_* macros to beginning of line in headers.
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2012-01-09 Nick KewCore configuration: add AllowOverride option to treat...
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-11-23 Stefan Fritschfix comment
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-08 Stefan FritschChange default FileETag to be "size mtime", i.e. remove...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-07 Eric Covenertake care of some MaxRanges feedback:
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
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 FritschReorder members in core_dir_config to be more logical...
2011-05-09 Jeff Trawickallow error log formatters to peek at the message format
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-02-17 Jeff Trawickspelling fix
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
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...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-10-12 Stefan Fritschimprove docs for ap_errorlog_handler and ap_errorlog_info
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-12 Stefan Fritschadd comment about (not) using pools in error log format...
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-03 Stefan FritschRemove loglevel entry in core_dir_config, which has...
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-10-08 Stefan Fritschmod_logio: introduce new optional function ap_logio_get...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-03 William A. Rowe Jrbollocks, it's absolute crap to break the ABI structure...
2008-10-29 Paul Querna* include/http_core.h
2008-04-07 Paul QuernaInclude http_config.h from http_core, since now without...
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2008-04-03 Nick KewHTTPD Core: Implement <If> sections for conditional...
2008-01-11 Eric Covener*) mod_logio: Provide optional function to allow module...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-11 Bradley NicholesAuthz refactoring
2005-11-15 Jim JagielskiOkay, at least be nice when "breaking" the API.
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-07-01 William A. Rowe Jr Initially a no-op. Add trace_enable configuration...
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-03-24 Jeff TrawickFix memory corruption problem with ap_custom_response...
2004-03-14 André MaloSatisfy directives now can be influenced by a surroundi...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-02-03 André Malofinished that boring job:
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2002-12-15 Brian Panecomment an endif for clarity
2002-10-25 Brian Panemod_logio modification: count bytes-sent after the...
2002-10-14 William A. Rowe Jr Introduce an EnableSendfile directive (defaulted...
2002-10-03 Greg SteinAdd logic to the default_handler to enable script deliv...
2002-05-11 Brian PaneAdded EnableMMAP directive to allow the server administ...
2002-04-05 William A. Rowe Jr Whoops, missed this. Moved these symbols to mod_core.h
2002-04-01 Cliff WoolleyMatch the new APR_BUCKET_BUFF_SIZE. We want this to...
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
next