summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_xar.c
Commit message (Expand)AuthorAgeFilesLines
* Make single bit bitfields unsigned to avoid clang 16 warning (#1860)Dimitry Andric2023-04-171-2/+2
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-2/+2
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-7/+3
* Enable compression level up to 9 for xz, xar, 7zipAdrian Ebeling2020-07-261-2/+2
* XAR writer: initialize size with 0 in xar_write_data()Martin Matuska2020-02-131-1/+2
* Fix use after free in ISO9660 and XAR writerMartin Matuska2020-02-011-5/+3
* XAR writer: fix compression output buffer handlingMartin Matuska2020-01-231-9/+36
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-3/+3
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-1/+5
* Fix handling of strtol() and strtoul()Martin Matuska2019-04-051-2/+5
* Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-231-3/+5
* Plug memory leak in XAR reader and one in XAR writerMartin Matuska2017-01-301-0/+1
* Fix build on Solaris-based systemsMartin Matuska2017-01-021-1/+1
* Spelling fixesGraham Percival2016-12-271-6/+6
* Spelling fixesGraham Percival2016-12-081-3/+3
* Issue 578: Close temp_fd in 7zip and xar writersPaul Barker2015-09-261-0/+5
* If lzma_cputhreads() is unavailable, default the number of threads to 1.Tim Kientzle2015-03-071-1/+8
* xz: add the xz:threads option.Rui Paulo2015-02-171-7/+25
* libarchive: use lzma_stream_encoder_mt() if it's available.Rui Paulo2015-02-091-6/+18
* Correctly set a terminator.Michihiro NAKAJIMA2014-09-211-1/+1
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-1/+1
* Fix a memory leak that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-1/+3
* Fix typos of "Illegal" and "Unknown".Bruce Cran2012-06-301-4/+4
* Fix memory leaks found with Clang Static Analyzer. Those could occur whenMichihiro NAKAJIMA2012-02-271-0/+1
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-6/+6
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-2/+5
* Fix build failure with -Wcast-qual GCC option since it happend on FreeBSD cur...Michihiro NAKAJIMA2012-02-091-15/+17
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-1/+3
* Avoid an extra copy of a script path, and, as a part of fixing issu 203, do n...Michihiro NAKAJIMA2011-12-251-11/+10
* Give some default value for PATH_MAX on systems that don't have PATH_MAX defi...Andres Mejia2011-12-251-0/+4
* Remove unnecessary including files.Michihiro NAKAJIMA2011-12-191-10/+0
* Fix style.Michihiro NAKAJIMA2011-09-141-9/+12
* We cannot get proper an xml output from an earlier version of libxml.Michihiro NAKAJIMA2011-09-141-1/+2
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-1/+1
* %ju ===> uintmax_tTim Kientzle2011-07-161-2/+2
* In iso9660 writer and xar writer, always overwrite the existing file in the f...Michihiro NAKAJIMA2011-07-141-9/+7
* The same changes of In the Xar writer, ignore ineffective path names in the X...Michihiro NAKAJIMA2011-07-101-8/+20
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-1/+24
* Use archive_entry_*_l functions at xar format writer.Michihiro NAKAJIMA2011-05-111-24/+31
* Remove local string conversion code from xar writer. I forgot and missed that...Michihiro NAKAJIMA2011-05-031-129/+24
* Space ==> Tab.Michihiro NAKAJIMA2011-03-291-9/+9
* Fix a bug that xar writer did not properly store a multibyte filename to its ...Michihiro NAKAJIMA2011-03-201-0/+14
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-1/+1
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-9/+9
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-1/+1
* Some platoforms do not define NAME_MAX macro and some platforms define butMichihiro NAKAJIMA2011-01-231-1/+3
* Big string overhaul:Tim Kientzle2010-11-191-1/+1
* Be nice to ancient bzlib.h, it needs stdio.h.Joerg Sonnenberger2010-06-201-0/+1
* Deal with bzip2 before 1.0 by not using it.Joerg Sonnenberger2010-06-191-4/+4
* If the temporary file gets truncated for any reason, dieTim Kientzle2010-06-041-0/+5