rsync/rsync.git
2002-01-15 Martin PoolChange gratuituous strlcat's into strlcpy, since we...
2002-01-15 Martin PoolClearer doc.
2002-01-15 Martin PoolAdd --enable-profile to turn on gprof. This is not...
2002-01-15 Martin PoolUpdate
2002-01-15 Martin PoolThe Ted T'so school of program optimization: make progr...
2002-01-15 Martin PoolRemove unused variable.
2002-01-15 Martin PoolOops, getaddrinfo returns an error code (not -1) for...
2002-01-15 Martin PoolDefine _GNU_SOURCE so that we get all necessary prototypes.
2002-01-15 Martin PoolIf using GCC, try to turn on -Wall. I want to be clean...
2002-01-14 Martin PoolFix for <samba.org/cgi-bin/rsync/incoming?id=3750>
2002-01-13 Martin PoolIgnore testtmp directories.
2002-01-11 Martin PoolDOc.
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2002-01-11 Martin PoolMore comments about IPv6 stuff.
2002-01-11 Martin PoolWhen checking what was copied, use specific -d -f ...
2002-01-11 Martin PoolThe current version of rsync is expected to fail to...
2002-01-11 Martin PoolAdd concept of expected-failure.
2002-01-11 Martin PoolGive cleaner output from "make check"
2002-01-11 Martin PoolBump version number.
2002-01-11 Martin PoolImproved duplicates test: check that each file is
2002-01-11 Martin PoolCheck whether code to eliminate duplicate filenames...
2002-01-11 Martin PoolBetter mallinfo() output in --stats
2002-01-11 Martin PoolUpdate copyright
2002-01-11 Martin PoolDoc
2002-01-11 Martin PoolLook for mallinfo() and use it to display
2002-01-11 Martin PoolIn protocol version 26, always
2002-01-11 Martin PoolAutoindent
2002-01-11 Martin PoolImproved test framework and test for hardlink handling
2002-01-11 Martin PoolBump version
2002-01-11 Martin PoolMerge ChangeSet@1.12: Add test case for -H
2002-01-11 Martin PoolMerge ChangeSet@1.12: tls now shows number of links...
2002-01-11 Martin PoolMerge ChangeSet@1.10: Documentation about flist scalabi...
2002-01-11 Martin PoolMerge ChangeSet@1.9: Documentation about flist scalability
2002-01-11 Martin PoolMerge ChangeSet@1.4: Documentation about flist scalability
2002-01-11 Martin PoolMerge ChangeSet@1.4: Documentation about future develop...
2002-01-03 Martin PoolOops, fix date.
2002-01-03 rsync-bugspreparing for release of 2.5.1
2002-01-03 Martin PoolCleanup.
2001-12-20 David DykstraRemoved debugging statement that was added to sig_int...
2001-12-20 Martin PoolSuggestion from David Stein
2001-12-18 Martin PoolTypo
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-18 Martin PoolDocumentation fixes based on mail from Edward Welbourne...
2001-12-18 Martin PoolAdd an "unsafe" symlink to the symlink test case so...
2001-12-18 Martin PoolNote about hardlink performance.
2001-12-18 Martin PoolRefactor code for setting local address on outgoing...
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-18 Martin PoolNote rsyncd-over-ssh and documentation TODOs.
2001-12-18 Martin PoolFix from Jeff Garzik for inet_ntop prototype errors...
2001-12-18 Martin PoolUpdate README so that Paulus doesn't get bug reports...
2001-12-14 David DykstraWhen INET6 is not defined, meaning that IPv6 is not...
2001-12-14 David Dykstraopen_socket_in was attempting to try all the protocols...
2001-12-14 Martin PoolVerbose.
2001-12-14 Martin PoolOnly show test output if it failed.
2001-12-14 Martin PoolBe less verbose.
2001-12-14 Martin PoolFix quoting.
2001-12-14 Martin PoolPerhaps Solaris sh wants us to explicitly exit 0, rathe...
2001-12-14 Martin PoolMore error messages.
2001-12-14 Martin PoolTypo.
2001-12-14 Martin PoolMake scratch directory properly.
2001-12-14 Martin PoolDoc.
2001-12-14 Martin PoolClearer error messages.
2001-12-14 Martin PoolClearer error messages.
2001-12-14 Martin PoolAdd a test that when none of -l, -L, -a are specified...
2001-12-14 Martin PoolClean scratch directory between each test run.
2001-12-14 Martin PoolReadlink(2) does not nul-terminate the output buffer...
2001-12-14 Martin PoolFix contact details.
2001-12-09 Martin PoolDon't define DEBUG with --enable-debug, because that...
2001-12-05 Martin PoolIRIX cc cares that the operands to the ternary have...
2001-12-05 Martin PoolBe more strict about 'enum logcode' rather than int...
2001-12-05 Martin PoolSome platforms don't have sa_family_t.
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.
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
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.
next