]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-05-21  Wayne DavisonMoved a few externs.
2004-05-21  Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-05-19  Wayne Davison- Mention the change to the daemon-mode's exclude handling.
2004-05-19  Wayne DavisonAdded the "write only" option to the daemon config...
2004-05-18  Wayne DavisonA few minor text improvements.
2004-05-18  Wayne DavisonAdded a little more quoting.
2004-05-18  Wayne DavisonOutput a message when we skip a server-excluded file.
2004-05-18  Wayne DavisonDocument the latest changes.
2004-05-18  Wayne Davison- Use fromdir, todir, and tmpdir instead of FROM, TO...
2004-05-18  Wayne DavisonTest that a config-file-specified exclude works right.
2004-05-18  Wayne DavisonQuote the dir expansions to avoid problems with spaces.
2004-05-18  Wayne Davison- Use fromdir and todir instead of FROM and TO.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne DavisonUse $suitedir to find rsync.fns.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne DavisonRemoving obsoleted test.sh file (we used the runtests...
2004-05-18  Wayne DavisonIf the server has excluded a file, we now exclude it...
2004-05-16  Wayne DavisonRenamed free_exclude_list() to clear_exclude_list().
2004-05-16  Wayne DavisonMoved the setting of ret->match_flags up a little in...
2004-05-16  Wayne Davison- Save some memory in each exclude_struct item by dumpi...
2004-05-16  Wayne Davison- Switched the "include" and "directory" ints into...
2004-05-15  Wayne Davison- Improved rsyserr() to prefix RSYNC_NAME (as the TODO...
2004-05-15  Wayne Davison- Complain about an exclude that was too long and then...
2004-05-15  Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-15  Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-15  Wayne DavisonAdded rsyserr().
2004-05-15  Wayne DavisonWhitespace tweaks.
2004-05-15  Wayne DavisonChanging if (!write_batch) in front of send_exclude_lis...
2004-05-15  Wayne DavisonAdded a "gen" rule to remake various generated files...
2004-05-14  Wayne DavisonIn the debug output, distinguish between a user-request...
2004-05-13  Wayne DavisonChanged PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
2004-05-13  Wayne DavisonGot rid of some useless externs.
2004-05-13  Wayne DavisonThe finish_transfer() call takes an arg that specifies...
2004-05-13  Wayne DavisonIf the file did not transfer correctly, only save it...
2004-05-13  Wayne DavisonCall finish_transfer() with its new arg. Also put...
2004-05-13  Wayne DavisonUse the new PERMS_REPORT flag when calling set_perms().
2004-05-13  Wayne DavisonAdded PERMS_REPORT and PERMS_SKIP_TIME.
2004-05-13  Wayne DavisonIf we got a read-error on a file, make sure that the...
2004-05-13  Wayne DavisonDon't force the modtime on our backup dirs -- the dirs...
2004-05-11  Wayne DavisonIn send_files(), changed the name of the map_struct...
2004-05-11  Wayne DavisonUse memset() to initialize a new map_struct.
2004-05-11  Wayne DavisonGot rid of an unused extern.
2004-05-11  Wayne DavisonGot rid of unused externs.
2004-05-08  Wayne DavisonLet's just remove all the UNUSED() macros for now.
2004-05-08  Wayne DavisonChanged the non-globbing version of glob_expand_one...
2004-05-08  Wayne DavisonOne more attempt to get HP-UX's cc to build popt succes...
2004-05-08  Wayne DavisonImproved a comment and got rid of some trailing whitespace.
2004-05-08  Wayne DavisonTweaked the sizeof syntax and some multi-statement...
2004-05-08  Wayne DavisonChanged the order of the msgcode enum so that new items...
2004-05-08  Wayne Davison- Improved the get_secret()'s function comments, made...
2004-05-08  Wayne DavisonImproved the function comments for read_line() and...
2004-05-07  Wayne DavisonDocument the -4, -6, --ipv4, --ipv6 options.
2004-05-06  Wayne DavisonCorrect a typo.
2004-05-06  Wayne Davison- Updated the comments for open_socket_in().
2004-05-06  Wayne DavisonIntroduced long-option names for -4 and -6.
2004-05-05  Wayne DavisonIf we need to set IPV6_V6ONLY but setsockopt() fails...
2004-05-05  Wayne DavisonAdded missing extern for read_batch.
2004-05-05  Wayne DavisonDon't force the whole-file option when using read-batch.
2004-05-04  Wayne DavisonCalls to make_bak_dir() should only happen when we...
2004-05-03  Wayne DavisonA slight refinement to my last patch.
2004-05-03  Wayne DavisonFixed crash bug that can affect --delete in certain...
2004-05-02  Wayne DavisonGot rid of a TODO comment that was fixed long ago.
2004-05-02  Wayne DavisonRenamed variable STRIP to INSTALL_STRIP to avoid an...
2004-05-02  Wayne DavisonGot rid of trailing comma in an enum.
2004-04-30  Wayne DavisonMoved some news items under new headings.
2004-04-30  Wayne DavisonChanged the order that ssh and rsh are mentioned.
2004-04-30  Wayne DavisonAdditional testing confirmed the limited scope of the... v2.6.2
2004-04-30  Wayne DavisonPreparing for release of 2.6.2
2004-04-30  Wayne DavisonMention the last few tweaks that made it into 2.6.2.
2004-04-30  Wayne DavisonImproved the program that checks for broken large-file...
2004-04-30  Wayne DavisonDon't rely on the local shell's wildcard expansion...
2004-04-30  Wayne DavisonOnly refer to AI_NUMERICHOST if it is defined.
2004-04-30  Wayne DavisonFixed a few typos.
2004-04-29  Wayne DavisonMention the desire to improve how a daemon returns...
2004-04-29  Wayne DavisonDescribe the changes for 2.6.2.
2004-04-29  Wayne DavisonPreparing for release of 2.6.2pre1 v2.6.2pre1
2004-04-29  Wayne DavisonGot rid of unused check for sys/sysctl.h.
2004-04-29  Wayne DavisonFixed a sorting problem when an entry has an empty...
2004-04-29  Wayne DavisonRestore old behavior of logging most daemon errors...
2004-04-28  Wayne DavisonUndefined __attribute__ in some circumstances.
2004-04-28  Wayne DavisonFixed the use of an uninitialized variable in map_uid...
2004-04-27  Wayne DavisonIn copy_file(), check len < 0 before checking the close...
2004-04-27  Wayne DavisonCheck the return code from close() and output an error...
2004-04-27  Wayne DavisonGot rid of a debug-output statement. v2.6.1
2004-04-27  Wayne DavisonPreparing for release of 2.6.1
2004-04-27  Wayne Davison- Tweaked the bullet char so that vim can auto-format...
2004-04-27  Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27  Wayne DavisonChanged XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27  Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27  Wayne DavisonGot rid of HP-UX kludge (since it didn't help).
2004-04-27  Wayne DavisonMade a comment clearer.
2004-04-25  Wayne DavisonOne more try at getting the HP-UX system in the build...
2004-04-25  Wayne DavisonDon't use __attribute__((__unused__)) on HP-UX w/o...
2004-04-24  Wayne DavisonImproved the debug string for the local_exclude_list.
2004-04-24  Wayne DavisonImproved the EXCLUDE PATTERNS section some more.
2004-04-23  Wayne DavisonFixed a comment.
2004-04-23  Wayne DavisonMention how --update behaves when the type of the file...
2004-04-23  Wayne DavisonRecently added caveat is no longer true.
2004-04-22  Wayne DavisonRestore the old include behavior where a command-line...
next