rsync/rsync.git
2002-02-27 David DykstraCygwin doesn't have setgroups() so probe for the functi...
2002-02-27 David DykstraI had accidentally deleted the case for --include-from...
2002-02-25 Martin PoolTry out DocBook SGML to see if it's easier than Texinfo.
2002-02-25 Martin PoolStart of Python code to generate likely-looking pseudo...
2002-02-25 Martin PoolMerge Texinfo onto head.
2002-02-25 Martin PoolAdd targets to build documentation from Texinfo.
2002-02-25 Martin PoolMore discussion about zlib.
2002-02-25 Martin PoolScrappy notes on hot functions that should be fixed
2002-02-23 Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-23 Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-23 Martin PoolAdd UNUSED macro that expands to a parameter attribute...
2002-02-23 Martin PoolDoc.
2002-02-23 Martin Poolprint_child_argv can be static.
2002-02-23 Martin PoolMake "make proto" work for VPATH builds.
2002-02-21 Martin PoolRevert 1.134 -- this breaks Net/Free BSD.
2002-02-21 Martin PoolMake setgroups(0,0) unconditional -- accidentally think...
2002-02-21 Martin PoolAdd bug # for #132272
2002-02-19 Martin PoolPatch from Albert Chin to fix getaddrinfo on Tru64...
2002-02-19 Martin PoolBump version to 2.5.3pre1
2002-02-19 Martin PoolClean up error message
2002-02-19 Martin PoolDoc
2002-02-19 Martin Poolrsync prefix on mkdir and pushdir error messages.
2002-02-18 Martin PoolDoc.
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.
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.
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.
2002-01-24 Martin Poolignore gmon.out
next