1. 12 Feb, 2005 4 commits
    • Wayne Davison's avatar
      - Added modifiers for the include/exclude rules that makes them · ed243f8c
      Wayne Davison authored
        apply to the indicated (sender/receiver) side.
      - Added the hide/show and protect/risk filter rules as an alternate
        way to specify sender-/receiver-specific include/exclude rules.
      - send_rules() now allows f_out to be -1 to indicate that the list
        should be scanned but not sent.
      - send_rules() now filters the list to remove any items that don't
        apply to the current side (after sending the item to the other
        side when f_out != -1).
      - {send,recv}_filter_list() now transfer the list, even when the
        receiver is the server and --delete-excluded was specified (the
        exchanged list is appropriately filtered, of course).
      - recv_filter_list() uses send_rules() to trim non-applicable rules
        when we're a local-server (because we got our filter list without
        send/recv calls when fork() duplicated it).
      ed243f8c
    • Wayne Davison's avatar
      - Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE. · a427e893
      Wayne Davison authored
      - Updated MATCHFLGS_FROM_CONTAINER.
      a427e893
    • Wayne Davison's avatar
      We don't need to avoid the local filter list in send_file_name() · cc25d291
      Wayne Davison authored
      when --delete-excluded is set because our list has been trimmed to
      only include rules that apply in the current mode.
      cc25d291
    • Wayne Davison's avatar
      - Since send_file_list() is no longer called with f == -1, got rid · 134f4338
      Wayne Davison authored
        of all the conditional code to support that.
      - Improved the comment before send_directory() to indicate that it
        gets called with f == -1 from delete_in_dir().
      134f4338
  2. 11 Feb, 2005 9 commits
  3. 09 Feb, 2005 3 commits
  4. 08 Feb, 2005 4 commits
  5. 07 Feb, 2005 7 commits
  6. 06 Feb, 2005 2 commits
  7. 05 Feb, 2005 4 commits
  8. 04 Feb, 2005 7 commits