]> granicus.if.org Git - apache/history - include
Add ap_set_int_slot() function
[apache] / include /
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...
2001-04-13 Cliff WoolleyChange AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match...
2001-04-12 Ryan BloomThe ap_f* functions should flush data to the filter...
2001-04-10 Victor J. OrlikowskiSmall docco fixes.
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-04-04 Ryan BloomBack out the 2.0.17 stuff. We'll just re-tag the one...
2001-04-04 Ryan BloomUpdate for 2.0.17. The only change was in APR-util...
2001-04-04 Ryan BloomWorking in 2.0.17-dev now.
2001-04-04 Ryan BloomUpdate the CHANGES and ap_release files.
2001-04-03 William A. Rowe Jr Ahhh... the missing file from Ben's and my experiments
2001-04-03 William A. Rowe Jr Whoops... this could be causing problems
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-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-25 Ryan BloomWe are working on 2.0.16 now.
2001-03-25 Ryan BloomPrepare for the next roll
2001-03-24 Brian HavardTweak some declarations so they're picked up by make_ex...
2001-03-22 Jeff TrawickGet rid of some warnings which crept into the Unix...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-17 Ben LaurieMore doxygenation.
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-13 Ben LaurieCheck in not-quite-working hooks groupings.
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-11 Ben LaurieMore doxygenation.
2001-03-11 Ryan BloomOtherBill told me last night that I never bumped for...
2001-03-11 Ben LaurieFirst step in doxygen conversion.
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-03-07 Ryan BloomBump for version 2.0.14
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...
2001-03-04 Ryan BloomMove more code from the http module into the core serve...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-03-01 Greg SteinDon't directly include ap_config_auto.h directly. It...
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-27 Cliff WoolleyUpdate to reflect the absence of the apr_bucket_shared
2001-02-26 Greg Amesinsure that canned error msgs are translated to ascii...
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-25 Jeff Trawicknice to compile for a change
2001-02-25 Ryan Bloom2.0.13 is tagged, so bump everything for 2.0.14
2001-02-25 Ryan BloomBump to 2.0.13 for a tag and roll
2001-02-25 Ryan BloomRemove the APACHE_RELEASE macro. We never use it in...
2001-02-25 Ryan BloomFix a compile break on OS/2, by adding apr_general...
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-25 William A. Rowe Jr No MMN bump in ages - time to start codifing this...
2001-02-24 Ryan BloomTag is done, update the source tree
2001-02-24 Ryan BloomUpdate the version string before the roll.
2001-02-24 Greg SteinShift XML handling code from Apache down into APRUTIL
2001-02-24 Greg Steinclean out some old crud from ap_config.h
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-23 Ryan BloomRemove the b1 description from ap_release. It doesn...
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
2001-02-22 Doug MacEachernjust making server_signature enum decl easier to read...
2001-02-22 Doug MacEachernserver_rec* -> server_rec * (sorry for nit, C::Scan...
2001-02-22 Doug MacEachernavoid c++ keywords
2001-02-22 Ryan BloomAdd a couple of GCC attribute tags to printf style...
2001-02-21 Ryan BloomRemove the rest of the pthreads functions from the...
2001-02-18 Greg Stein- more ap_conf_vector_t fixup.
2001-02-18 Greg Steinshift some declarations over to mod_core.h where they...
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-14 Bill StoddardStart getting extended status working again.
2001-02-13 Doug MacEachernrename:
2001-02-13 Bill StoddardWindows doesn't have ap_config_auto. Perhaps we need...
2001-02-13 Greg AmesThe "src/" directory no longer exists. Clean up the...
2001-02-12 Jeff Trawickstring.h needs to be included before monkeying around...
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-12 Greg Steinbring along the comment (from httpd.h) that went with...
2001-02-11 Ben LaurieFirst cut of TLS support.
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 Greg Stein*) clean out some old crap from ap_config.h; other...
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2001-02-09 Greg Stein"v" in the name has come to mean that a va_arg is in...
2001-02-09 Bill StoddardFix another windows compile break.
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-09 Ryan BloomA few small docs changes (there were ';' in the ScanDoc...
2001-02-09 Greg Stein*) namespace protect the filter_flush() function
2001-02-09 Ryan BloomMake the header filter use the brigade buffering functi...
2001-02-09 Ryan BloomAllow filters to buffer data in a brigade using the...
2001-02-09 Bill StoddardFix windows compile break
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Brian HavardMove OS/2 MPM specific variables out of scoreboard...
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-06 Brian HavardDon't include mpm.h from scoreboard.h as scoreboard...
2001-02-06 Jeff Trawickget Unix MPMs to build again after recent scoreboard...
2001-02-06 Brian HavardGet OS/2 MPM running again after the reunification...
2001-02-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-05 Jeff TrawickI hereby propose that the ASF buy that guy a compiler.
2001-02-05 Doug MacEacherns/l/r/ in ap_send_http_header protototype
2001-02-05 Ryan BloomMove release.h to ap_release.h. This was done to names...
next