summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_xar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* On Windows, use _mkgmtime64() which is like timegm() function. Michihiro NAKAJIMA2010-02-251-0/+2
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+11
* Properly initialize struct tm object.Michihiro NAKAJIMA2010-01-271-0/+1
* Bug fix; on xar reader, use dev instead of rdev for a "deviceno" entry.Michihiro NAKAJIMA2010-01-221-6/+6
* bzstream_valid is not presented if bzip2 is not available.Michihiro NAKAJIMA2009-12-161-1/+0
* Eliminate unneeded initialization.Michihiro NAKAJIMA2009-12-081-2/+0
* Reduce loop count of connecting hardlinked files.Michihiro NAKAJIMA2009-12-081-10/+8
* Eliminate a warning with liblzmadec.Michihiro NAKAJIMA2009-12-061-1/+1
* Fix typo.Michihiro NAKAJIMA2009-12-061-1/+1
* Remove unneeded initialization.Michihiro NAKAJIMA2009-12-061-1/+1
* Properly cleanup hardlinked list.Michihiro NAKAJIMA2009-12-061-0/+8
* Do not try finding hardlinked files which are resolved.Michihiro NAKAJIMA2009-12-061-6/+11
* Fix several warnings with strict compiling flags.Michihiro NAKAJIMA2009-12-061-31/+33
* Add support for xar reader.Michihiro NAKAJIMA2009-12-041-0/+3139