summaryrefslogtreecommitdiffstats
path: root/libbb/unarchive.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure we use the uname/gname fields when extracting tarballspixdamix@gmail.com2012-11-221-2/+47
* Don't truncate long symlink paths.graham.gower@gmail.com2010-12-221-26/+29
* Fix if statement with empty body due to stray semicolon.graham.gower@gmail.com2010-12-121-1/+1
* Accept a leading "./" for the control file name, but don't mandate it.graham.gower2010-08-241-1/+6
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-26/+26
* Fix creation of symlinks to files with long names (greater than 100 chars).graham.gower2010-08-031-7/+11
* Fix double free(). Found by Kosmaty (Issue 33). Thanks.graham.gower2009-12-181-1/+0
* Clarify why we're not using fseek(), use fseek() where applicable.graham.gower2009-12-101-5/+18
* Merge commit 'grg' into HEADgraham.gower2009-12-081-4/+4
* Ignore extraction errors, for now. Requested by Koen.graham.gower2009-12-031-0/+1
* Check the unzip child process for errors and pass the upwards. Also, avoid ch...graham.gower2009-11-261-3/+10
* Add error checking to deb_extract(), unarchive(), extract_archive(). et al.graham.gower2009-11-261-26/+55
* Name it after what it does: s/extract_to_stdout/extract_to_stream/graham.gower2009-11-261-1/+1
* Various unarchive.c cleanups.graham.gower2009-11-251-54/+42
* Don't leak the ar_header or the tar_header.graham.gower2009-11-221-0/+3
* Fix hang in waitpid, exposed by r310. Patch from Enrico Scholzgraham.gower2009-11-191-6/+9
* Remove unused function.graham.gower2009-11-171-118/+0
* Make the array const to fix warning.graham.gower2009-11-151-2/+2
* I'm still seeing leaks here. So just stop allocating for these variables.graham.gower2009-11-151-8/+5
* More cleanup in error paths to plug leaks found while installing dbus.graham.gower2009-11-101-4/+3
* Fix memory leaks.graham.gower2009-11-011-13/+21
* Fix implicit declaration of strnduppixdamix2009-10-281-1/+1
* Improve the poor man's fseek in unarchive.cpixdamix2009-10-271-6/+22
* Fix opkg doesn't handle long link/path names in tar files wellticktock352009-09-211-3/+4
* Thanks to claudyus84 and Gillesticktock352009-06-261-2/+2
* Thanks to Antonioticktock352009-03-261-0/+10
* Thanks to Krzysztof Kotlenga <pocek@users.sf.net>:ticktock352009-03-031-8/+8
* Thanks toticktock352009-02-121-0/+4
* revert R190, keep R191ticktock352008-12-271-6/+6
* Thanks for Mike Westerhof <mwester@dls.net>ticktock352008-12-271-6/+6
* [opkg] trivial, remove unused variable resticktock352008-12-151-1/+0
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-151-0/+2
* opkg: fix some initialisation and double free issues in libbbticktock352008-12-151-1/+1
* * Rename top level ipkg directory to opkgticktock352008-12-141-10/+10
* * Add ipkg for future developmentticktock352008-12-141-0/+811