]> granicus.if.org Git - apache/shortlog
apache
2001-04-03 David ReidThis adds some simple error logging to send_the_file...
2001-04-03 Jeff Trawickclean up some mod_cgid issues related to other child...
2001-04-03 Jeff Trawickwhen handling a graceful restart, kill the child using...
2001-04-03 Ryan BloomMake Apache check APR's configuration when determining...
2001-04-03 Marc Slemko- change inconsistent use of logdir and logfiledir...
2001-04-03 Jeff TrawickUhh, we really need the prototypes for standard string...
2001-04-03 Ryan BloomAdd the code to actually enable accept filters in 2.0
2001-04-03 William A.... cvs ugliness :-)
2001-04-03 William A.... ms vc ugliness
2001-04-03 William A.... Hmmm... this made things easier for me to read a...
2001-04-03 William A.... Ahhh... the missing file from Ben's and my experiments
2001-04-03 Roy T. FieldingUse APR's macro to generate config.nice
2001-04-03 Marc SlemkoThreads is a feature, so it is HAS threads not HAVE...
2001-04-03 Greg Amestell the user what's going if APR threads aren't unavai...
2001-04-03 Dirk-Willem... Make live simpler - as we are using strchr already
2001-04-03 Brian HavardNote OS/2 loadable module support.
2001-04-03 Dirk-Willem... Doing last minute alphabettically sorting things to...
2001-04-03 William A.... Whoops... this could be causing problems
2001-04-03 Jeff Trawickmake sure we have the prototype for index() (fixes...
2001-04-03 William A.... Some experiments, not targets of the InstallBin compl...
2001-04-03 Bill StoddardGet MaxRequestsPerChild working on Windows.
2001-04-03 Bill StoddardAdd a note to check the FAQ. A very common problem...
2001-04-03 Bill StoddardGrab the context lock when draining the qhead
2001-04-03 Bill StoddardNow doing this check at the top of the loop
2001-04-03 Bill StoddardSome shutdown work.
2001-04-03 Roy T. FieldingUse EXTRA_CPPFLAGS where it needs to be used.
2001-04-03 William A.... Here they are, real working examples [well, perhaps...
2001-04-02 Greg AmesA sunny day in Cupertino.
2001-04-02 Jeff Trawickconsistent types; avoid warning on AIX for mismatch...
2001-04-02 Graham LeggettFixing a few compiler warnings with mod_proxy
2001-04-02 Graham LeggettFixed problem where responses without entity bodies...
2001-04-02 Victor J. OrlikowskiChanges to get AIX DSOs working, sans APR changes.
2001-04-02 Jeff Trawick"void *res = signal(blah)" isn't cool 'cause void ...
2001-04-02 Jeff Trawickkeep ab from dividing by zero when heartbeatres is...
2001-04-02 Ryan BloomCleanup all the warnings introduced in AB yesterday.
2001-04-02 Jeff TrawickFix segfaults for configuration file syntax errors...
2001-04-02 Graham Leggett *) Added support for downstream keepalives in mod_proxy.
2001-04-02 Ryan BloomFix --enable-layout processing on NetBSD. This makes...
2001-04-02 Brian HavardReformat declaration so make_export.awk will recognize...
2001-04-02 Brian HavardSwitch to using aplibtool for building under OS/2 ...
2001-04-02 Dirk-Willem... Commit early and often. This should merge all changes...
2001-04-02 Dirk-Willem... Either MacOS-X is much more sensitive for border condit...
2001-04-02 Dirk-Willem... First stab at encapsulating the apr_send() to make...
2001-04-02 Dirk-Willem... Prevent cobbering of lenght for subsequent sends. Still...
2001-03-31 Jeff TrawickGet mod_file_cache to refuse to compile on systems...
2001-03-31 Jeff Trawickif the perl interpreter is not found in PATH, use
2001-03-30 Greg Steinremove some items which are no longer used/needed.
2001-03-30 David ReidNow that apr_poll has been corrected and doesn't loose...
2001-03-30 Victor J. OrlikowskiChanges to the httpd.exp file, to get DSOs working...
2001-03-29 Jeff Trawickoops... really fix the storage leak this time... we...
2001-03-29 Jeff TrawickFix a storage leak in mod_cgid... the temporary pool...
2001-03-28 Ken Coar Change the links to point to the new distribution...
2001-03-28 Jeff Trawickclean up some warnings dealing with
2001-03-28 Jeff TrawickAbort apache buildconf if apr buildconf or apr-util...
2001-03-28 Greg SteinFix the OPTIONS response. It was attempting to send...
2001-03-28 Greg SteinPatch to sync with some changes to mod_dav 1.1:
2001-03-27 Bill StoddardGet rid of some old WIN32 cruft
2001-03-27 Bill StoddardPerformance: Add quick_handler hook. This hook is calle...
2001-03-27 Victor J. OrlikowskiRemove the cvsignore file from the dead dexter directory.
2001-03-27 Jeff Trawickmake sure we have the prototype for strcasecmp()
2001-03-27 Greg Steinswitch to --enable-* rather than --with-* for the debug...
2001-03-26 Jeff Trawickget rid of an unused variabe in file_cache_xlat()
2001-03-26 Jeff TrawickGet mod_file_cache to compile again on platforms with...
2001-03-26 Bill StoddardEat our own cooking. Cleanup code paths and use apr_ha...
2001-03-26 Jeff TrawickFix the printf format string for a process id.
2001-03-26 Doug MacEacherntop_module global variable renamed to ap_top_module
2001-03-26 Greg Steinrevise the set of predefined PROPID values based on...
2001-03-25 Ryan BloomMove ap_set_last_modified to the core. This is a poten...
2001-03-25 Graham LeggettHeader Bugfix / General Cleanups in ap_proxy_http_handl...
2001-03-25 Ryan BloomEnable mod_status by default. This matches the docs...
2001-03-25 Doug MacEachernadd item
2001-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-25 Ryan BloomAdd a ScriptSock default to the defualt config file...
2001-03-25 Ryan BloomWe are working on 2.0.16 now.
2001-03-25 Ryan BloomPrepare for the next roll
2001-03-24 Roy T. FieldingRemove files that now reside in srclib/apr/build
2001-03-24 Roy T. FieldingUntangled the buildconf script and eliminated the need...
2001-03-24 Roy T. FieldingRemove some unused bits and improve comments.
2001-03-24 Brian HavardTweak some declarations so they're picked up by make_ex...
2001-03-23 Bill StoddardThis will ensure the child pool is cleaned up nicely.
2001-03-22 Bill StoddardWin32: Don't accept more connections that we have worke...
2001-03-22 Bill StoddardExit the child main thread in make_child on child exit...
2001-03-22 Jeff TrawickGet rid of some warnings which crept into the Unix...
2001-03-22 Jeff TrawickFix a major security problem with double-reverse lookup...
2001-03-22 William A.... Address a build problem for VC7.0/PSDK headers identi...
2001-03-22 William A.... This should wrap this freshen up
2001-03-22 Joshua SliveUpdated Welcome page translation for Brazilian Portugese
2001-03-21 Greg Amesupdate on daedalus.
2001-03-21 David ReidAdd a not to the CHANGES file now that I've had confirm...
2001-03-21 David ReidThis change actually gets beos shutting down and restar...
2001-03-21 Greg Amesback out the logging of read errors in getline. daedal...
2001-03-20 Jeff TrawickEmpty out the brigade shared by ap_getline()/ap_get_cli...
2001-03-20 Paul J. RederAdded my public key to the list.
2001-03-19 Jeff TrawickHandle ap_discard_request_body() being called more...
2001-03-19 Greg Amesremove descriptions of daedalus problems which are...
2001-03-19 Jeff TrawickFix a problem in mod_mime_magic where file descriptor...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-19 Brian HavardUnder OS/2's emx gcc (and maybe others) uninitialized...
2001-03-19 Chuck Murckoreorganize STATUS; update copyright
2001-03-18 Chuck MurckoThe mod_proxy side of Graham's Auth patch
next