]> granicus.if.org Git - apache/history - include/http_config.h
Add the missing minor bump of r550519.
[apache] / include / http_config.h
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
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-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-05-04 Paul QuernaAdd AP_INIT_TAKE_ARGV. There can be some inconsistent...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-15 Joe Orton* include/http_config.h: Add missing parameter name.
2004-08-17 Joe OrtonImplement -t -DDUMP_MODULES using generic test_config...
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-06-04 André MaloNobody objected:
2004-04-25 André Malochanged the following APIs to return an error instead...
2004-04-25 André Maloap_add_named_module is not used and maintained anymore...
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-10-31 Bradley NicholesRevert the change to the cmd_func typedef to avoid...
2003-10-31 Sander Striker* include/http_config.h
2003-03-07 Sander Striker* include/http_config.h
2003-03-06 Sander Striker* include/http_config.h
2003-02-17 Justin ErenkrantzAllow restart of httpd to occur even with syntax errors...
2003-02-03 André Malofinished that boring job:
2002-04-28 Aaron BannertStyle cleanup (remove tabs, fix alignment).
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-15 Martin KraemerTypo (noticed while browsing http://docx.webperf.org/)
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2001-11-24 Ian Holsmanchange open_logs hook to return a value, allowing you...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-18 Cliff Woolleyfix spelling
2001-11-18 Cliff WoolleyDon't know why these were missing... just an oversight...
2001-11-18 Cliff WoolleyFix spelling
2001-10-02 Ian HolsmanAdded Doxygen Comments
2001-08-23 William A. Rowe Jr Better doc of ap_server_root_relative()
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-03 William A. Rowe Jr Provide an ap_set_deprecated() fn for quick-and-dirty...
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-05-28 Ben LaurieDoxygenation.
2001-05-13 Jeff TrawickSeparate enablement of AP_DEBUG code from enablement...
2001-05-13 Greg SteinImplement Jeff's idea for an autoconf-defined symbol...
2001-05-11 Victor J. OrlikowskiFix up some of the definitions, based on Ian's patch.
2001-05-11 Chuck MurckoAdd the AP_DECLARE()/AP_CORE_DECLARE macros on the...
2001-04-30 Doug MacEachernC::Scan strikes again; include argument name in ap_invo...
2001-04-20 Doug MacEachernAdd ap_set_int_slot() function
2001-04-14 Ryan BloomWe need a prototype for ap_show_mpm
2001-04-02 Brian HavardReformat declaration so make_export.awk will recognize...
2001-03-27 Bill StoddardPerformance: Add quick_handler hook. This hook is calle...
2001-03-26 Doug MacEacherntop_module global variable renamed to ap_top_module
2001-02-25 William A. Rowe Jr Reconsidered the wisdom of this change... back to...
2001-02-25 William A. Rowe Jr Clean up namespace badness with s/configfile_t/ap_con...
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-22 Doug MacEachernserver_rec* -> server_rec * (sorry for nit, C::Scan...
2001-02-22 Doug MacEachernavoid c++ keywords
2001-02-18 Greg Stein- more ap_conf_vector_t fixup.
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
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-27 Ben LaurieAdd support for type-safe optional functions.
2001-01-21 Ryan BloomRemove AddModule and ClearModuleList. Neither directiv...
2001-01-19 William A. Rowe Jr The only symbol dropped, not counting regcomp regerro...
2001-01-19 William A. Rowe Jr Normalize the use of AP_DECLARE_DATA
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-10-30 Ryan BloomMake mod_auth_db compile cleanly in 2.0
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-09-13 Ken Coar Start introducing the extension-method elements so...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-30 Ryan BloomFinish the http_config.h documentation. :-)
2000-07-30 Ryan BloomAdd more of the comments to http_config.h. This is...
2000-07-30 Manoj KasichainulaFix a couple of apparent typos.
2000-07-29 Ryan BloomBegin to document http_config.h. This documents most...
2000-07-28 Ryan BloomFix a small typo. TAKE3 directives really do need...
2000-07-28 Ryan BloomAdd the macro for AP_INIT_TAKE3 directives. I am assum...
2000-07-26 Ryan BloomBack out some changes that weren't supposed to be in...
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-18 Jeff TrawickProvide some more missing initializer macros for when...
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 Ben LaurieMore command handler updates.
2000-06-17 Jeff TrawickFill in missing implementations of AP_INIT_whatever...
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-11 Jeff TrawickFix a couple of problems with the pre/post config proce...
2000-06-06 William A. Rowe JrPR:
2000-06-03 Ryan BloomModify the config order so that we read the config...
2000-06-02 Ryan BloomAdd pre_config hooks back in for all modules. This...
2000-05-30 Jeff TrawickWe now report the correct line number for syntax errors...
2000-05-28 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr Pass the process_rec to the MPM to allow rewriting...
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-18 Roy T. FieldingMove prototype of ap_hook_deregister_all to where it...
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
next