Clarify why we're not using fseek(), use fseek() where applicable.
[oweals/opkg-lede.git] / libbb /
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-12-01 pixdamixpatch for opkg_download.c compile abort
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.gowerlibbb.h cleanup.
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-17 graham.gowerFix the warnings I created.
2009-11-17 graham.gowerCall _exit() and not exit() from within the child process.
2009-11-16 graham.gowerRemove dead code.
2009-11-15 graham.gowerDon't send the gzunp_pid SIGTERM. Waiting for exit...
2009-11-15 graham.gowerFree memory in error paths.
2009-11-15 graham.gowermalloc -> xmalloc
2009-11-15 graham.gowerThe ": " is already added by vperror_msg... oops.
2009-11-15 graham.gowerCleanup gz_close().
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-30 graham.gowerThe compiler almost certainly knows better.
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 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: attached patch fixes build failures with gcc...
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 ticktock35opkg/libbb: Patch from Esben Haabendal <esbenhaabendal...
2008-12-15 ticktock35* Rename top level ipkg directory to opkg
2008-12-15 ticktock35ipkg: remove more auto-generated files
2008-12-15 ticktock35* Add ipkg for future development