]> git.ipfire.org Git - thirdparty/libarchive.git/history - libarchive/archive_write_set_format_gnutar.c
Unify unsupported entry file type error message in writer
[thirdparty/libarchive.git] / libarchive / archive_write_set_format_gnutar.c
2020-01-25  Martin MatuskaUnify unsupported entry file type error message in...
2019-05-18  Martin MatuškaMerge pull request #1074 from ice799/consume_padding
2019-05-04  Tim KientzleMerge branch 'master' into Issue1055 1109/head
2019-04-06  Martin MatuškaMerge pull request #1076 from uckelman-sf/fix_undef_stat
2019-03-10  Martin MatuškaMerge pull request #1083 from guischulz/windows_unc_workdir
2019-03-10  Martin MatuškaMerge pull request #1043 from jstarks/utf8
2019-03-10  Martin MatuškaMerge pull request #1101 from jcfr/fix-cmake-warning...
2019-03-10  Martin MatuškaMerge pull request #1033 from mellery451/werror-optional
2019-02-24  Martin MatuškaMerge pull request #1133 from BotellaA/master
2019-02-12  Martin MatuškaMerge pull request #1134 from elfring/Remove_unnecessar...
2019-02-04  Markus ElfringBug #1128: Deletion of unnecessary checks before calls... 1134/head
2018-11-26  Martin MatuškaMerge pull request #956 from korli/cmakexattr
2018-11-25  Martin MatuškaMerge pull request #1023 from eborisch/master
2018-09-25  Grzegorz AntoniakMerge branch 'unrar5' of github.com:antekone/libarchive...
2018-09-25  Grzegorz AntoniakMerge branch 'master' of http://github.com/libarchive...
2018-09-20  Martin MatuškaMerge pull request #1066 from Young-X/master
2018-09-18  Young_Xfix out of bounds read on empty string () filename... 1066/head
2017-03-05  J. Peter MugaasMerge branch 'master' of https://github.com/libarchive... 841/head
2017-01-29  Tim KientzleMerge pull request #805 from bsergean/patch-1
2017-01-29  Tim KientzleMerge pull request #844 from yaneurabeya/tar-coverity...
2017-01-29  Tim KientzleMerge pull request #845 from yaneurabeya/libarchive...
2017-01-17  Ngie CooperFree `temp` immediately after use in archive_write_gnut...
2017-01-17  Ngie CooperFix up some minor whitespace issues in archive_write_gn...
2016-12-11  Tim KientzleMerge pull request #807 from csanchezdll/issue696
2016-12-11  Tim KientzleMerge pull request #818 from JPeterMugaas/cygwin-msys2...
2016-12-06  Joerg SonnenbergerMerge branch 'master' of github.com:libarchive/libarchive
2016-12-05  Brad KingMerge branch 'openssl-1.1'
2016-12-03  Graham PercivalSpelling fixes (#831)
2016-06-09  Tim KientzleMerge pull request #714 from finetjul/support-extended...
2016-06-06  Joerg SonnenbergerMerge pull request #713 from abhinav-upadhyay/fix-man...
2016-06-03  Tim KientzleMerge pull request #603 from Tarsnap/add-entry-allocati...
2016-06-01  Tim KientzleIssue 682: Correctly write gnutar filenames of exactly...
2015-05-31  Tim KientzleMerge pull request #106 from orex/corrected
2015-05-09  Tim KientzleMerge pull request #102 from sergiud/master
2015-04-14  Tim KientzleMerge pull request #108 from maksqwe/zip_encryption
2015-04-11  Tim KientzleMerge pull request #112 from ngladitz/gnutar-large-id
2015-04-08  Nils GladitzFall back to base-256 encoding for UID/GID like GNU... 112/head
2012-03-26  Tim KientzleMerge master into release.
2012-02-21  Michihiro NAKAJIMAOn Windows, make sure libarchive does not store the...
2012-02-21  Michihiro NAKAJIMAOn Windows, make sure libarchive does not store the...
2012-02-18  Michihiro NAKAJIMAOn Visual Studio, Enable Warning 4244: 'conversion...
2012-02-14  Michihiro NAKAJIMAFix issue 237.
2012-02-14  Michihiro NAKAJIMAFix issue 237.
2012-01-19  Brad KingMerge libarchive 2.8
2012-01-08  Tim KientzleMerge Ulrich Spoerlein's spelling fixes from trunk.
2012-01-08  Tim KientzleSpelling fixes from Ulrich Spoerlein.
2011-05-16  Michihiro NAKAJIMARework a handling of memory allocation failure in strin...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at gnutar format writer.
2011-04-07  Michihiro NAKAJIMAIntroduce
2011-04-06  Michihiro NAKAJIMARename "charset" option to "hdrcharset" since the name...
2011-03-28  Michihiro NAKAJIMAImprove character-set conversion functions.
2011-03-24  Michihiro NAKAJIMAAdd support for charset option to gnutar writer.
2011-03-07  Tim KientzleSwitch archive_string character set conversion over...
2010-04-25  Michihiro NAKAJIMAUnbreak build on cygwin.
2010-04-25  Michihiro NAKAJIMAUnbreak build on Visual Studio.
2010-04-19  Brian Harringthis could stand review, but should be right; setting...
2010-04-19  Brian Harringtypo in the code assigning to the wrong var; realistica...
2010-04-19  Brian Harrings/ /\t/g to match normal formatting of other...
2010-04-18  Tim KientzleBasic implementation of a GNU tar-compatible writer...