summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_xar.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-2/+2
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-4/+4
* Extend the usage of the DONT_FAIL_ON_CRC_ERROR macroJulien Voisin2022-10-161-0/+4
* XAR reader: initialize file_queue with 0 and memcpy() if allocated onlyMartin Matuska2020-02-271-4/+13
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-9/+8
* Xar reader: do not try to add xattrs without an allocated nameMartin Matuska2019-05-161-1/+11
* archive_read_support_format_xar: initialize some variablesMartin Matuska2019-04-071-2/+3
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-2/+1
* Fix for GitHub issue 998.Grzegorz Antoniak2018-10-061-1/+1
* Don't default XAR entry atime/mtime to the current timeZack Weger2018-10-021-8/+17
* Match full strings, not just prefixes.Joerg Sonnenberger2017-09-051-8/+16
* Do something sensible for empty strings to make fuzzers happy.Joerg Sonnenberger2017-09-051-1/+7
* XAR reader: implement checksum_cleanup() to avoid memory leaks on errorMartin Matuska2017-02-061-0/+12
* Plug memory leak in XAR reader and one in XAR writerMartin Matuska2017-01-301-0/+1
* Free attr, name, and value on memory allocation failure inNgie Cooper2017-01-161-0/+3
* Fix two tests on Solaris if compiling with -m64Alexander Pyhalov2017-01-151-1/+1
* Remove support for liblzmadec and use FindLibLZMAMartin Matuska2016-10-261-69/+0
* Minor adjustments to DEBUG messagesTim Kientzle2016-02-131-10/+11
* Issue #659: Fix xar parsing of archives with appleextended ACLsTim Kientzle2016-02-131-1/+1
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-1/+1
* Plug memory leaks which Clang Static Analyser pointed out.Michihiro NAKAJIMA2014-07-061-3/+2
* Reformat long calculation, make consistent across copiesTim Kientzle2014-06-221-12/+15
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+3
* If seek fails, fail the xar read. We should be able to do better than this.Tim Kientzle2013-04-061-4/+8
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+1
* Fix memory leaks found with Clang Static Analyzer. Those could occur whenMichihiro NAKAJIMA2012-02-271-0/+3
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-6/+8
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-0/+1
* Remove unnecessary including files.Michihiro NAKAJIMA2011-12-191-1/+0
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-2/+4
* Delay a memory allocation for an output buffer at the xar readerMichihiro NAKAJIMA2011-08-311-4/+14
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-1/+1
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-0/+20
* Use archive_entry_copy_*_l functions at xar format reader.Michihiro NAKAJIMA2011-05-111-49/+48
* Get rid of a hdrcharset option support from xar reader. It is almost useless ...Michihiro NAKAJIMA2011-04-251-34/+1
* Properly report string conversion failure.Michihiro NAKAJIMA2011-04-121-16/+43
* Rename "charset" option to "hdrcharset" since the name "charset" is not clear,Michihiro NAKAJIMA2011-04-061-2/+2
* archive_read_support_format_xar.c: multiple fixes based on Tim's commentsRoman Neuhauser2011-04-041-93/+123
* Give the API caller a memory allocation failure of a string conversion object...Michihiro NAKAJIMA2011-04-041-1/+4
* archive_write_set_format_pax.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-62/+109
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-20/+27
* Add support for charset option to xar reader although we expectMichihiro NAKAJIMA2011-03-261-14/+53
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-6/+6
* liblzma 5.0 provides a better solution for memory usage limit in decoding.Michihiro NAKAJIMA2010-12-311-2/+9
* cleanup xar's readahead/consume pairing... pretty clean actually.Brian Harring2010-09-251-3/+12
* 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-6/+6
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-11/+0
* Switch users of archive_read_skip() over to archive_read_consume() nowTim Kientzle2010-03-211-2/+2
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+5