summaryrefslogtreecommitdiffstats
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* Ensure we use the uname/gname fields when extracting tarballspixdamix@gmail.com2012-11-221-2/+47
* Allow vfork()ing an external gunzip binary instead of using fork().graham.gower@gmail.com2011-02-171-10/+64
* 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
* Remove an erroneous comment.graham.gower@gmail.com2010-11-101-1/+0
* 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-179-45/+45
* Fix creation of symlinks to files with long names (greater than 100 chars).graham.gower2010-08-031-7/+11
* Flush stdout, stderr before forking. From Richard Purdie. Thanks!graham.gower2010-02-151-0/+6
* 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-0814-338/+37
* Ignore extraction errors, for now. Requested by Koen.graham.gower2009-12-031-0/+1
* patch for opkg_download.c compile abortpixdamix2009-12-011-0/+5
* Check the unzip child process for errors and pass the upwards. Also, avoid ch...graham.gower2009-11-264-8/+53
* Add error checking to deb_extract(), unarchive(), extract_archive(). et al.graham.gower2009-11-262-27/+57
* Name it after what it does: s/extract_to_stdout/extract_to_stream/graham.gower2009-11-262-2/+2
* libbb.h cleanup.graham.gower2009-11-254-276/+6
* 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-172-119/+0
* Fix the warnings I created.graham.gower2009-11-161-0/+1
* Call _exit() and not exit() from within the child process.graham.gower2009-11-162-3/+4
* Remove dead code.graham.gower2009-11-154-58/+0
* Don't send the gzunp_pid SIGTERM. Waiting for exit should be sufficient.graham.gower2009-11-151-4/+0
* Free memory in error paths.graham.gower2009-11-151-2/+8
* malloc -> xmallocgraham.gower2009-11-151-1/+1
* The ": " is already added by vperror_msg... oops.graham.gower2009-11-151-4/+4
* Cleanup gz_close().graham.gower2009-11-152-21/+13
* Make the array const to fix warning.graham.gower2009-11-152-6/+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
* The compiler almost certainly knows better.graham.gower2009-10-301-15/+15
* 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-273-83/+6
* Thanks for Mike Westerhof <mwester@dls.net>ticktock352008-12-273-6/+83
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-20/+0
* opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Sch...ticktock352008-12-152-11/+0
* [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-152-2/+5
* opkg/libbb: Patch from Esben Haabendal <esbenhaabendal gmail com>ticktock352008-12-141-6/+14