]> granicus.if.org Git - apache/shortlog
apache
2001-04-07 Graham Leggettproxy_connect.c needs ap_parse_hostinfo_components...
2001-04-07 Graham LeggettDownstream keepalives in mod_proxy should not kick...
2001-04-07 Jeff Trawicktweak unixd.h so that exports.c is built properly
2001-04-07 Brian Havardap_os_systemcase_filename isn't implemented on OS/2...
2001-04-07 Graham LeggettSockets weren't being closed if the proxy could not...
2001-04-07 Brian HavardOS/2: Export some APR global variables from the httpd...
2001-04-07 Brian HavardOS/2: Set the max file handles for the process to somet...
2001-04-07 Brian HavardA few symbols from os.h need to be exported.
2001-04-07 Graham LeggettTurns out continuation lines in ftp can start with...
2001-04-07 Graham LeggettFixed problem where the port was left at zero on reques...
2001-04-07 Graham LeggettSome bugfixes to proxy_ftp.c
2001-04-06 Paul J. RederUpdate CHANGES file to include the prefork idle child...
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-04-06 Graham LeggettBugfixes to proxy_ftp.c -> in some places uri_addr...
2001-04-06 Graham LeggettConverted send_dir() to ap_proxy_send_dir_filter()...
2001-04-06 Victor J. OrlikowskiMore pool allocation errors. The apr_sockaddr_t structu...
2001-04-05 Chuck Murckoupdate status; add FTP back in to the build
2001-04-05 Graham LeggettMajor rework of ap_proxy_ftp_handler() to use filters...
2001-04-05 Jeff TrawickNow that APR knows when TCP_NODELAY is inherited, use...
2001-04-05 Graham LeggettCleanup of dead functions within proxy_util.c.
2001-04-05 Graham LeggettReworked the storage of the client socket between keepa...
2001-04-05 Jeff Trawickas Bill did with threaded, don't let a child process...
2001-04-05 William A.... Time to refresh mak on Win32
2001-04-05 William A.... Lost mod_info at some point (probably well adding...
2001-04-04 David ReidMove the error logging of a failed send into the core...
2001-04-04 Graham LeggettSome code rewriting in ap_proxy_connect_handler():
2001-04-04 Victor J. OrlikowskiSince ap_parse_uri_components() now guarantees port...
2001-04-04 Victor J. OrlikowskiAs in 1.3, make sure the port is set in ap_parse_uri_co...
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-04-04 Victor J. Orlikowski*Sigh.* Again, removing UTIL_URI_REGEX stuff, this...
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 Brian HavardOS/2 loadable modules are done.
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 Marc SlemkoTemporary (hopefully) reversion to the previously used...
2001-04-03 Bill StoddardDone.
2001-04-03 Jim JagielskiOh bother. OPTIM isn't treated the same in apr and
2001-04-03 Jim JagielskiMinor sync-up of how httpd-2.0 and apr handles
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...
next