]> 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
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-17 Stefan Fritschclarify comment
2011-04-13 Guenter KnaufAxed tabs and trailing spaces.
2011-03-29 Stefan FritschAdd CHANGES entry for r1086756 / ap_cfg_* change
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-27 Jeff Trawickfix doxygen warnings
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-10 Ruediger Pluem* Fix parameter name as new is a reserved word in C...
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-08-25 Stefan Fritsch- add more comments explaining the logging macros
2010-07-20 Nick KewTrivial spelling fix so I can close
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-09 Stefan FritschFix some issues found by Ruediger Pluem
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-03-31 Graham LeggettAdd the missing header file from r928916.
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2009-11-03 Daniel Earl PoirierFix remaining doxygen warnings. "make dox" is now...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-25 Jeff TrawickProvide ap_set_retained_data()/ap_get_retained_data...
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2008-04-05 William A. Rowe Jr"Method" in HTTP has a particular meaning, simple descr...
2007-07-03 Sander TemmeUse correct Doxygen keywords for functions and variable...
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
next