]> granicus.if.org Git - apache/history - server/config.c
Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better
[apache] / server / config.c
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
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-04-21 André MaloInclude directives no longer refuse to process symlinks on
2004-04-07 Bradley NicholesDon't allocation large buffers on the stack to avoid...
2004-02-18 Geoffrey Youngfix "Expected </Foo>> but saw </Foo>" errors in nested,
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-30 Geoffrey YoungKeep focus of ITERATE and ITERATE2 on the current modul...
2004-01-01 André Maloupdate license to 2004.
2003-10-11 Stas Bekmanfix the config parser to support <Foo>..</Foo> containe...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-07 André Malosplit ap_process_resource_config into two functions...
2003-02-17 Justin ErenkrantzAllow restart of httpd to occur even with syntax errors...
2003-02-15 André Malofill out parms->err_directive while looking for open...
2003-02-03 André Malofinished that boring job:
2003-01-14 William A. Rowe Jr Fix a typo reported by Blair Zajac <blair@orcaware...
2003-01-14 William A. Rowe Jr ap_server_root_relative never guarenteed that the...
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...
next