Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libbb / unarchive.c
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-08-04 graham.gowerFix creation of symlinks to files with long names ...
2009-12-19 graham.gowerFix double free(). Found by Kosmaty (Issue 33). Thanks.
2009-12-10 graham.gowerClarify why we're not using fseek(), use fseek() where...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-04 graham.gowerIgnore extraction errors, for now. Requested by Koen.
2009-11-27 graham.gowerCheck the unzip child process for errors and pass the...
2009-11-27 graham.gowerAdd error checking to deb_extract(), unarchive(), extra...
2009-11-27 graham.gowerName it after what it does: s/extract_to_stdout/extract...
2009-11-26 graham.gowerVarious unarchive.c cleanups.
2009-11-23 graham.gowerDon't leak the ar_header or the tar_header.
2009-11-19 graham.gowerFix hang in waitpid, exposed by r310. Patch from Enrico...
2009-11-18 graham.gowerRemove unused function.
2009-11-15 graham.gowerMake the array const to fix warning.
2009-11-15 graham.gowerI'm still seeing leaks here. So just stop allocating...
2009-11-11 graham.gowerMore cleanup in error paths to plug leaks found while...
2009-11-02 graham.gowerFix memory leaks.
2009-10-28 pixdamixFix implicit declaration of strndup
2009-10-27 pixdamixImprove the poor man's fseek in unarchive.c
2009-09-21 ticktock35Fix opkg doesn't handle long link/path names in tar...
2009-06-26 ticktock35Thanks to claudyus84 and Gilles
2009-03-26 ticktock35Thanks to Antonio
2009-03-04 ticktock35Thanks to Krzysztof Kotlenga <pocek@users.sf.net>:
2009-02-12 ticktock35Thanks to
2008-12-27 ticktock35revert R190, keep R191
2008-12-27 ticktock35Thanks for Mike Westerhof <mwester@dls.net>
2008-12-15 ticktock35[opkg] trivial, remove unused variable res
2008-12-15 ticktock35opkg: (leak fixing, day 3) fixed final memory leaks...
2008-12-15 ticktock35opkg: fix some initialisation and double free issues...
2008-12-15 ticktock35* Rename top level ipkg directory to opkg
2008-12-15 ticktock35* Add ipkg for future development