summaryrefslogtreecommitdiff
path: root/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* tar: respect --ignore-zeros in c r & u modes when reading archivesRyan Libby2021-11-191-0/+4
* tar/write.c: call missing archive_read_close() in write_archive()Martin Matuska2018-11-241-2/+1
* Fix use-after-free in delayed link processing (newc format)Pavel Raiskup2018-11-231-5/+4
* build fail fix, simplified logicArshan Khanifar2018-02-061-2/+1
* flush pending chdirs prior to processing mtree filesArshan Khanifar2018-02-061-0/+1
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-231-8/+11
* Correctly report 0 compression when nothing has yet been written.Tim Kientzle2017-02-181-1/+1
* Compute correct size for buffer. Avoid recomputation of lengths.Joerg Sonnenberger2016-12-181-11/+10
* Spelling fixes (#830)Graham Percival2016-11-301-1/+1
* Properly free and close when exiting write_hierarchy() on failedMartin Matuska2016-10-041-0/+2
* Issue 708: tar should fail if a named input file is missingTim Kientzle2016-05-281-1/+1
* bsdtar: add support for "vv" verbose style when writing archivesBjoern Jacke2016-02-051-6/+17
* Do not ask passphrases when a passphrase was already specified withMichihiro NAKAJIMA2014-10-041-12/+14
* Correct an archive object for set_reader_options function.Michihiro NAKAJIMA2014-09-231-1/+1
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+2
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+10
* mtree: Make reading additional information from the fs optionalFlorian Pritz2014-03-021-0/+1
* Add support for TAR_WRITE_OPTIONS and TAR_READ_OPTIONS environmmentMichihiro NAKAJIMA2012-11-071-6/+68
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-78/+13
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+3
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-1/+5
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+19
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-2/+3
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-7/+7
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-071-0/+3
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-1/+4
* Fix build failure on mingw32.Michihiro NAKAJIMA2012-10-041-0/+3
* Support appending to empty archives.Martin Matuska2012-07-311-0/+1
* Properly call archive_read_close() after archive_read_disk_open().Michihiro NAKAJIMA2012-02-281-0/+3
* Improve previous change; reuse a directory traversals object instead of creat...Michihiro NAKAJIMA2012-02-281-13/+5
* Fix the problem that bsdtar with new directory traversals code failMichihiro NAKAJIMA2012-02-281-0/+51
* Fix build failure in aggressive warnings on FreeBSD/amd64.Michihiro NAKAJIMA2012-02-141-1/+1
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-4/+4
* Refactor archive_matching_{newer,older}_* interfaces to reduce the numberMichihiro NAKAJIMA2012-02-071-2/+3
* Remove both MBS and WCS interfaces of archive_matching_pathname_newer_mtime.Michihiro NAKAJIMA2012-01-241-1/+1
* Implement optional behavior of archive_read_disk that do not traverse mount p...Michihiro NAKAJIMA2012-01-191-29/+13
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-191-5/+3
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-181-5/+1
* Cast away archive_read_disk_set_name_filter_callback and add archive_read_dis...Michihiro NAKAJIMA2012-01-181-28/+21
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-100/+10
* Fix a handling of sparse files in bsdtar.(Not issue 222)Michihiro NAKAJIMA2012-01-081-2/+2
* Introduce archive_read_disk_disable_mac_copyfile() to eliminate the macMichihiro NAKAJIMA2012-01-071-22/+2
* Switch directory traversals code in bsdtar from tar/tree.[ch] to the new one ...Michihiro NAKAJIMA2012-01-051-344/+220
* Various fixes merged from the FreeBSD tree.Tim Kientzle2011-12-231-0/+7
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-1/+1
* Garbage collect more vestigal name_cache bits.Colin Percival2011-11-101-13/+0