summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Support reading mtree files with tabsEric van Gyzen2022-09-301-0/+30
* Add tests for the digest query APIEmil Velikov2020-03-141-1/+73
* mtree reader: allow only printable ascii charactersMartin Matuska2019-05-071-0/+24
* Avoid signed overflow by computing in uintmax_t and casting the result.Joerg Sonnenberger2017-04-291-1/+1
* Issue 408: Fix escaped newline parsingTim Kientzle2015-02-211-1/+7
* mtree: Make reading additional information from the fs optionalFlorian Pritz2014-03-021-0/+20
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-46/+46
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+93
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-4/+8
* Disable some mode tests on Windows. We cannot perform it as POSIX systems.Michihiro NAKAJIMA2012-09-251-0/+4
* Allow FreeBSD mtree's nochange keyword.Michihiro NAKAJIMA2012-09-251-0/+82
* Fix a mtree detection bug brought by a commit 78307be86b71.Michihiro NAKAJIMA2012-09-241-0/+47
* Separate test_read_format_mtree to know easily which tests failed.Michihiro NAKAJIMA2012-09-201-64/+36
* Add support for a mtree form that NetBSD's mtree -D generates, which placesMichihiro NAKAJIMA2012-09-201-0/+143
* Fixes for GCC 4.7.0Dan McGee2012-04-031-1/+2
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-1/+1
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-3/+3
* Assign the intermediate value to a variable toTim Kientzle2011-11-061-2/+4
* Add a test inspired by Issue #186.Tim Kientzle2011-11-051-0/+35
* More tweaks to mtree numeric range tests.Tim Kientzle2011-09-111-6/+10
* Correctly test the times on the very old files in the sample mtree.Tim Kientzle2011-09-111-3/+11
* Test integer parsing at the limits of 64-bit integers.Tim Kientzle2011-09-031-1/+30
* Fix counting files read, dot not count it up when returning ARCHIVE_EOF.Michihiro NAKAJIMA2011-06-251-0/+4
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-4/+4
* Add the ability to be able to recognize mtree format without a signature "#mt...Michihiro NAKAJIMA2011-03-091-0/+81
* Clear the "contents" data before parsing the next mtree entry.Tim Kientzle2010-12-051-0/+43
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-2/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Remove unused variable.Michihiro NAKAJIMA2009-12-161-1/+0
* Fix Issue 56: Don't crash when reading an mtree input with "content=."Tim Kientzle2009-12-161-5/+34
* Fuzz the mtree reader: Extract the sample file and add it to the list of fuzz...Tim Kientzle2009-11-011-24/+4
* Portability refactoring of a few more libarchive tests.Tim Kientzle2009-07-261-7/+7
* Merge some of the bsdtar_test refactoring into libarchive_test andTim Kientzle2009-07-261-2/+2
* Various testsuite fixes for cygwin-1.7.Charles Wilson2009-07-071-2/+2
* Be more careful about text/binary mode.Tim Kientzle2009-05-241-1/+1
* Reading an mtree file, the body of the first regular fileTim Kientzle2009-04-201-1/+14
* Tweak a mtree format test.Michihiro NAKAJIMA2009-02-231-0/+9
* IFCTim Kientzle2008-10-191-1/+1
* IFCTim Kientzle2008-09-011-4/+4
* Drop ARCHIVE_FORMAT_MTREE_V1 and ARCHIVE_FORMAT_MTREE_V2,Joerg Sonnenberger2008-07-241-1/+1
* IFCTim Kientzle2008-05-281-1/+1
* Fix the broken mtree test. Joerg recently made the mtree parserTim Kientzle2008-05-201-5/+5
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+113