| Commit message (Expand) | Author | Age | Files | Lines |
* | XAR reader: initialize file_queue with 0 and memcpy() if allocated only | Martin Matuska | 2020-02-27 | 1 | -4/+13 |
* | Multiple code fixes and optimizations | Martin Matuska | 2020-01-14 | 1 | -9/+8 |
* | Xar reader: do not try to add xattrs without an allocated name | Martin Matuska | 2019-05-16 | 1 | -1/+11 |
* | archive_read_support_format_xar: initialize some variables | Martin Matuska | 2019-04-07 | 1 | -2/+3 |
* | Bug #1128: Deletion of unnecessary checks before calls of the function “fre... | Markus Elfring | 2019-02-04 | 1 | -2/+1 |
* | Fix for GitHub issue 998. | Grzegorz Antoniak | 2018-10-06 | 1 | -1/+1 |
* | Don't default XAR entry atime/mtime to the current time | Zack Weger | 2018-10-02 | 1 | -8/+17 |
* | Match full strings, not just prefixes. | Joerg Sonnenberger | 2017-09-05 | 1 | -8/+16 |
* | Do something sensible for empty strings to make fuzzers happy. | Joerg Sonnenberger | 2017-09-05 | 1 | -1/+7 |
* | XAR reader: implement checksum_cleanup() to avoid memory leaks on error | Martin Matuska | 2017-02-06 | 1 | -0/+12 |
* | Plug memory leak in XAR reader and one in XAR writer | Martin Matuska | 2017-01-30 | 1 | -0/+1 |
* | Free attr, name, and value on memory allocation failure in | Ngie Cooper | 2017-01-16 | 1 | -0/+3 |
* | Fix two tests on Solaris if compiling with -m64 | Alexander Pyhalov | 2017-01-15 | 1 | -1/+1 |
* | Remove support for liblzmadec and use FindLibLZMA | Martin Matuska | 2016-10-26 | 1 | -69/+0 |
* | Minor adjustments to DEBUG messages | Tim Kientzle | 2016-02-13 | 1 | -10/+11 |
* | Issue #659: Fix xar parsing of archives with appleextended ACLs | Tim Kientzle | 2016-02-13 | 1 | -1/+1 |
* | Change digest functionarity files and relative global variables from | Michihiro NAKAJIMA | 2014-09-15 | 1 | -1/+1 |
* | Plug memory leaks which Clang Static Analyser pointed out. | Michihiro NAKAJIMA | 2014-07-06 | 1 | -3/+2 |
* | Reformat long calculation, make consistent across copies | Tim Kientzle | 2014-06-22 | 1 | -12/+15 |
* | Detect encrypted archive entries (ZIP, RAR, 7Zip) | Konrad Kleine | 2013-09-17 | 1 | -1/+3 |
* | If seek fails, fail the xar read. We should be able to do better than this. | Tim Kientzle | 2013-04-06 | 1 | -4/+8 |
* | Implement function used to seek within data blocks. | Andres Mejia | 2012-09-27 | 1 | -0/+1 |
* | Fix memory leaks found with Clang Static Analyzer. Those could occur when | Michihiro NAKAJIMA | 2012-02-27 | 1 | -0/+3 |
* | On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1' | Michihiro NAKAJIMA | 2012-02-19 | 1 | -6/+8 |
* | Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB... | Michihiro NAKAJIMA | 2012-02-09 | 1 | -0/+1 |
* | Remove unnecessary including files. | Michihiro NAKAJIMA | 2011-12-19 | 1 | -1/+0 |
* | Try to decrease the performance hit of seeking during the bid phase. | Tim Kientzle | 2011-11-20 | 1 | -2/+4 |
* | Delay a memory allocation for an output buffer at the xar reader | Michihiro NAKAJIMA | 2011-08-31 | 1 | -4/+14 |
* | Change how crypto support is implemented within libarchive. | Andres Mejia | 2011-08-27 | 1 | -1/+1 |
* | Rework a handling of memory allocation failure in string conversion; | Michihiro NAKAJIMA | 2011-05-16 | 1 | -0/+20 |
* | Use archive_entry_copy_*_l functions at xar format reader. | Michihiro NAKAJIMA | 2011-05-11 | 1 | -49/+48 |
* | Get rid of a hdrcharset option support from xar reader. It is almost useless ... | Michihiro NAKAJIMA | 2011-04-25 | 1 | -34/+1 |
* | Properly report string conversion failure. | Michihiro NAKAJIMA | 2011-04-12 | 1 | -16/+43 |
* | Rename "charset" option to "hdrcharset" since the name "charset" is not clear, | Michihiro NAKAJIMA | 2011-04-06 | 1 | -2/+2 |
* | archive_read_support_format_xar.c: multiple fixes based on Tim's comments | Roman Neuhauser | 2011-04-04 | 1 | -93/+123 |
* | Give the API caller a memory allocation failure of a string conversion object... | Michihiro NAKAJIMA | 2011-04-04 | 1 | -1/+4 |
* | archive_write_set_format_pax.c: s/__archive_errx/archive_set_error/ | Roman Neuhauser | 2011-03-30 | 1 | -62/+109 |
* | Improve character-set conversion functions. | Michihiro NAKAJIMA | 2011-03-28 | 1 | -20/+27 |
* | Add support for charset option to xar reader although we expect | Michihiro NAKAJIMA | 2011-03-26 | 1 | -14/+53 |
* | DO NOT USE C++ style comments like // in C code ! | Björn Jacke | 2011-02-17 | 1 | -6/+6 |
* | liblzma 5.0 provides a better solution for memory usage limit in decoding. | Michihiro NAKAJIMA | 2010-12-31 | 1 | -2/+9 |
* | cleanup xar's readahead/consume pairing... pretty clean actually. | Brian Harring | 2010-09-25 | 1 | -3/+12 |
* | Be nice to ancient bzlib.h, it needs stdio.h. | Joerg Sonnenberger | 2010-06-20 | 1 | -0/+1 |
* | Deal with bzip2 before 1.0 by not using it. | Joerg Sonnenberger | 2010-06-19 | 1 | -6/+6 |
* | For internal APIs, we don't need to worry about the API version. | Tim Kientzle | 2010-05-31 | 1 | -11/+0 |
* | Switch users of archive_read_skip() over to archive_read_consume() now | Tim Kientzle | 2010-03-21 | 1 | -2/+2 |
* | Open a door to changing the current abort-on-state-failure behavior: | Tim Kientzle | 2010-03-01 | 1 | -0/+5 |
* | On Windows, use _mkgmtime64() which is like timegm() function. | Michihiro NAKAJIMA | 2010-02-25 | 1 | -0/+2 |
* | Unbreak build on mingw. | Michihiro NAKAJIMA | 2010-02-24 | 1 | -0/+11 |
* | Properly initialize struct tm object. | Michihiro NAKAJIMA | 2010-01-27 | 1 | -0/+1 |