Skip to content
  1. May 30, 2014
    • philz-cwm6's avatar
      minitar: match GNU tar · 5d892450
      philz-cwm6 authored
      - patch 1 : prepare for recovery
      - patch 2 : support long options
      - patch 3 : formatting
      - patch 4 : fix getting and setting symlinks context (from TeamWin)
      - patch 5 :
          * default to stdout/stdin like GNU tar
          * force use of -f option like GNU tar for all 3 mode operations (create, extract, list)
          * enable use of stdin for list mode
      - patch 6 :
          * add -T (--files-from) option
          * clean up code and fix all leak memory issues on exit
          * return codes match GNU tar
      - patch 7 :
          * fix all compiler warnings
          * rename sources to match minitar binary building
      - patch 8 : always error on failure to get secontext when --selinux option is used
      - patch 9: add options help and a mini change log
      - patch 10: minitar: build as a static library
                  For use in multi-call binaries such as recovery.
      - patch 11: improve debug logging on failure
      - patch 12: default to gnu tar format
          * fix command options for tar format (posix vs gnu)
      - patch 13: fix ustar format backups
      - patch 14: fix a few memory leaking issues
          * add some commented debugging code
      - patch 15: add --numeric-owner option
          * remove unused -g option
      - patch 16: use -p (--preserve-permissions) option for selinux context
      Change-Id: I9261db1e7820868a336d1180113f1b2681a1f52f
      5d892450
  2. Apr 09, 2014
  3. Oct 17, 2013
  4. Oct 16, 2013
Loading