summaryrefslogtreecommitdiff
path: root/libarchive/test/read_open_memory.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-311-0/+2
* - Only allocate `mine` when level == 1 to clarify its lifetime andNgie Cooper2016-12-101-16/+17
* Fix a few compile warnings (g++ 4.7.2)Paul Harris2015-06-231-1/+1
* Test harness should use 'const' buffer hereTim Kientzle2015-06-081-8/+8
* Rename read_open_memory2 to read_open_memory_minimal, which isTim Kientzle2012-01-231-1/+1
* Avoid a warning on Visual Studio.Michihiro NAKAJIMA2012-01-031-1/+1
* Issue 219: 'size' variable should be signed, to detect overflow.Tim Kientzle2012-01-031-1/+1
* Extend the specialized read_open_memory to provide a seek callback as well.Tim Kientzle2011-11-201-16/+66
* Refactor the test suite's read_open_memory a bit.Tim Kientzle2011-11-201-6/+8
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-9/+0
* Avoid failing some libarchive_test on Windows and some platforms,Michihiro NAKAJIMA2010-02-231-0/+9
* Remove some pre-libarchive-2.0 support, which is no longer necessary.Tim Kientzle2010-01-031-13/+8
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Fix a number of memory leaks:Tim Kientzle2009-04-101-1/+1
* Add a variant of read_open_memory() that does not register open,Tim Kientzle2009-02-251-2/+26
* Cast away a sign mismatch.Tim Kientzle2008-12-281-1/+1
* IFCTim Kientzle2008-09-011-3/+3
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+148