1. 23 Mar, 2008 2 commits
  2. 22 Mar, 2008 7 commits
  3. 21 Mar, 2008 5 commits
  4. 20 Mar, 2008 2 commits
  5. 19 Mar, 2008 3 commits
    • Wayne Davison's avatar
      A couple more support/rrsync tweaks: · e889e0c4
      Wayne Davison authored
      - Die if the --server option is not first on the command-line.
      - Don't allow the --daemon option by default.
      e889e0c4
    • Wayne Davison's avatar
    • Matt McCutchen's avatar
      Unsnarl missing_below/dry_run logic. · 83a8ca7b
      Matt McCutchen authored
      The generator can skip a directory's contents altogether due to
      --ignore-non-existing, a daemon exclude, or a mkdir failure.  On a
      --dry-run, the generator can also note the missingness of a directory
      while still scanning its contents.  These two scenarios were conflated
      using a single set of missing_below/missing_dir variables in combination
      with transient increments in dry_run; this caused at least three bugs.
      
      Now recv_generator has separate variables for the two scenarios, called
      skip_dir and dry_missing_dir, respectively.  For simplicity, we take the
      F_DEPTH instead of having separate *_below variables.  We mark both
      kinds of missing dirs with FLAG_MISSING_DIR.  (dry_run > 1) iff the
      *root* of the destination does not exist; it is no longer incremented
      for missing subdirs.  I added tests for the three fixed bugs in
      missing.test.
      83a8ca7b
  6. 18 Mar, 2008 6 commits
  7. 17 Mar, 2008 14 commits
  8. 16 Mar, 2008 1 commit