summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_open_memory.c
Commit message (Expand)AuthorAgeFilesLines
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Github Issue #529: mismatched const usage in archive_read_open_memory.cTim Kientzle2015-05-101-4/+4
* Read_open_memory does not alter the data passed to it, so should accept const...Tim Kientzle2015-03-031-2/+2
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-0/+1
* Support the seek interface for archive_read_open_memory()Tim Kientzle2011-11-201-9/+44
* Refactor the read_open() routines into a collection ofTim Kientzle2011-04-261-2/+6
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-221-9/+0
* Eliminate some more off_t usage; mark some that are okay becauseTim Kientzle2010-05-311-1/+1
* Avoid failing some libarchive_test on Windows and some platforms,Michihiro NAKAJIMA2010-02-231-0/+9
* Rip out the rest of the legacy 1.x API.Tim Kientzle2010-02-071-9/+0
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+156