rsync.git
2001-12-05 Martin PoolBump version
2001-12-05 Martin PoolRFC2553 just says that sockaddr_storage has to have...
2001-12-05 Martin PoolSome platforms may have getaddrinfo() but not sockaddr_...
2001-12-05 Martin PoolDocument --no-detach. v2.5.1pre2
2001-12-05 Martin PoolFix help message for --address option
2001-12-05 Martin PoolAdd --no-detach option for W32, daemontools, etc.
2001-12-05 Martin PoolDoc
2001-12-05 Martin PoolDoc.
2001-12-05 Martin PoolChange back to using sockaddr_storage rather than socka...
2001-12-05 Martin PoolSuggestions from KAME IPv6 newsletter.
2001-12-05 Martin PoolNote from tpot that sighup should have standard behavio...
2001-12-03 David DykstraDon't print out the directory name twice in verbose...
2001-12-02 Martin PoolNote about crash from Ayamura KIKUCHI
2001-12-02 Martin Poolbatch reindent
2001-12-02 Martin PoolBump version
2001-12-02 Martin PoolFix FP usage.
2001-12-02 Martin PoolOops, units bug.
2001-12-02 Martin PoolShow time-remaining as hh:mm:ss.
2001-12-02 Martin PoolUpdate notes v2.5.1pre1
2001-12-02 Martin PoolImproved estimation algorithm for time-to-complete.
2001-12-02 Martin PoolTypo fix by Tom Schmidt
2001-12-02 Martin Poolconst-cast required for silly UNICOS headers
2001-12-02 Martin PoolAlso estimate time remaining.
2001-12-02 Martin PoolProgress indicator now shows estimated rate of transfer...
2001-12-02 Martin PoolRevert change from 1.39, because it causes a crash...
2001-12-02 Martin PoolFix test suite breakage in calling tls.
2001-12-02 Martin PoolBump version
2001-12-02 Martin PoolMove old news from release 2.5.0.
2001-12-02 Martin PoolMore notes from email.
2001-12-02 Martin PoolTypo fix from Matt Kraai <kraai@debian.org>
2001-12-02 Martin PoolAdd note about device major/minor numbers, and about...
2001-11-30 David DykstraAdd "$(OBJS): config.h" so everything will rebuild...
2001-11-30 Martin PoolAdd message to ignore warnings about mktemp
2001-11-30 rsync-bugsModified file stored as well v2.5.0
2001-11-30 rsync-bugspreparing for release of 2.5.0
2001-11-30 Martin PoolSpec file needs to be generated from a template to...
2001-11-30 rsync-bugspreparing for release of 2.5.0
2001-11-30 Martin PoolLast bug fix for 2.5.0? Make the documentation for...
2001-11-30 Martin PoolNote error cases that we ought to improve.
2001-11-30 Martin PoolNote other supported platforms
2001-11-29 Martin PoolAdd notes on things to do mentioned on the list in...
2001-11-29 Martin PoolIPv6 support is now merged.
2001-11-29 Martin PoolJust include h rather than all the individual headers.
2001-11-29 Martin PoolNo need to test for memcmp, because even broken ones...
2001-11-29 Martin PoolShow version when configuring.
2001-11-28 Martin PoolAdd list of platforms that build.
2001-11-28 Martin PoolNote half-baked Darwin IPv6 support.
2001-11-28 Martin PoolPut back the --disable-ipv6 option. This should only...
2001-11-28 Martin PoolCall this 2.4.7pre4 v2.4.7pre4
2001-11-28 Martin PoolNote on HP-UX's bundled so-called C compiler.
2001-11-28 Martin PoolHP's cpp apparently can't handle whitespace before...
2001-11-28 Martin PoolHP's cpp chokes on preprocessor directives that have...
2001-11-28 Martin PoolFix inet_ntop/pton names
2001-11-28 Martin PoolProtect AF_INET6 references with #ifdef INET6
2001-11-27 Martin PoolFix sh
2001-11-27 Martin PoolShow symlink targets
2001-11-27 Martin PoolBe a bit more verbose
2001-11-27 Martin Poolmtime and ownership of symlinks can be random, so don...
2001-11-27 Martin PoolBe a bit more verbose
2001-11-27 Martin PoolTry to fix headers for UNICOS
2001-11-27 Martin PoolUnbreak recursive ls test
2001-11-27 Martin PoolOops, fix bash syntax
2001-11-27 Martin PoolThe size of anything but a regular file is probably...
2001-11-27 Martin PoolWhen producing a ls-style permissions string, also...
2001-11-27 Martin PoolUse tls rather than the OS's ls(1) so that we have...
2001-11-27 Martin PoolAlso list permissions, ownership, size, and mtime.
2001-11-27 Martin PoolSplit code to generate "rwx-----" strings into lib...
2001-11-27 Martin PoolBuild getaddr/nameinfo into lib/.
2001-11-27 Martin Poolmake clean can rm config.cache but not config.h, or...
2001-11-27 Martin PoolTry to fix LIBOBJ detection of ntop/pton.
2001-11-27 Martin PoolFix missing parameter in log call.
2001-11-27 Martin PoolMake clean should also remove the autoconf cache etc.
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-11-27 Martin PoolLook in -lresolv for inet_ntop
2001-11-27 Martin PoolCheck for inet_ntop and inet_pton, which may be missing.
2001-11-27 Martin PoolExplain IPv6 merge.
2001-11-26 David DykstraBetter fix for case of excluded symlinks that point...
2001-11-26 Martin PoolFix rename of global option
2001-11-26 Martin PoolRemove kame cruft
2001-11-26 Martin PoolAttempted clean up some of the IPv6 tests.
2001-11-26 Martin PoolFix a small memory leak that was causing an Insure...
2001-11-26 Martin PoolOops, no C++ comments.
2001-11-26 Martin PoolKill a function for jra.
2001-11-26 Martin PoolTry to be better about handling the results of getaddri...
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-26 Martin PoolSilly autoconf
2001-11-26 Martin PoolCheck for -lnsl, -lsocket, etc, *before* looking for...
2001-11-26 Martin PoolRemove highly suspicious redefinition of sockaddr struc...
2001-11-26 Martin PoolRemove check for buggy getaddrinfo for the time being...
2001-11-25 Martin PoolMake some of the headers used by the KAME getaddrinfo...
2001-11-24 Martin PoolFix KAME patch to use proper autoconf AC_MSG macros...
2001-11-24 Martin PoolCall this pre3.
2001-11-24 Martin PoolIPv6 is off by default.
2001-11-24 Martin PoolIPv6 is off by default -- it seems to break header...
2001-11-24 Martin PoolNote IPv6 and nohang patches. v2.4.7pre2
2001-11-24 Martin PoolGet rid of rule disliked by Sun Make.
2001-11-24 Martin PoolSet rsync version in configure.in
2001-11-24 Martin PoolFix Makefile syntax problem when LIBOBJS is defined.
2001-11-24 Martin PoolTry to get IPv6 support, unless --disable-ipv6 is expli...
2001-11-24 Martin PoolImproved error messages.
next