]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2003-01-21  Wayne DavisonChown the $TO and $FROM directories to $RSYNCD_UID...
2003-01-21  Wayne DavisonPut the UID and GID that rsyncd will run as into variables.
2003-01-21  Wayne DavisonSeparated a `cat "..."` command out from inside a doubl...
2003-01-21  David DykstraChange the name on the --modify-window default for...
2003-01-21  David DykstraChange version to working version 2.5.6pre3cvs
2003-01-21  David DykstraChange version to 2.5.6pre2
2003-01-21  Wayne DavisonDeclare preserve_perms for latest syscall.o.
2003-01-21  David DykstraIgnore errors from chmod when --preserve-perms/-p/...
2003-01-20  Wayne DavisonAdded a couple missing NEWS items.
2003-01-20  David DykstraRe-activate the piece of code that creates intervening...
2003-01-20  David DykstraUpdate description of hosts allow for IPv6. From Bert...
2003-01-20  David DykstraMake the default for --modify-window be 2 on cygwin.
2003-01-20  Wayne DavisonBacked out Paul Green's IRIX patch since it didn't...
2003-01-20  David DykstraSave the value of the test for getaddrinfo defines...
2003-01-20  David DykstraAlso need to include lib/getnameinfo when the getaddrin...
2003-01-20  David DykstraOops, lib/getaddrinfo wasn't pulled in when the system...
2003-01-20  David DykstraOnly look for a system getaddrinfo/getnameinfo if AI_PA...
2003-01-20  David DykstraFix bug that causes messages like
2003-01-20  David DykstraAdd unsafe-byname tests with symlink destinations endin...
2003-01-19  Wayne DavisonOptimized unsafe_symlink() to avoid malloc/free calls.
2003-01-19  Wayne DavisonAdded "extern" to io_{read,write}_phase line (they...
2003-01-18  Wayne DavisonGot rid of trailing whitespace and tweaked a few things...
2003-01-18  Wayne DavisonDefine DBL_EPSILON if it doesn't exist.
2003-01-18  Wayne DavisonTrying out Paul Green's IRIX patch to see if it fixes...
2003-01-18  Wayne DavisonFixed the bug in clean_flist() where it did not get...
2003-01-16  David DykstraChange rsync help for -a to show that it is equivalent...
2003-01-16  David DykstraPrevent infinite recursion in exit_cleanup(). Patch...
2003-01-15  Wayne DavisonMake unsafe_symlink() take const args so that we don...
2003-01-15  David DykstraAdd news item about fix of --copy-unsafe-links
2003-01-15  David DykstraFix bug in --copy-unsafe that made it totally broken...
2003-01-14  David DykstraDon't use the return value from sprintf because it...
2003-01-13  David DykstraNow that the 2.5.6pre1 snapshot has been made, change...
2003-01-13  David DykstraChange version to 2.5.6pre1
2003-01-12  Wayne DavisonChanged the alloca warning message.
2003-01-12  Wayne DavisonUse the old kludge of using malloc() if alloca() is...
2003-01-12  David DykstraReduced the severity of the warning about missing alloc...
2003-01-12  David DykstraOops, had the sense of the test for the existence of...
2003-01-12  David DykstraMake configure bomb if the included popt is needed...
2003-01-11  David DykstraCast the return from alloca to work better on UNICOS.
2003-01-11  David DykstraCast the return of alloca to remove a fatal error on...
2003-01-11  Wayne DavisonYet another try at getting this to skip on cygwin.
2003-01-11  Wayne DavisonHopefully this version will skip correctly on cygwin.
2003-01-11  Wayne DavisonTry a different tact to get cygwin to skip this test.
2003-01-11  Wayne DavisonThe inet_pton() man page says we need to pass in a...
2003-01-11  Wayne DavisonCast poptGetOptArg() to remove a compiler warning.
2003-01-10  Wayne Davison+ The prototype for isc_net_pton() should have been...
2003-01-10  Wayne DavisonOnly refer to S_ISVTX if S_ISVTX is defined.
2003-01-10  Wayne Davison+ Fixed a comment that referred to isc_net_pton() inste...
2003-01-10  Wayne DavisonDon't use '#' in the dsttmp filename.
2003-01-10  Wayne DavisonPaul Green's changes to add $(EXEEXT) and $(CPPFLAGS...
2003-01-10  David DykstraThe call to test_skipped if makepath failed didn't...
2003-01-10  David DykstraClean up better after the testsuite check programs...
2003-01-10  David DykstraSkip the longdir test if the long directory can't even...
2003-01-10  Wayne DavisonReset the io_error_fd right before the generator kills...
2003-01-09  David DykstraAI_NUMERICHOST is not defined on AIX.
2003-01-09  David DykstraSupport IPv6 addresses with "hosts allow" and "hosts...
2003-01-09  David DykstraFixed bug that caused rsync to lose exit status of...
2003-01-09  Wayne DavisonAdded .svn/ to the cvs_ignore_list and some trailing...
2003-01-09  Wayne DavisonAdded .svn/ to the --cvs-exclude list and some trailing...
2002-12-24  Jos BackusAdd "void" to some function definitions so that all...
2002-12-24  Jos BackusChange all relevant occurrences of ``rsync'' and `...
2002-12-11  David DykstraWhen a file shows up as not existent during an rsync...
2002-11-05  Jos BackusFix the chgrp and hardlinks tests by running $RSYNC...
2002-08-30  David DykstraWhen using daemon mode over a remote shell program...
2002-08-30  David DykstraChange wording of --compare-dest option to refer to...
2002-08-29  David DykstraAdd --link-dest option from J.W. Schultz.
2002-08-29  David DykstraPatch from J.W. Schultz to have --include-from and...
2002-08-02  Wayne Davison* Don't call getnameinfo() if we've already populated...
2002-08-02  David DykstraPut in better method of checking whether or not daemon...
2002-08-02  David DykstraFix client_name to work on when INET6 is enabled but...
2002-08-01  David DykstraFix last change to use correct IPv6 structure names...
2002-08-01  Wayne DavisonDon't pass "-l user" to the remote shell if we're start...
2002-08-01  David DykstraFix to correctly identify remote IP address and host...
2002-08-01  Wayne DavisonDocumented that the rsync:// URL syntax is now legal...
2002-08-01  Wayne DavisonMention the new rsync:// URL-in-the-destination syntax.
2002-08-01  Wayne DavisonAllow the rsync:// URL syntax in the destination field.
2002-08-01  Wayne DavisonDocument more recent changes.
2002-08-01  Wayne DavisonMention the recent commits.
2002-08-01  David DykstraSlight change to refer to the section CONNECTING TO...
2002-08-01  Wayne DavisonThe function passed to start_accept_loop() now takes...
2002-08-01  Wayne DavisonDocument the new server-daemon via remote-shell mode.
2002-08-01  Wayne DavisonIf daemon_over_rsh is set, we limit the generated optio...
2002-08-01  Wayne DavisonHandle the new server-daemon via remote-shell mode.
2002-08-01  Wayne DavisonMoved the end of start_socket_client() into a new funct...
2002-08-01  Wayne DavisonChanged auth_server() to take two fds (for the daemon...
2002-07-31  Wayne DavisonStefan Nehlsen's fix of a timeout problem on large...
2002-07-27  Wayne DavisonMention the popt upgrade.
2002-07-27  Wayne DavisonCheck for the float.h header file (for popt).
2002-07-27  Wayne DavisonUpdated to version 1.6.4.
2002-07-27  Wayne Davison- Fixed a crash in flist_find() when the last item...
2002-06-27  David DykstraDocument in --owner and "use chroot" that --numeric...
2002-06-22  John H TerpstraAdded Solaris PkgInfo build script from Jens Apel ...
2002-05-28  David DykstraClose previously opened file descriptor when mkstemp...
2002-05-16  David DykstraClarify the relationship of max connections and lock...
2002-05-14  Martin PoolBetter notes about handling IPv6 on old machines
2002-05-14  Martin PoolFix little mistake
2002-05-14  Martin PoolNote about lchmod.
2002-05-13  David DykstraFix the rsync home page URL to drop a trailing "/rsync".
2002-05-13  David DykstraClarify that exclude/include options in rsyncd.conf...
2002-05-13  Martin PoolNote that using the old sockets API probably will not...
next