rsync.git
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.
2001-11-24 Martin PoolRebuild if headers changed.
2001-11-24 Martin PoolMore autoconf fixes.
2001-11-23 Martin PoolIgnore trash
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-11-16 David DykstraFix to make_file() to exit earlier if a file is exclude...
2001-11-09 Martin PoolDocument chroot confusion.
2001-09-12 Martin PoolMore notes. mbp_bk_export0
2001-09-12 Martin PoolThink think.
2001-09-12 Martin PoolStart to wrap up all thoughts on what should happen...
2001-09-12 Martin PoolFix from Marc Espie to make included-popt work with...
2001-09-09 Andrew Tridgellfixed check for timeout in generator
2001-09-09 Andrew Tridgell64-bit files depends on the size of OFF_T, not off64_t
2001-09-08 Andrew Tridgelldebian stable screws up largefile support for fcntl...
2001-09-07 Martin PoolDoc.
2001-09-07 Martin PoolAdd a little implementation of ls(1) so that we can...
2001-09-07 Martin PoolAdd a little implementation of ls(1) so that we can...
2001-09-07 Martin PoolRemove test trace stuff.
2001-09-07 Martin PoolTry to exit 0 if nothing fails.
2001-09-07 Martin PoolUpdate copyright notice.
2001-09-06 Martin PoolDebug exit status -- on Sun1/cc all the tests pass...
2001-09-06 Martin PoolOops, some machines don't have `which`.
2001-09-06 Martin PoolOops, some machines don't have `which`.
2001-09-06 Martin PoolSee if head(1) works -- broken on some systems?
2001-09-06 Martin PoolYou cannot do "export VAR=VALUE" all on one line; the...
2001-09-06 Martin PoolFix selective definition of *snprintf. (Welcome to...
2001-09-06 Martin PoolMore testsuite cleanups. Now I hope we cope without...
2001-09-06 Martin PoolBSD machines don't seem to have head(1).
2001-09-06 Martin PoolSplit the 'longdir' test into its own script, and make...
2001-09-06 Martin PoolAdd a makepath() function to cope with machines that...
2001-09-06 Martin PoolDoc.
2001-09-06 Martin PoolFix comment.
2001-09-06 Martin PoolFiddle umask again.
2001-09-06 Martin PoolClean up output a little.
2001-09-06 Martin PoolSet umask so that symlinks will have the right permissi...
2001-09-04 Martin PoolFor log messages containing ridiculously long strings...
2001-08-31 Martin PoolClean up from rsync+ patch; fix compiler warning.
2001-08-31 Martin PoolFix sh syntax for FreeBSD.
2001-08-31 Martin PoolIf we're using built-in *printf functions, then provide...
2001-08-31 Martin PoolCope on machines without INADDR_LOOPBACK.
2001-08-31 Martin PoolIgnore test tmp dir.
2001-08-31 Martin PoolRun the daemon test using faked tcp connections.
2001-08-31 Martin PoolGrammar fix.
2001-08-31 Martin PoolAdd comment about handling of 'use chroot'
2001-08-31 Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-31 Martin PoolDoc.
2001-08-31 Martin PoolOption should be --recursive, not --recurse. (This...
2001-08-31 Martin PoolFix rsyncd.conf generation.
2001-08-31 Martin PoolFix message.
next