]> granicus.if.org Git - apache/history - server/config.c
Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard
[apache] / server / config.c
2003-01-14 William A. Rowe Jr Once again, allow <Directory "C:\Users\*\html_files...
2002-12-09 Bill StoddardTweak
2002-12-09 Bill StoddardAddModules does not exist anymore
2002-09-12 Ian HolsmanAdd support for using fnmatch patterns in the final...
2002-08-19 Ian HolsmanMake module loading error messages more informative
2002-07-06 Ian HolsmanRenames Pending:
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-05-20 William A. Rowe Jr A few noops (at the moment.) Prepare for stuffing...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-15 Sander StrikerSince noone seemed to have a real problem with it,...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-02 Bradley NicholesMaking sure that the global variables have been initial...
2001-12-26 Brian PaneRemoved a large (8KB) buffer from the stack in ap_invok...
2001-12-14 William A. Rowe Jr Move the insert_filter hook from the prepare request...
2001-12-11 Bradley NicholesClean up GNU compiler issues on NetWare
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-23 Brian Panerestructured the conditional logic in ap_merge_per_dir_...
2001-10-07 William A. Rowe Jr Great badness - not a good idea to return OK when...
2001-09-21 William A. Rowe Jr AFAICT, we have never created server configs of _all_...
2001-08-23 William A. Rowe Jr Overhauled ap_server_root_relative, so that it now...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
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-07-04 David ReidHaving gone through and expnaded out the hook macro...
2001-05-11 Ryan BloomCleanup the reporting of incorrect end tags for contain...
2001-05-11 Victor J. OrlikowskiMore changes based on Ian's patch.
2001-05-11 Chuck MurckoAdd the AP_DECLARE()/AP_CORE_DECLARE macros on the...
2001-04-20 Bill Stoddardstruct_ptr is a void*. The Windows compiler doesn...
2001-04-20 Doug MacEachernAdd ap_set_int_slot() function
2001-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-10 Victor J. OrlikowskiSmall docco fix.
2001-04-02 Jeff TrawickFix segfaults for configuration file syntax errors...
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-03-06 Jeff TrawickReport unbounded containers in the config file. Previo...
2001-03-03 Jeff TrawickUse a proper prototype for ap_show_directives() and...
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 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-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-29 Greg Amesback out recent breakage. If the lstat isn't executed...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27 Ben LaurieAdd support for type-safe optional functions.
2001-01-24 Ben LaurieThe current hooking module is _not_ a debugging aid.
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-21 Ryan BloomRemove AddModule and ClearModuleList. Neither directiv...
2001-01-21 Ryan BloomAdd a call to apr_hook_deregister_all() in the clear_mo...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The only symbol dropped, not counting regcomp regerro...
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-09 Jeff Trawickget rid of some bogus uses of perror()
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieKeep Greg happy.
2001-01-07 Ben LaurieStrip trailing stuff from mime types.
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2001-01-02 Ben LaurieGeneric hooks (and a demo content filter module).
2001-01-01 Ryan BloomWhen we are starting the server, we have a pool that...
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-12-15 Jeff Trawickmove closer to IPv6 support by changing the server_addr_rec
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-18 William A. Rowe Jr Extern symbols (per the warning) belong elsewhere...
2000-11-14 Ryan BloomPort mod_info to 2.0. This is basically a complete...
2000-11-02 William A. Rowe Jr Solve the os_is_absolute_path problem for the moment.
2000-11-02 William A. Rowe Jr Get Win32 building again.
2000-10-30 Ryan BloomMake mod_auth_db compile cleanly in 2.0
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-05 Jim JagielskiPort over the config directory stuff...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-09-20 Jeff TrawickAvoid a segfault when parsing .htaccess files. An
2000-09-15 Jeff TrawickFix a bug parsing configuration file containers. With...
2000-08-14 Ryan BloomRemove a bunch of warnings from the server when compile...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
2000-08-04 Jeff TrawickFix a config tree problem.
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-25 Doug MacEachernparms needs err_directive incase execute_now() returns...
2000-06-24 Jeff TrawickOS/390 needs arpa/inet.h for htonl().
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-16 Jeff TrawickFix segfault when reporting this type of syntax error:
2000-06-11 Jeff TrawickFix a couple of problems with the pre/post config proce...
2000-06-06 William A. Rowe JrPR:
next