История коммитов

Автор SHA1 Сообщение Дата
  Rob Landley 72e7e3821b Add tar --strip-components. 2 лет назад
  Rob Landley 690526a84f Make tar tests more portable, and add --owner :UID and --group :GID 2 лет назад
  Rob Landley 4fca350fb3 The ".." removal logic was looping on file/dir names starting with "..", 2 лет назад
  Rob Landley a3b423c58e The Linux errno from unlink(dir) defies posix and this bothers some 2 лет назад
  Rob Landley 3b71ff9d7e Silence "fortify" warning, add "had errors" message at end, minor cleanups. 2 лет назад
  Rob Landley de72ce4aa5 Avoid race condition where child process complains about nothing. 2 лет назад
  Rob Landley 9e7dbb6586 First guess at implementing tar --selinux, passes regression tests but 2 лет назад
  Rob Landley 0b00ea7fb8 Change xabspath() to more granular (flag based) control interface. 2 лет назад
  Rob Landley 5f9d1f5bb5 Minor tweaks: #define -> inlineable function, while() -> for(;;) 3 лет назад
  Elliott Hughes 5c6628e724 tar: fix base-256 output. 3 лет назад
  Rob Landley 50f604f415 Tar should remove empty directories where it wants to put a non-directory. 3 лет назад
  Elliott Hughes b9fa85fc5e tar: add -I (--use-compress-program) support. 3 лет назад
  Rob Landley 88e92d59ec Cleanup symlink handling. 3 лет назад
  Chris Sarra 5ceee6bee1 Patch out memory leak in tar.c 3 лет назад
  Rob Landley d313e8d271 William Djupström reported tar --exclude wasn't working. Fix and add test. 4 лет назад
  William Djupström via Toybox ee25b232b4 tar: fix bugs with adding hardlinks to archive 4 лет назад
  William Djupström 7fe1bdfb5f tar: fix extracting long file paths 4 лет назад
  Elliott Hughes 729f1de79c tar: implement --absolute-names. 4 лет назад
  Rob Landley 0a3350f631 Fix WARN_ONLY (and the one caller feeding it in the field it was checking). 4 лет назад
  Elliott Hughes 0fe9185c66 Fix various typos. 4 лет назад
  Elliott Hughes 763e85820b Canonicalize the usage: lines for the POSIX toys. 4 лет назад
  Rob Landley 70da129bcb Change variable type to avoid typecast. 4 лет назад
  Emmanuel Nicolet bd07fbb1d5 tar: fix memory write error 4 лет назад
  Rob Landley b213f91a00 Pedantic constant annotations to shut up older toolchains. 4 лет назад
  Rob Landley b30fd4cb65 Tar extract should delete files or symlinks where it's making a directory, 4 лет назад
  Rob Landley 2301071e2b Fix extracting old tarballs, not just -tv of them. 4 лет назад
  Rob Landley bbdb80ac41 Improve support for extracting older tarball formats. 4 лет назад
  Rob Landley 66aebaaeee Fix tar creation with hole at end. 4 лет назад
  Rob Landley 1a7c18fb81 bug: tar tvf blah.tar.xz was running xz when it meant xzcat. 4 лет назад
  Rob Landley d8cc3d5705 Fix tar files that end sparse (need to call truncate), and display/export 4 лет назад