]> granicus.if.org Git - apache/history - include/http_config.h
Make ap_rputs an inline function, as it is mostly used with string constants
[apache] / include / http_config.h
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.