summaryrefslogtreecommitdiffstats
path: root/libbb/unzip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an erroneous comment.graham.gower@gmail.com2010-11-101-1/+0
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-6/+6
* Merge commit 'grg' into HEADgraham.gower2009-12-081-7/+3
* Check the unzip child process for errors and pass the upwards. Also, avoid ch...graham.gower2009-11-261-0/+11
* Fix the warnings I created.graham.gower2009-11-161-0/+1
* Call _exit() and not exit() from within the child process.graham.gower2009-11-161-2/+3
* Free memory in error paths.graham.gower2009-11-151-2/+8
* malloc -> xmallocgraham.gower2009-11-151-1/+1
* Cleanup gz_close().graham.gower2009-11-151-16/+0
* The compiler almost certainly knows better.graham.gower2009-10-301-15/+15
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-20/+0
* opkg: fix some initialisation and double free issues in libbbticktock352008-12-151-1/+4
* * Add ipkg for future developmentticktock352008-12-141-0/+1040