]> granicus.if.org Git - apache/history - include
I don't like underscore as a name prefix.
[apache] / include /
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-18 Graham LeggettFixed LDAP cleanup on graceful restarts. LDAP connectio...
2001-08-18 Graham LeggettOops - left off the apr_ldap.h file in the commit.
2001-08-16 Jeff Trawickthe 2nd parm to strstr() doesn't lose const-ness, unlik...
2001-08-16 Ryan BloomBump after the tag.
2001-08-16 Ryan BloomBump for a 2.0.24 tag
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-13 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-11 Ryan BloomFix the macro expansion problem in the hook declaration.
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-08 Cliff WoolleyUpdate httpd to reflect change with free() pointer...
2001-08-08 Cliff WoolleyBump to 2.0.24-dev after tag
2001-08-08 Cliff WoolleyBump for 2.0.23 tag
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-06 William A. Rowe Jr _THIS_ is why mod_dir wouldn't serve the results...
2001-08-06 William A. Rowe Jr The real slim shady finally stood up. This patch...
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-08-01 William A. Rowe Jr Thanks Jerry, this was forgotten in my tree.
2001-07-30 William A. Rowe Jr The history can evaporate later... but before someone...
2001-07-30 William A. Rowe Jr Provide the same optimization to the dir_config struc...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-28 Greg AmesFix a problem where the threaded MPM stalls after resta...
2001-07-28 Cliff WoolleyBump to 2.0.23-dev after tag update
2001-07-28 Cliff WoolleyBump for 2.0.22
2001-07-27 William A. Rowe Jr Doc formatting fixes
2001-07-27 William A. Rowe Jr Proper doc style
2001-07-26 Cliff WoolleyBump mmn for 2.0.22-dev
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr This same patch is needed in mod_asis and others...
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-24 Cliff WoolleyDocument and future-proof the dependency between apr_re...
2001-07-23 William A. Rowe Jr Downgrade non-stopper from XXX->###
2001-07-19 Ryan BloomBump after the tag.
2001-07-19 Ryan BloomBumps for the release. The tag will be moved to this...
2001-07-18 Greg Amesfix memory leak of apr_sockaddr_t and apr_socket_t...
2001-07-18 William A. Rowe Jr Remainder of Win32 ap_create_scoreboard fooness
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-07-18 Jeff TrawickThis patch removes spaces that shouldn't be there.
2001-07-16 Ryan BloomRemove a couple fields from the scoreboard that aren...
2001-07-12 Greg Amesscratch an old itch - give lingering close its own...
2001-07-10 Ryan BloomAdd two functions to allow modules to access random...
2001-07-09 Ryan BloomWe are tagged, so bump the numbers everywhere.
2001-07-09 Ryan BloomUpdate to prepare for 2.0.20 release
2001-06-28 Ryan BloomBump after the tag/roll
2001-06-28 Ryan BloomBump a couple things for the tag and roll!!!!
2001-06-27 Roy T. Fieldingbump and grind for another beta
2001-06-27 William A. Rowe Jr Here, finally are a few cleanups of my fat fingers.
2001-06-27 William A. Rowe Jr Move duplicated rnew cloning from apr_ap_sub_req_look...
2001-06-27 William A. Rowe Jr Add additional query datum to the MPMs.
2001-06-17 Ben LaurieDocumentation updates.
2001-06-13 Greg SteinDefine a hook for fetching management/status items.
2001-06-13 Ryan BloomAdd a pool to the ap_save_brigade prototype. This...
2001-06-10 William A. Rowe Jr Was certain I had committed this. Position the score...
2001-06-09 Victor J. OrlikowskiUpdating docs to change around the order of extern and
2001-06-08 Greg SteinConvert the filter and brigade writing functions to...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-06-06 Ryan BloomAdd a new request phase, for allowing management module...
2001-06-06 Jeff Trawickget rid of util_date.c/util_date.h and associated test...
2001-06-03 Ben LaurieDoxygenation.
2001-05-28 Ben LaurieDoxygenation.
2001-05-23 Jeff Trawickinclude/ap_compat.h tested and set APR_COMPAT_H instead...
2001-05-22 Roy T. FieldingMoved to the apr-util library.
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-20 Ben LaurieMore cleanup.
2001-05-20 Ben LaurieAP_ function for optional hooks.
2001-05-18 Bill StoddardOn to 2.0.19-dev
2001-05-18 Bill StoddardPreparing for the tag and roll of 2.0.18.
2001-05-15 Paul J. RederOoops. Didn't remove *all* of the new_scoreboard stuff...
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
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-05-07 Jeff Trawickminor scoreboard/status improvements:
2001-05-07 Jeff TrawickGet rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-05-03 Doug MacEachernanother nit caught by C::Scan: change request_rec param...
2001-04-30 Doug MacEachernC::Scan strikes again; include argument name in ap_invo...
2001-04-26 Roy T. FieldingRemoved the keptalive boolean from conn_rec because...
2001-04-23 Greg Amesback out my quiesce limit change altogether from the...
2001-04-23 Ryan BloomDocument the new argument to ap_get_brigade()
2001-04-23 Greg AmesLimit the threaded mpm to quiescing one process at...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-20 Doug MacEachernAdd ap_set_int_slot() function
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-17 Bill StoddardRetagged.. Now bump back to 2.0.18-dev. For anyone...
2001-04-17 Bill StoddardRetag at 2.0.17
2001-04-17 Bill StoddardBump the release num
2001-04-16 David ReidSilly typo.
2001-04-14 Ryan BloomWe need a prototype for ap_show_mpm
2001-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
next