]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2002-01-25  Martin PoolBump version to 2.5.3.
2002-01-25  Martin PoolMore signedness fixes; should be harmless.
2002-01-25  Martin Poolio_end_buffering doesn't need (or use) it's fd paramete...
2002-01-25  Martin PoolDEV64_t and INO64_T should probably be unsigned
2002-01-25  Martin Poolcheck_name doesn't need a socklen_t, because it knows...
2002-01-25  Martin PoolAdd test case for device nodes. This test will be...
2002-01-25  Martin PoolWhen comparing directories, use `find .` to call diff...
2002-01-25  Martin PoolAdd test_skipped function.
2002-01-25  Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-25  Martin PoolFix for device nodes. (dann frazier) (Debian #129135)
2002-01-25  Martin PoolFix for device nodes. (dann frazier) (Debian #129135)
2002-01-25  Martin PoolAnother DEV64_T change.
2002-01-25  Martin PoolWith -vv, when the file list grows, show a message.
2002-01-25  Martin PoolWith -vv, when the file list grows, show a message.
2002-01-25  Martin PoolUndo overzealous deletion.
2002-01-25  Martin PoolAdd dummy show_flist_stats().
2002-01-25  Martin PoolFactor out code to grow the file list into a common...
2002-01-25  Martin Poolindent -kr -i8
2002-01-25  Martin PoolAdd link to the message that introduced string_area.
2002-01-25  Martin Poolmallinfo is implemented.
2002-01-25  Martin PoolNotes about flist.
2002-01-25  Martin PoolIgnore autoconf fluff.
2002-01-25  Martin PoolAdd code to compare sin6_addrs. v2.5.2pre3
2002-01-25  Martin PoolBack out last change -- to see whether an address is...
2002-01-25  Martin Poolcompare_addrinfo_sockaddr: Add code to compare AF_INET6...
2002-01-25  Martin PoolSplit out code to compare addrinfo and sockaddr into...
2002-01-25  Martin PoolDoc.
2002-01-25  Martin PoolThe name resolution stuff is getting complicated -...
2002-01-24  Martin PoolVerbose messages for spoof check... doesn't work on...
2002-01-24  Martin PoolWhen doing a name->addr translation to check for spoofi...
2002-01-24  Martin PoolMessage on successful configuration.
2002-01-24  Martin PoolFix comment.
2002-01-24  Martin PoolName resolution on machines supporting IPv6 is improved. v2.5.2pre2
2002-01-24  Martin Poolignore gmon.out
2002-01-24  Martin PoolFix getpeername call.
2002-01-24  Martin Poolsize_t fix.
2002-01-24  Martin Poolwrite_batch_csums_file: Opaque IO buffers should be...
2002-01-24  Martin PoolFix cast that was breaking HP/UX.
2002-01-24  Martin PoolMove both calls to getpeername into a common wrapper...
2002-01-24  Martin PoolMust get declarations from addrinfo.h before prototypes.
2002-01-24  Martin PoolAnother size_t warning
2002-01-24  Martin Poolcheck_name: Print out name *before* clobbering it.
2002-01-24  Martin PoolTry to fix error on Solaris:
2002-01-24  Martin PoolIf name lookup fails, then show the relevant IP address...
2002-01-24  Martin PoolAt the connections that just get a list of modules...
2002-01-24  Martin Poolrsync_module: If host-based access fails, show the...
2002-01-24  Martin PoolShow command used to start connection child.
2002-01-24  Martin Poolindent -kr -i8
2002-01-24  Martin PoolDoc.
2002-01-24  Martin PoolShow helper program with -v when opening connection.
2002-01-24  Martin PoolDoc.
2002-01-24  Martin PoolFix const
2002-01-24  Martin PoolUnbreak the old behavior of using UNKNOWN as a hostname...
2002-01-24  Martin PoolFix inverted sense of error check.
2002-01-24  Martin PoolRefactor client_name() into smaller functions.
2002-01-24  Martin PoolDoc.
2002-01-24  Martin PoolBump version to 2.5.2pre2.
2002-01-24  Martin Poollog_formatted: Fill the log buffer with nuls to make...
2002-01-24  Martin PoolAnother harmless size_t warning.
2002-01-23  Martin PoolDoc. v2.5.2pre1
2002-01-23  Martin PoolMore size_t fixes.
2002-01-23  Martin PoolJust for variety we have some socklen_t fixes too.
2002-01-23  Martin PoolRefactor code in send_sums to remove repeated ternaries.
2002-01-23  Martin Poolindent -kr -i8
2002-01-23  Martin PoolFix more ints that ought to be size_t's.
2002-01-23  Martin PoolDoc.
2002-01-23  Martin PoolFix another int that ought to be a size_t.
2002-01-23  Martin Poolindent -kr -i8
2002-01-23  Martin PoolAnother signedness fix to quieten Sun cc warning.
2002-01-23  Martin PoolSkip this for now; it's a known bug
2002-01-23  Martin PoolBump version to 2.5.2pre1.
2002-01-23  Martin PoolNote batch-mode changes.
2002-01-23  Martin PoolNote about proxy authentication and SOCKS.
2002-01-23  Martin PoolIndent.
2002-01-23  Martin PoolUpdate thankyou list.
2002-01-23  Martin PoolNote that batch mode is currently experimental.
2002-01-23  Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-23  Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-23  Martin PoolIf using gcc, then also turn on -W to get even more...
2002-01-21  Martin PoolDon't need to reread configuration on SIGHUP because...
2002-01-15  David DykstraAack! Since released version 2.5.0, the --whole-file...
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 <http://rsync.samba.org/cgi-bin/rsync/incoming...
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.
next