]> granicus.if.org Git - apache/shortlog
apache
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
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-17 Ben LaurieMore doxygenation.
2001-03-16 Ryan BloomCleanup the build process a bit more. The Apache configure
2001-03-16 Chuck MurckoStops the forced downgrade of the connection to HTTP...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-16 Chuck Murckochange INADDR_NONE to APR_INADDR_NONE
2001-03-16 William A.... Fix dbmmanage.pl generation for Win32
2001-03-16 Bill StoddardAvoid using sscanf to determine the HTTP protocol number in
2001-03-15 Jeff Trawick Fix a security exposure in mod_access. Previously...
2001-03-15 Jeff TrawickInclude some newly-generated files in .cvsignore.
2001-03-14 Graham LeggettPull in the Connection handling part of the v1.3 patch...
2001-03-14 Jeff Trawickdbmmanage, log_server_status, et al are now generated...
2001-03-14 Jeff Trawickfix a sprintf() format string; use APR_OFF_T_FMT for...
2001-03-14 Jeff Trawickinclude string.h for the strstr() prototype
2001-03-13 Ben LaurieCheck in not-quite-working hooks groupings.
2001-03-13 Greg Amessmall updates on daedalus
2001-03-13 Ken Coar Enhance customisability of rotatelogs: strftime(3)
2001-03-13 Greg Stein*) mod_dav.c: allow PUT to a WORKING resource (this...
2001-03-12 Bill StoddardConsolidate ap_max_requests_per_child and max_requests_...
2001-03-12 Bill StoddardSome mpm_winnt module clean-up to make it more readable.
2001-03-12 Bill StoddardGet rid of useless function call overhead.
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-11 Ken Coar Bring the other Perl scripts into the autoconf-edited
2001-03-11 Ben LaurieMore doxygenation.
2001-03-11 Ken Coar Bring forward the suexec umask setting option from...
2001-03-11 Ben LaurieMake emacs indent top-level comments in headers correctly.
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-11 Chuck Murckoactually dump the cache code
2001-03-11 Chuck Murckoremove ProxyNoCache and ProxyCacheForceCompletion confi...
2001-03-11 Chuck MurckoCache removed, with other spooge
2001-03-10 Graham LeggettVirtual host config file fix backported from v1.3
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-03-09 Ken Coar Bring forward the -V option for suexec from 1.3.20...
2001-03-09 Bill StoddardFix a Windows seg fault on startup when multiple listen...
2001-03-09 Ryan Bloomdon't try to install expat, since it isn't there anymore.
2001-03-08 Ryan BloomAlways clear the C-L if we are going to try to parse...
2001-03-08 Ryan BloomGet us closer to building on Unix. Not perfect yet...
2001-03-08 William A.... Goodbye srclib/expat ... completes the build for...
2001-03-08 William A.... Refreshing the .mak files. Dang... should have done...
2001-03-08 William A.... A one line snafu becomes a big one... sorry, forgot...
2001-03-08 William A.... Minor snafu - wrong intermediate build path
2001-03-08 Ryan BloomUpdate the STATUS for the current situation
2001-03-07 Greg Amesturn on setuid permissions when installing suexec
2001-03-07 Cliff WoolleyWhat ever happened to that blizzard we were supposed...
2001-03-07 Ryan BloomBump for version 2.0.14
2001-03-07 Ryan BloomFix content-length computation. We ONLY compute a...
2001-03-07 Cliff WoolleyA little more information on the problems seen on Daeda...
2001-03-06 Greg Ameslog our unresolved problems from daedalus in a visible...
2001-03-06 Jeff TrawickReport unbounded containers in the config file. Previo...
2001-03-06 Victor J. OrlikowskiFix a screw up of my own invention. I must be getting...
2001-03-06 Victor J. OrlikowskiUpdates to the symbol file, in an attempt to finally...
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-03-05 Ryan BloomMake the old_write filter use the ap_f* functions for...
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...
2001-03-04 William A.... Win32 goodness for the core/http split.
2001-03-04 David ReidGet the beos mpm building again following the recent...
2001-03-04 Ryan BloomThe ap_r* vote is now over. The decision was decidedly...
2001-03-04 Ryan BloomMove more code from the http module into the core serve...
next