1. 15 Mar, 2008 7 commits
  2. 14 Mar, 2008 1 commit
  3. 12 Mar, 2008 2 commits
  4. 11 Mar, 2008 3 commits
    • Wayne Davison's avatar
      - One more fix for the 'T' itemized output for a symlink when we're · 0607c307
      Wayne Davison authored
        the client on the receiving side of a protocol-29 connection.
      0607c307
    • Wayne Davison's avatar
      (Matt) Add missing --no-y option. · 492ad042
      Wayne Davison authored
      492ad042
    • Wayne Davison's avatar
      Fixed some itemized logging failures: · 1ed9018e
      Wayne Davison authored
      - If a symlink/device/special-file changes its value without any
        attribute changes, the itemized event no longer gets dropped.
      - We put a 'c' into the checksum/change field now to indicate when
        a symlink/device/special-file changes its value without changing
        its type.  This lets us properly interpret the --copy-links output
        to know which items are getting copied without changes and which
        are getting created with new content.
      - Fixed the 'T' itemized output for a symlink when rsync tries to
        set the right time but fails due to lack of OS/disk support.
      1ed9018e
  5. 10 Mar, 2008 1 commit
  6. 08 Mar, 2008 6 commits
  7. 07 Mar, 2008 1 commit
  8. 06 Mar, 2008 3 commits
  9. 05 Mar, 2008 4 commits
  10. 04 Mar, 2008 1 commit
  11. 03 Mar, 2008 3 commits
  12. 02 Mar, 2008 2 commits
  13. 01 Mar, 2008 4 commits
  14. 28 Feb, 2008 2 commits
    • Wayne Davison's avatar
      Use variables to hold the constant itemized strings so · fc29efc3
      Wayne Davison authored
      that future changes are easier to make.
      fc29efc3
    • Wayne Davison's avatar
      Temporarily set uid_ndx in the delete code if the transfer is not · c4c9bb94
      Wayne Davison authored
      preserving ownership, but we want to know what the UIDs are on the
      files we're deleting.  Changed the DEL_OWNED_BY_US flag to be
      DEL_NO_UID_WRITE, which is only set when a file is owned by us and
      we can't write to it.  Fixed a glitch in the error handling of the
      --delete-delay code where it might try to enable delete-after in
      incremental-transfer mode.  Made a simple (well tested) optimization
      in the --delete-delay code and a few other readability changes.
      c4c9bb94