]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2010-06-26  Wayne DavisonOutput list-only sizes using any human-readable setting.
2010-06-26  Wayne DavisonFix accessors F_LENGTH() and F_MOD_NSEC().
2010-06-19  Wayne DavisonClose the socket fds in the "post-xfer exec" process.
2010-06-19  Wayne DavisonGet rid of some trailing whitespace.
2010-06-19  Wayne DavisonFix compression-ignoring of upper-case suffixes.
2010-06-19  Wayne DavisonFix a couple socketpair_tcp() issues (see bug 7514).
2010-06-05  Wayne DavisonFix daemon-filter crash issue (bug 7489).
2010-05-29  Wayne DavisonAvoid a double-increment of a file's st_dev value
2010-05-29  Wayne DavisonMake sure our idev_find() hashtable use is right.
2010-05-29  Wayne DavisonMake sure we never try to store a 0 key and tweak key64...
2010-05-29  Wayne DavisonTurn an assert into two more descriptive errors.
2010-05-29  Wayne DavisonMention --debug=hlink's level limits.
2010-05-26  Wayne DavisonUpdate rrsync with the latest options.
2010-05-03  Wayne DavisonMake an empty-string dest-dir the same as "." again.
2010-04-30  Wayne DavisonMay as well use do_mkdir() directly these days.
2010-04-24  Wayne DavisonReject passing an arg to an option that doesn't take...
2010-04-24  Matt McCutchenMan page description of --xattrs should not assume...
2010-04-24  Matt McCutchenMinor restructuring/clarification to get_backup_name.
2010-04-24  Matt McCutchenIn "ignoring unsafe symlink" messages, show only the...
2010-04-24  Matt McCutchenPoint out that the file_struct in log_delete is zero...
2010-04-24  Matt McCutchenRename configure.in to configure.ac, the current autoco...
2010-04-24  Matt McCutchenFix erroneous "--fake-user" in the rsyncd.conf(5) man...
2010-04-24  Matt McCutchenDon't set the umask to 0 any more: it's ugly and pointless.
2010-04-24  Matt McCutchenAmplify the man page description of --hard-links (see...
2010-04-24  Matt McCutchenDocument the "copy-some-dirlinks" trick in the man...
2010-03-31  Wayne DavisonRemoving now-redundant path-size check from send_if_dir...
2010-03-27  Wayne DavisonFix a typo that Andrea Gelmini pointed out.
2010-03-27  Wayne DavisonGet rid of trailing whitespace.
2010-03-26  Wayne DavisonFix directory-length overflow bug (7057).
2010-03-09  Wayne DavisonHandle files that spring up while doing backup path...
2010-02-17  Wayne DavisonWrite out the right compat_flags value into the batch...
2010-02-06  Wayne DavisonIf a module has no path setting, return an error.
2010-02-06  Wayne DavisonMention what -XX (repeated --xattrs) does.
2010-01-02  Wayne DavisonMore --timeout improvements, especially for the receivi...
2010-01-02  Wayne DavisonDon't try to send MSG_ERROR_EXIT after a timeout.
2009-12-31  Wayne DavisonAlways use lchmod() if it is available.
2009-12-31  Wayne DavisonMention 2010 in the main copyright.
2009-12-31  Wayne DavisonAdding release info for 3.0.7 to the trunk.
2009-12-31  Wayne DavisonAllow any gcc to make use of __builtin_alloca for alloca.
2009-12-31  Wayne DavisonConfigure check for -Wno-unused-parameter now tries...
2009-12-30  Wayne DavisonChange naming of local patch-related branches and unify
2009-12-30  Wayne DavisonAdd understanding of RSYNC_PROTECT_ARGS environment...
2009-12-29  Wayne DavisonAllow "./configure --with-protect-args" to make -s...
2009-12-26  Wayne DavisonHandle check-in and tagging of patches dir.
2009-12-23  Wayne DavisonImprove handling of MSG_IO_ERROR message.
2009-12-21  Wayne DavisonPass the 'f' compatibility flag to the server (via -e)
2009-12-21  Wayne DavisonDon't die if inflate() returns Z_BUF_ERROR in see_defla...
2009-12-19  Wayne DavisonDon't set last_io_out in check_timeout.
2009-12-19  Wayne DavisonImprove --timeout method to take into account all I...
2009-12-19  Wayne DavisonAdded an am_receiver variable.
2009-12-17  Wayne DavisonImproved some I/O comments.
2009-12-16  Wayne DavisonFix the val reading for MSG_ERROR_EXIT. Use 0-length...
2009-12-15  Wayne DavisonAllow per-test timeout overrides. Give hardlinks more...
2009-12-15  Wayne DavisonImprove the timeout messages.
2009-12-14  Wayne DavisonFree a strdup() in do_cmd() that checker was complainin...
2009-12-14  Wayne DavisonAvoid -u option to id since solaris doesn't support it.
2009-12-14  Wayne DavisonAvoid a compiler warnings about a signed/unsigned mismatch.
2009-12-14  Wayne DavisonIncrease the testrun timeout for slow compilefarm systems.
2009-12-14  Wayne DavisonFix a compiler warning about a %d mismatch.
2009-12-13  Wayne DavisonRun each testsuite test with a timeout.
2009-12-13  Wayne DavisonAvoid another checker warning.
2009-12-13  Wayne DavisonPrevent the reading of another message before the end...
2009-12-13  Wayne DavisonChange a variable name in read_a_msg().
2009-12-12  Wayne DavisonThis should fix another checker warning.
2009-12-12  Wayne DavisonFix checker compile warning.
2009-12-12  Wayne DavisonTurn iobuf.in into a circular input buffer.
2009-12-12  Wayne DavisonFix a hang that can happen when the sender is sending...
2009-12-12  Wayne DavisonDon't send MSG_ERROR_EXIT messages at the end of the...
2009-11-29  Wayne DavisonDon't (wrongly) retouch dir permissions with --fake...
2009-11-26  Wayne DavisonAdd IPv6 detection on cygwin.
2009-11-24  Wayne DavisonFix a comment.
2009-11-23  Wayne DavisonChange the handling of circular buffers to not waste...
2009-11-16  Wayne DavisonMake some RERR_* choices better, and another noop_io_un...
2009-11-15  Wayne DavisonDon't complain about a socket EOF unless it affects...
2009-11-15  Wayne DavisonTweak the noop_io_until_death() timeout and comment it.
2009-11-14  Wayne DavisonImproved a couple comments and added some "else" optimi...
2009-11-14  Wayne DavisonNo need to check MIN_FILECNT_LOOKAHEAD w/extra_flist_se...
2009-11-14  Wayne DavisonMake the two "wrap-bytes" sections simpler and more...
2009-11-14  Wayne DavisonPrefer send_msg_int() over send_msg() for better debug...
2009-11-14  Wayne DavisonTweaked sizing checks in perform_io().
2009-11-14  Wayne DavisonFixed the buffer-has-space check in write_buf().
2009-11-13  Wayne DavisonMake --bwlimit take the same size suffixes as the ...
2009-11-13  Wayne DavisonFix the daemon test when running it as root.
2009-11-09  Wayne DavisonMake use of seteuid() determined by configure.
2009-11-08  Wayne DavisonChange an RERR_* to RERR_FILEIO.
2009-11-08  Wayne DavisonMention who got the unknown logcode.
2009-11-08  Wayne DavisonMore improvements for abnormal exits.
2009-11-08  Wayne DavisonSave first filename and linenum in case exit_cleanup...
2009-11-07  Wayne DavisonTry to silence some warnings from "checker".
2009-11-07  Wayne DavisonMention the error improvements.
2009-11-07  Wayne DavisonGive noop_io_until_death() a time limit.
2009-11-07  Wayne DavisonAdded notifications about error-exit values:
2009-11-01  Wayne DavisonFix MSG_IO_TIMEOUT when the daemon is the receiver.
2009-11-01  Wayne DavisonA daemon treats --msgs2stderr as "output only to the...
2009-11-01  Wayne DavisonMake sure rwrite() can handle any logcode value in...
2009-10-30  Wayne DavisonFix a hang when dealing with really large numbers of...
2009-10-27  Wayne DavisonGet rid of some unneeded externs.
2009-10-27  Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-26  Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-10-26  Wayne DavisonEnhance log_format_has() to understand the "'" modifier.
next