summaryrefslogtreecommitdiff
path: root/src/fr-command-tar.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09Remove internal mkdtemp and define feature test macrorbuj1-1/+1
mkdtemp(): /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc 2.19 and earlier: */ _BSD_SOURCE || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200809L _POSIX_C_SOURCE 200809L is enabled by _XOPEN_SOURCE >= 700. Ref: http://man7.org/linux/man-pages/man7/feature_test_macros.7.html
2020-01-09fr-command-tar: fetch dates with strptimerbuj1-37/+9
2018-11-10Added support for brotli (*.tar.br) compressed tar archivesSergey Ponomarev1-0/+42
2016-10-12add support for lbzip2 on .tar.bz2 filesZenWalker1-1/+4
and give lbzip2 priority over bzip2 lbzip2 is an independent, multi-threaded implementation of bzip2
2016-10-10add support for pixz on .tar.xz filesZenWalker1-1/+4
and give pixz priority over xz more info: https://github.com/mate-desktop/engrampa/pull/111
2016-05-17tar: Fixed problems with backslashesZenWalker1-0/+3
Fixes #79
2016-01-26tar: allow changing contents of .txz files (like with .tar.xz)monsta1-3/+7
fixes https://github.com/mate-desktop/engrampa/issues/119
2014-11-22fixed missing prototype warninginfirit1-2/+2
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit1-5/+5
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]>
2014-11-22no need to force archive recompressinfirit1-10/+0
if the operation is canceled we can safely delete the archive as it is just a copy of the original. Based on FR commit: abfe5ef77bce70295e88bddc34972ac22cb270bc From: Paolo Bacchilega <[email protected]>
2014-11-22allow the user to cancel addition and deletion of filesinfirit1-5/+1
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba From: Paolo Bacchilega <[email protected]>
2014-11-19don't leak memorymonsta1-1/+3
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09initialPerberos1-0/+1233