]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2002-02-18  Martin PoolChange shell syntax to try to please Solaris
2002-02-18  Martin PoolFix error handling for failing to fork after accepting...
2002-02-18  Martin PoolSolaris does not have diff -u.
2002-02-18  Martin PoolMust use STRUCT_STAT not "struct stat" to be compatible...
2002-02-18  Martin PoolCope with BSD systems on which mkdir() will not accept...
2002-02-18  Martin PoolIf the daemon is unable to fork a child to accept a...
2002-02-18  Martin PoolAdd -vvv trace statement to set_modtime to help with...
2002-02-18  Martin PoolThis test must specify --times because it compares...
2002-02-18  Martin PoolFix bug that made tls.o not be removed by 'make clean'.
2002-02-18  Martin PoolDoc:
2002-02-18  Martin PoolIgnore SIGPIPE and allow EPIPE to get through to the...
2002-02-18  Martin PoolFix for rsync server processes hanging around after...
2002-02-18  Martin Poolrwrite: Doc.
2002-02-18  Martin PoolDocument multiplex stuff.
2002-02-18  Martin PoolDoc.
2002-02-18  David DykstraIf a daemon prints an error message of @ERROR, have...
2002-02-14  David DykstraAdd item about fixing "out of memory in flist_expand...
2002-02-13  David DykstraAdded the two most important bug fixes to NEWS to make...
2002-02-13  David DykstraPatch from Jos Backus <josb@cncdsl.com> to use HAVE_SOC...
2002-02-13  David DykstraSuggested patch from Jim Ogilvie <jogilvie@us.ibm.com...
2002-02-13  David DykstraReversing the order of maybe_emit_filelist_progress...
2002-02-13  David DykstraSome systems, notably Sunos4, do not support realloc...
2002-02-13  Martin PoolAt least change INO64_T and DEV64_T back to just 'int64...
2002-02-13  Martin PoolFactor out code for filelist progress. Copy&paste...
2002-02-09  Martin PoolAdd a test that --owner correctly propagates ownership...
2002-02-09  Martin PoolAdd a test that --group correctly propagates groups...
2002-02-09  Martin PoolAdd $preserve_scratch and $always_log so if you want...
2002-02-09  Martin PoolOops -- have to call setgroups() before giving up root.
2002-02-09  Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-07  David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-02-06  David DykstraMake batch mode actually work and add man page document...
2002-02-06  Martin PoolMerge modified --with-rsh patch: we now determine the...
2002-02-06  Martin PoolDoc: Rusty's /*/* exclude hack produces spurious output...
2002-02-05  David DykstraAdd --no-whole-file and --no-blocking-io options
2002-02-05  Martin PoolOnly print the command used to open connections with...
2002-02-05  Martin PoolRoll over NEWS
2002-02-05  Martin PoolOnly print the command used to open connections with...
2002-02-05  Martin PoolPatch from wayned so that add_exclude_list produces...
2002-02-03  Andrew Tridgellthe signed/unsigned change seems to have caused a logic...
2002-01-29  David DykstraBetter explanation of --force. It is applicable whenev...
2002-01-28  David DykstraA more accurate description of --force as I know it.
2002-01-28  David DykstraClarify the --force entry in the rsync man page.
2002-01-25  Martin PoolOops, version should be just 2.5.2. v2.5.2
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.
next