]> granicus.if.org Git - apache/history - include/http_request.h
Update mergeinfo only: r1735891 was merged to 2.4.x in r1787728.
[apache] / include / http_request.h
2016-10-24 Stefan EissingMerge of r1750392,r1750412,r1750416,r1750474,r1750494...
2016-08-25 Jim JagielskiMerge r1756038 from trunk:
2015-09-28 Jim JagielskiMerge r1697855, r1697339, r1696428, r1696266, r1696264...
2015-09-28 Stefan Eissingmerged current 2.4.x and ap_mmn.h update by minfrin
2015-09-23 Stefan Eissinglatest changes from branches/2.4.x, merged --enable...
2015-09-18 Stefan Eissingmerged latest branches/2.4.x changes
2015-09-14 Stefan Eissingmerge of current 2.4.x and change 1702919
2015-09-08 Stefan Eissingmerged latest changes in 2.4.x
2015-09-08 Stefan Eissingadded 1701347, re-merged with current 2.4.x
2015-09-07 Stefan Eissingmerge of protocols + http2 relevant changes
2015-06-09 William A. Rowe JrSECURITY: CVE-2015-3185 (cve.mitre.org)
2014-05-18 Christophe JailletFix typo in comments.
2013-06-10 Graham Leggettcore: Add dirwalk_stat hook.
2013-06-10 Graham Leggettcore: Add post_perdir_config hook.
2012-01-09 Stefan FritschMerge r1229134, r1229136:
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-06-12 Stefan FritschAvoid "`sentinel' attribute directive ignored" warning...
2011-06-04 Stefan FritschAdd __attribute__((sentinel)) to a few functions that...
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-02-04 William A. Rowe JrAdd ap_process_request_after_handler to the exported...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-04-07 Joe Orton* include/http_request.h: Fix warning with gcc -Wall.
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-09 Brian PaneCorrected an out-of-date comment (it's been a while...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-11 Erik AbeleMinor comment fixes, no code changes:
2004-08-20 Stas Bekmanuse more intuitive variable names
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-02-03 André Malofinished that boring job:
2002-08-23 Greg SteinClarify the use and sequencing of these three hooks.
2002-06-22 William A. Rowe Jr Revert to the 1.39 comments about NULL for ap_sub_req...
2002-06-22 William A. Rowe Jr Note the changed meaning of the NULL next_filter...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-27 William A. Rowe Jr Which PR? I can't count them all. Get QUERY_STRING...
2001-09-19 Justin ErenkrantzThis patch eliminates the wasteful run-time conversion...
2001-08-31 William A. Rowe Jr Normalize all paths to run the same, common code...
2001-08-25 William A. Rowe Jr Introduce the map_to_storage hook, which allows modul...
2001-08-11 Ryan BloomFix the macro expansion problem in the hook declaration.
2001-08-06 William A. Rowe Jr _THIS_ is why mod_dir wouldn't serve the results...
2001-08-06 William A. Rowe Jr The real slim shady finally stood up. This patch...
2001-07-23 William A. Rowe Jr Downgrade non-stopper from XXX->###
2001-06-27 William A. Rowe Jr Here, finally are a few cleanups of my fat fingers.
2001-06-27 William A. Rowe Jr Move duplicated rnew cloning from apr_ap_sub_req_look...
2001-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-13 Ben LaurieCheck in not-quite-working hooks groupings.
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-04 Doug MacEachernfix minor prototype inconsistencies noticed with C...
2001-01-29 Ben LaurieMore doc improvements.
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-10-18 William A. Rowe Jr Fix a broken thing
2000-10-16 Ryan BloomAdd a sub-request filter. This filter just strips...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-14 Ryan BloomDocument http_request.h using ScanDoc.
2000-08-11 Ken Coar Add mnemonics for the ap_allow_methods() reset flag...
2000-08-10 Ken Coar Add support for arbitrary extension methods for the...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-06-24 Greg Steinhttp_request.[ch]:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-09 dgaudettime overhaul:
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.