1. 15 Apr, 2008 1 commit
  2. 12 Apr, 2008 3 commits
  3. 08 Apr, 2008 4 commits
  4. 06 Apr, 2008 2 commits
  5. 04 Apr, 2008 4 commits
  6. 02 Apr, 2008 1 commit
  7. 01 Apr, 2008 1 commit
  8. 31 Mar, 2008 3 commits
  9. 30 Mar, 2008 4 commits
  10. 28 Mar, 2008 3 commits
  11. 27 Mar, 2008 2 commits
  12. 26 Mar, 2008 4 commits
  13. 25 Mar, 2008 4 commits
    • Wayne Davison's avatar
      Fixed the way rsync handles iconv-conversion problems in the file-list: · 7568ff44
      Wayne Davison authored
      - If the sender cannot convert a name, the discarding of the entry now
        occurs soon enough to avoid affecting the sender's list (which was
        causing the file-list on the receiving side to be out of sync).
      - If the receiver cannot convert a name, its transformation of the name
        into an empty name (which indicates that the entry should be skipped)
        is no longer thwarted by the clean_fname() call (which was changing
        the name into a ".").
      7568ff44
    • Wayne Davison's avatar
      Preparing for release of 3.0.1pre1 · 56158b7e
      Wayne Davison authored
      56158b7e
    • Wayne Davison's avatar
      Some more improvements for the packaging/release-rsync script: · 798a9e4e
      Wayne Davison authored
      - Check early if the version tag already exists, so it aborts right
        away if the release script can't do its work.
      - Update the files in the "patches" dir while merging the master branch
        into the patch branches (done before creating the release patches for
        the rsync-patches tar file).
      - Allow the user to ask to visit each patch when updating them.
      - Pause after initial patch updating so that any extra patch changes
        can be done before the creating of the tar files.
      - Ask for the GPG signing passphrase once for all signing commands.
      798a9e4e
    • Wayne Davison's avatar
      Some improvements for support/patch-update: · c202b4fa
      Wayne Davison authored
      - Added a --shell option which starts a sub-shell on each patch branch.
      - Don't allow the user to exit a sub-shell if the branch is not clean.
      - If the sub-shell exited with a non-zero exit status, prompt to see if
        the user wanted to abort rather than assuming that.
      - Wait to start the new patch-file output until after the shell runs.
      - Always return to the starting branch on exit.
      c202b4fa
  14. 24 Mar, 2008 2 commits
  15. 23 Mar, 2008 2 commits