]> granicus.if.org Git - apache/history - include/http_config.h
Allow restart of httpd to occur even with syntax errors in the config
[apache] / 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 <->...
2000-05-15 Ryan BloomCommit the EXEC_ON_READ changes. This allows modules...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-24 Greg Steindrop the "container" param from ap_walk_config(). calle...
2000-04-24 Greg Steinclean up cmd_parms: config_file is no longer valid...
2000-04-24 Greg Steinhandle error messages during building and processing...
2000-04-22 Ryan BloomParse the config tree, instead of the config file....
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-14 dgaudetmore namespace cleanup
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-30 Ryan BloomFix the warnings associated with the pre_config patch.
2000-03-30 Ryan BloomPut the pre_config hook back into the table. This...
2000-03-23 Allan K. EdwardsClear hook registrations between reads of the config...
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-10-07 Ben HydeWell this was thought provoking.
1999-10-07 Ben HydeAdd process_rec to the top of {server,connection,reques...
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-26 Roy T. FieldingRearchitect the mess in http_main.c, http_core.c and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.