]> granicus.if.org Git - apache/history - include
No functional Change: Removing trailing whitespace. This also
[apache] / include /
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-12 Nick KewMake ap_register_output_filter back into a function...
2005-10-12 Nick KewMake ap_register_output_filter a #define
2005-10-09 Brian PaneCorrected an out-of-date comment (it's been a while...
2005-10-06 William A. Rowe Jr Bump MODULE_MAGIC_COOKIE to "AP24", as we are already...
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-09-19 Joe Orton* include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR): Bump...
2005-09-09 Jim JagielskiNew provider function, ap_list_provider_names(), which...
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-29 Colm MacCarthaigh*how* did I mis-spell that.
2005-08-29 Colm MacCarthaighMove the "GracefulShutdownTimeout" command definition...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-27 Colm MacCarthaighAdd ap_relieve_child_processess(), a non-infanticidal...
2005-08-26 Colm MacCarthaighMove the "GracefulShutdownTimeout" directive into mpm_c...
2005-08-26 Colm MacCarthaighSilly me, I forgot to commit this; the definitions...
2005-08-24 Colm MacCarthaighCorrect the function prototype/declaration
2005-08-24 Colm MacCarthaighProvide a function for closing all of the listeners.
2005-08-23 Colm MacCarthaighRemove support for the threaded-mpm's on Linux 2.0...
2005-07-18 Paul Quernamove trunk to 2.3.0-dev.
2005-07-18 Ian Holsmanc/major bump/minor bump/
2005-07-17 Ian HolsmanThis patch adds a new hook (request_status) that gets...
2005-07-08 William A. Rowe Jr The cookie is AP22 by unanimous consent.
2005-07-01 William A. Rowe Jr Initially a no-op. Add trace_enable configuration...
2005-07-01 William A. Rowe Jr Whoops - two things at once. Document MAGIC_COOKIE...
2005-07-01 William A. Rowe Jr Change Apache httpd 2.1 signature to "AP21" as this...
2005-06-24 Paul QuernaMove on to 2.1.7-dev.
2005-06-24 Paul Querna- Prepare for 2.1.6 tag.
2005-06-17 Paul QuernaOnward to 2.1.6-dev!
2005-06-17 Paul Querna* include/ap_release.h: Remove -dev to prepare for...
2005-06-14 Joe OrtonUpdate remaining 2004 copyright notices.
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-06-07 Nick KewAdd monitor hook (discussed under "watchdog" thread).
2005-05-20 Jeff TrawickThe new function ap_logs_child_init() is intended for use
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-05-15 Jeff TrawickPrevent hangs of child processes when writing to piped...
2005-05-11 Bradley NicholesAdd the LDAPVerifyServerCert directive to util_ldap...
2005-05-04 Paul QuernaAdd AP_INIT_TAKE_ARGV. There can be some inconsistent...
2005-05-04 Paul QuernaThe SPMT_OS2_MPM doesn't exist. The warning is also...
2005-04-25 Paul QuernaAdd ap_vhost_iterate_given_conn() as I had previously...
2005-04-25 Paul QuernaRemove ap_method_list_do and ap_method_list_vdo as...
2005-04-13 Rich BowenAs discussed on the list, change the default setting for
2005-03-31 Bradley NicholesImplement the exported function from mod_ldap(util_ldap...
2005-03-16 Sander StrikerAnd carry on with 2.1.5-dev.
2005-03-16 Sander StrikerPrepare for 2.1.4 tag.
2005-03-15 Justin ErenkrantzAdd ReceiveBufferSize directive to control the TCP...
2005-03-05 Jeff Trawickreally bump MMN
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
2005-02-23 Justin ErenkrantzOnward ho to 2.1.4.
2005-02-23 Justin Erenkrantz* include/ap_release.h: Time for 2.1.3.
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-17 William A. Rowe Jr Get httpd-2.1 building once again on win32.
2005-02-17 Paul Querna*) include/httpd.h: Add a brigade for temporary uses...
2005-02-11 Joe Orton* include/httpd.h: Fix a comment.
2005-02-11 Joe Orton* include/ap_regex.h: Include apr.h not stdlib.h; repla...
2005-02-11 Joe Orton* include/util_ldap.h (util_ldap_state_t): Fix gcc...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2005-01-27 Joe Orton* include/ap_mmn.h: Fix typo.
2005-01-27 Bradley NicholesAdded a new LDAPConnectionTimeout directive to util_lda...
2005-01-19 Graham Leggettmod_ldap: Updated to use the new apr-util v1.1 apr_ldap...
2005-01-05 William A. Rowe Jr Correct the order of includes to follow httpd convent...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-15 Joe Orton* include/http_config.h: Add missing parameter name.
2004-12-09 Geoffrey Youngundo changes made in 111386 due to veto
2004-12-09 Geoffrey Youngadd response code 226 constant (HTTP_IM_USED) and status
2004-12-09 Justin ErenkrantzOnward ho to 2.1.3...
2004-12-09 Justin ErenkrantzIt's time for 2.1.2.
2004-12-02 Jeff Trawickworker MPM: Fix a problem which could cause httpd proce...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-30 Justin ErenkrantzDeclare the ap_set_listen* functions with AP_DECLARE_NO...
2004-11-29 William A. Rowe Jr Revert my patch of this a.m. while I work out all the
2004-11-29 William A. Rowe Jr Usage was inconsistent with the rest of ap_filter_t...
2004-11-28 Justin ErenkrantzProperly export ap_listen_* functions.
2004-11-27 Brian PaneMoving pcreposix.h to include/ to replace the (now...
2004-11-27 Brian PaneRemoving in order to "svn move" the new one from srclib...
2004-11-23 William A. Rowe Jr Eliminate awk autogeneration of the ApacheMonitor...
2004-11-20 Paul QuernaThe Event MPM.
2004-11-19 Justin ErenkrantzOnward to 2.1.2-dev.
2004-11-19 Justin Erenkrantz* include/ap_release.h: Bump to 2.1.1.
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-11-04 Bradley NicholesAdd util_ldap_cache_getuserdn() prototype to the util_l...
2004-10-31 Nick KewChange FilterDeclare/FilterProvider semantics as discus...
2004-10-30 Jeff Trawickfix prototypes in documentation to match actual const...
2004-10-29 Jeff Trawickadd ap_log_cerror(); use it in a couple of places in...
2004-10-28 Nick KewFixup broken handling of range header.
2004-10-27 Nick KewMove ap_filter_provider_t back out of public API
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-10-17 André Maloallow <= and >= for filter dispatcher
2004-10-17 André Malouse more speaking names
2004-10-17 André Malomore style
2004-10-17 André Malosave spaces! Soon in future we're going to run out...
2004-10-11 Erik AbeleMinor comment fixes, no code changes:
2004-09-21 Nick KewMerge mod_filter with util_filter structs; add API...
2004-09-15 Mladen TurkWorker shared data has to be visible across all child...
2004-09-12 Nick KewPR: 19688
2004-08-20 Stas Bekmanuse more intuitive variable names
next