rsync/rsync.git
2008-07-21 Wayne DavisonAdded a debug-helping option, --msgs2stderr, than shoul...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-20 Wayne DavisonA few more HLINK debug messages.
2008-07-20 Wayne DavisonOutput even more debug messages.
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-19 Wayne DavisonChanged the POOL_QALIGN flag to POOL_NO_QALIGN, reversi...
2008-07-19 Wayne DavisonImproved the alignment code and changed POOL_APPEND...
2008-07-19 Wayne DavisonWe now pass the POOL_QALIGN flag to pool_create()....
2008-07-19 Wayne DavisonImproved the hard-link logging.
2008-07-19 Wayne DavisonTurn on flist5 debugging.
2008-07-18 Wayne DavisonSome minor tweaking for the info+debug option parsing.
2008-07-18 Wayne DavisonMake the hands.test use a higher hlink debug level.
2008-07-18 Wayne DavisonAdd --debug=hlink to hands.test.
2008-07-18 Wayne DavisonDon't interrupt the make for a generated file didn...
2008-07-18 Wayne DavisonUse big_num() in a few more places.
2008-07-17 Wayne DavisonMoving big_num() into lib/compat.c so tls.c can use it.
2008-07-17 Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-15 Wayne DavisonA couple xattr fixes for --fake-super.
2008-07-15 Wayne DavisonA few more minor improvements in the --info/--debug...
2008-07-15 Wayne DavisonAdded a "test_fail" function to 00-hello.test.
2008-07-14 Wayne DavisonMade the info_verbosity array 1 element larger.
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-14 Wayne DavisonFixed the timeout/flush loop-check logic to work proper...
2008-07-11 Wayne DavisonIf the user specifies --protocol=29, rsync will avoid...
2008-07-05 Wayne DavisonAdded the --remote-option=OPT (-M OPT) option.
2008-07-05 Wayne DavisonGot rid of some trailing whitespace.
2008-07-05 Wayne DavisonThe --progress output now leaves the cursor at the...
2008-07-05 Wayne DavisonPrepare repository for more development.
2008-07-04 Wayne DavisonImproved the docs for various delete options.
2008-06-30 Wayne DavisonPreparing for release of 3.0.3
2008-06-28 Wayne DavisonMention the addition of the deny-rsync script, and...
2008-06-26 Wayne DavisonFixed a problem with a file descriptor being left open...
2008-06-24 Wayne DavisonSome deny-rsync fixes:
2008-06-24 Matt McCutchenThe deny-rsync script from bug 3945.
2008-06-23 Wayne DavisonFixed the sending of large files with older rsync versi...
2008-06-23 Wayne DavisonPreparing for release of 3.0.3pre3
2008-06-23 Matt McCutchenThe sender now sets IOERR_GENERAL in more skipped-file...
2008-06-23 Wayne DavisonMention more fixes in the NEWS.
2008-06-23 Wayne DavisonImproved the build rules for 1 and rsyncd.conf.5 when...
2008-06-17 Wayne DavisonAvoid problems with timestamp rounding that cp -p and...
2008-06-13 Wayne DavisonFix the problem with setting xattrs on a directory...
2008-06-12 Wayne DavisonCast the datum_len value to a long for rprintf().
2008-06-09 Wayne DavisonHandle a solo_file of a directory for --delete-during.
2008-06-09 Wayne DavisonA couple more xattr improvements:
2008-06-09 Wayne DavisonFixed an "Internal abbrev error" when dealing with...
2008-06-04 Wayne DavisonImproved the progress_is_active code to not overwrite...
2008-06-04 Wayne DavisonImproved handling of a system that doesn't have a 64...
2008-06-04 Wayne DavisonImproved the proto.h target so that a build in a differ...
2008-05-31 Wayne DavisonImproved the daemon testing, including adding a test...
2008-05-31 Wayne DavisonFixed the destination path check so that it cannot...
2008-05-31 Wayne DavisonHave send_file_list() check is_excluded() (but only...
2008-05-31 Wayne DavisonIf an arg is excluded, don't include its implied dirs.
2008-05-31 Wayne DavisonMake sure the generator doesn't try to send a negative...
2008-05-22 Wayne DavisonFixed the backing up of a device or socket.
2008-05-22 Wayne DavisonA cuple more fixes for --xattrs combined with --backup...
2008-05-18 Wayne DavisonFixed the "src" symlink in each testtmp subdir.
2008-05-17 Wayne DavisonFix some path problems when the build dir is not the
2008-05-17 Wayne DavisonPreparing for release of 3.0.3pre2
2008-05-17 Wayne DavisonFixed an "else" in the device-making part of keep_backup().
2008-05-17 Wayne DavisonMention the latest fixes in the NEWS.
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-05-17 Wayne DavisonPreserve the right errno value when trying adjunct...
2008-05-10 Wayne DavisonImproved the docs for --inplace and made the mentions of
2008-05-08 Wayne DavisonPreparing for release of 3.0.3pre1
2008-05-08 Wayne DavisonThe test of HAVE_LUTIMES accidentally omitted the 'L'.
2008-05-06 Wayne DavisonAdded options to tls.c to allow us to ask for mtime...
2008-05-01 Wayne DavisonAdding missing entry for 3.0.3 protocol-history list.
2008-04-29 Wayne DavisonMention all the latest changes in the NEWS.
2008-04-29 Wayne Davison- Changed prev_name into a buffer so that there is...
2008-04-28 Wayne DavisonFixed a crash if a non-incremental-recursion transfer...
2008-04-19 Wayne DavisonReorder the filenames to touch to try to avoid a weird...
2008-04-19 Wayne DavisonAdded a --no-cd option to support/lsh so that the scrip...
2008-04-16 Wayne DavisonFixed a problem with how the daemon filters deal with
2008-04-16 Wayne DavisonDon't allow '.' dir to be excluded by the daemon's...
2008-04-16 Wayne DavisonA few $last_touch tweaks.
2008-04-15 Wayne DavisonWhen running in --progress mode with a progress message...
2008-04-15 Wayne DavisonMoved the setting of the socket options before the...
2008-04-15 Wayne DavisonFixed the %M escape, which was munging the wrong spaces.
2008-04-15 Wayne DavisonUse overflow_exit() for overflows, not out_of_memory().
2008-04-15 Wayne DavisonConsistently call the daemon parameters "parameters...
2008-04-15 Wayne DavisonUpdated the README and the NEWS file.
2008-04-12 Wayne DavisonFix a file-globbing bug in the daemon when chroot is on.
2008-04-12 Wayne DavisonIf the daemon test is run as root, use a --config option.
2008-04-12 Wayne DavisonPrepare repository for more development.
2008-04-08 Wayne DavisonPreparing for release of 3.0.2
2008-04-08 Wayne DavisonCall patch-update in its new location.
2008-04-08 Wayne DavisonRoll over the NEWS files for the next release.
2008-04-08 Wayne DavisonFixed a potential overflow issue with realloc() that...
2008-04-06 Wayne DavisonHave the spec file put more useful stuff into the doc...
2008-04-06 Wayne DavisonMoving some files from support into packaging.
2008-04-04 Wayne DavisonComment out the Source1 tar file by default in the...
2008-04-04 Wayne DavisonFixed the code that removes old file versions for a...
2008-04-04 Wayne DavisonBump the repository version to 3.0.2dev.
2008-04-04 Wayne DavisonPreparing for release of 3.0.1
2008-04-02 Wayne DavisonA few more spec-file tweaks.
2008-04-01 Wayne DavisonDefine a "srcdir" in the spec file and use it in the...
2008-03-31 Wayne DavisonTweaked spec to use "rsync" in place of "%{name}" in...
2008-03-31 Wayne DavisonA simple change to change_pathname() to ensure that...
2008-03-31 Wayne DavisonPreparing for release of 3.0.1pre3
next