summaryrefslogtreecommitdiff
path: root/examples/untar.c
Commit message (Collapse)AuthorAgeFilesLines
* fix missing archive_write_close for write objectprehistoric-penguin2016-04-111-0/+3
| | | fix missing archive_write_close and archive_write_free
* Use correct define for libarchive version number in archive.h.Martin Pitt2013-02-091-1/+1
| | | | Signed-off-by: Andres Mejia <amejia004@gmail.com>
* Fix build failure of example program because of __FBSDID define.Benjamin Drung2013-02-091-1/+0
| | | | | Fixes #283 Signed-off-by: Andres Mejia <amejia004@gmail.com>
* Issue 269. Stop using deprecated functions in example source code.Michihiro NAKAJIMA2012-12-021-2/+2
|
* Make untar.c build correctly with libarchive 3.0.Tim Kientzle2011-09-181-0/+4
| | | | SVN-Revision: 3719
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
| | | | | | | | | | | | | archive_write_finish to archive_write_free. Update all clients, tests, and documentation to use the new names exclusively. (Though I've not yet run a global search-and-replace against the Wiki. I'll do that shortly.) I've preserved the old names as aliases, scheduled to be removed with libarchive 4.x, so there is no immediate impact to existing code from this change. SVN-Revision: 1891
* Another fix, thanks to Daniel Mack.Tim Kientzle2009-08-311-1/+1
| | | | SVN-Revision: 1409
* Fix a handful of bugs in untar.c and significantly extend the openingTim Kientzle2009-08-281-24/+74
| | | | | | | | | | commentary, which hasn't really been updated since 2006 or so. In particular, I went back and rechecked the sizes on modern FreeBSD and found that things have bloated quite a bit: statically compiled, untar.c is now about 25% larger than hello.c, where it used to be almost 25% smaller. SVN-Revision: 1396
* Comment tweaks; make it a little more obvious the differenceTim Kientzle2009-05-301-9/+10
| | | | | | | between examples/untar.c and contrib/untar.c. I should probably rename one of these. SVN-Revision: 1144
* Include 'examples' and 'contrib' dirs from libarchive portable distro.Tim Kientzle2008-04-301-0/+211
SVN-Revision: 8