summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_open_memory.c
Commit message (Collapse)AuthorAgeFilesLines
* New "version stamp" simplifies determining the exact versionkientzle2007-07-061-1/+1
| | | | | | | | of libarchive being used. I've been taking advantage of this with a recent round of updates to libarchive_test so that it can test older and newer versions of the library. Approved by: re (Ken Smith)
* Avoid a potential overflow when 'skip' is larger than a pointer.kientzle2007-04-021-1/+1
| | | | Thanks to: Joerg Sonnenberger
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-1/+1
| | | | | | | | | a vanilla 2-clause BSD license, but somehow some confusing extra verbage get copied from somewhere. Also, update the copyright dates to 2007 for all of the files. Prompted by: several questions about what those extra words really mean
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-051-0/+9
| | | | | | wrap this within #if/#else/#endif so that it will only take effect once ARCHIVE_API_VERSION is increased (which should happen on HEAD some time between now and when RELENG_7 is branched).
* New hooks for reading/writing archives to/from a FILE * orkientzle2006-11-241-0/+147
an in-memory buffer. PR: bin/86742
OpenPOWER on IntegriCloud