]> granicus.if.org Git - apache/history - include/http_core.h
Fix some typos reported in PR 59998
[apache] / include / http_core.h
2018-02-17 Graham Leggettcore: Create a conn_config_t structure to hold an exten...
2016-10-16 William A. Rowe JrComplete r1764961, missed .h updates
2016-08-29 William A. Rowe JrFolding StrictWhitespace into the Strict ruleset of...
2016-08-25 William A. Rowe JrRename LenientWhitespace to UnsafeWhitespace and change...
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-08-18 William A. Rowe JrPerform correct, strict parsing of the request line...
2016-08-16 William A. Rowe JrCorrect AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h...
2016-03-14 Jeff TrawickAdd CGIVar directive for configuring REQUEST_URI behavior
2016-02-12 William A. Rowe JrCorrect doxygen groupname
2016-02-12 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-12 William A. Rowe JrUnwind commit 1729901 (and 1729926), it was not ready...
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-11 William A. Rowe JrRevert r1729897, 1729898, my copy of core.c was pollute...
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-01-22 Eric Covenerfrom feedback, assume all parameters to SetHandler...
2016-01-17 Eric Covenerallow expressions to be used in SetHandler. Opt-in...
2015-12-21 Christophe JailletUse 'unsigned int' instead of 'int' for bitfields
2015-10-24 Eric CovenerMake the fix for fully qualifying REDIRECT_URL from...
2015-10-06 Graham LeggettAdd the AsyncFilter directive that allows the asynchron...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-08-13 Stefan Eissingnew directive ProtocolsHonorOrder, added documentation...
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-02-21 Graham Leggettcore: Add expression support to ErrorDocument. Switch...
2015-01-21 William A. Rowe JrRevert r4635428 corresponding to PR41867.
2014-12-02 Jeff Trawickcore: Add CGIPassAuth directive to control whether...
2014-10-30 Jan Kalužacore: Do not match files when using DirectoryMatch...
2014-07-15 Eric Covener *) SECURITY: CVE-2013-5704 (cve.mitre.org)
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
next