| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure we use the uname/gname fields when extracting tarballs | pixdamix@gmail.com | 2012-11-22 | 1 | -2/+47 |
|
|
* | Allow vfork()ing an external gunzip binary instead of using fork(). | graham.gower@gmail.com | 2011-02-17 | 1 | -10/+64 |
|
|
* | Don't truncate long symlink paths. | graham.gower@gmail.com | 2010-12-22 | 1 | -26/+29 |
|
|
* | Fix if statement with empty body due to stray semicolon. | graham.gower@gmail.com | 2010-12-12 | 1 | -1/+1 |
|
|
* | Remove an erroneous comment. | graham.gower@gmail.com | 2010-11-10 | 1 | -1/+0 |
|
|
* | Accept a leading "./" for the control file name, but don't mandate it. | graham.gower | 2010-08-24 | 1 | -1/+6 |
|
|
* | Remove trailing whitespace. Sorry if this breaks your patches. | graham.gower | 2010-08-17 | 9 | -45/+45 |
|
|
* | Fix creation of symlinks to files with long names (greater than 100 chars). | graham.gower | 2010-08-03 | 1 | -7/+11 |
|
|
* | Flush stdout, stderr before forking. From Richard Purdie. Thanks! | graham.gower | 2010-02-15 | 1 | -0/+6 |
|
|
* | Fix double free(). Found by Kosmaty (Issue 33). Thanks. | graham.gower | 2009-12-18 | 1 | -1/+0 |
|
|
* | Clarify why we're not using fseek(), use fseek() where applicable. | graham.gower | 2009-12-10 | 1 | -5/+18 |
|
|
* | Merge commit 'grg' into HEAD | graham.gower | 2009-12-08 | 14 | -338/+37 |
|
|
* | Ignore extraction errors, for now. Requested by Koen. | graham.gower | 2009-12-03 | 1 | -0/+1 |
|
|
* | patch for opkg_download.c compile abort | pixdamix | 2009-12-01 | 1 | -0/+5 |
|
|
* | Check the unzip child process for errors and pass the upwards. Also, avoid ch... | graham.gower | 2009-11-26 | 4 | -8/+53 |
|
|
* | Add error checking to deb_extract(), unarchive(), extract_archive(). et al. | graham.gower | 2009-11-26 | 2 | -27/+57 |
|
|
* | Name it after what it does: s/extract_to_stdout/extract_to_stream/ | graham.gower | 2009-11-26 | 2 | -2/+2 |
|
|
* | libbb.h cleanup. | graham.gower | 2009-11-25 | 4 | -276/+6 |
|
|
* | Various unarchive.c cleanups. | graham.gower | 2009-11-25 | 1 | -54/+42 |
|
|
* | Don't leak the ar_header or the tar_header. | graham.gower | 2009-11-22 | 1 | -0/+3 |
|
|
* | Fix hang in waitpid, exposed by r310. Patch from Enrico Scholz | graham.gower | 2009-11-19 | 1 | -6/+9 |
|
|
* | Remove unused function. | graham.gower | 2009-11-17 | 2 | -119/+0 |
|
|
* | Fix the warnings I created. | graham.gower | 2009-11-16 | 1 | -0/+1 |
|
|
* | Call _exit() and not exit() from within the child process. | graham.gower | 2009-11-16 | 2 | -3/+4 |
|
|
* | Remove dead code. | graham.gower | 2009-11-15 | 4 | -58/+0 |
|
|
* | Don't send the gzunp_pid SIGTERM. Waiting for exit should be sufficient. | graham.gower | 2009-11-15 | 1 | -4/+0 |
|
|
* | Free memory in error paths. | graham.gower | 2009-11-15 | 1 | -2/+8 |
|
|
* | malloc -> xmalloc | graham.gower | 2009-11-15 | 1 | -1/+1 |
|
|
* | The ": " is already added by vperror_msg... oops. | graham.gower | 2009-11-15 | 1 | -4/+4 |
|
|
* | Cleanup gz_close(). | graham.gower | 2009-11-15 | 2 | -21/+13 |
|
|
* | Make the array const to fix warning. | graham.gower | 2009-11-15 | 2 | -6/+2 |
|
|
* | I'm still seeing leaks here. So just stop allocating for these variables. | graham.gower | 2009-11-15 | 1 | -8/+5 |
|
|
* | More cleanup in error paths to plug leaks found while installing dbus. | graham.gower | 2009-11-10 | 1 | -4/+3 |
|
|
* | Fix memory leaks. | graham.gower | 2009-11-01 | 1 | -13/+21 |
|
|
* | The compiler almost certainly knows better. | graham.gower | 2009-10-30 | 1 | -15/+15 |
|
|
* | Fix implicit declaration of strndup | pixdamix | 2009-10-28 | 1 | -1/+1 |
|
|
* | Improve the poor man's fseek in unarchive.c | pixdamix | 2009-10-27 | 1 | -6/+22 |
|
|
* | Fix opkg doesn't handle long link/path names in tar files well | ticktock35 | 2009-09-21 | 1 | -3/+4 |
|
|
* | Thanks to claudyus84 and Gilles | ticktock35 | 2009-06-26 | 1 | -2/+2 |
|
|
* | Thanks to Antonio | ticktock35 | 2009-03-26 | 1 | -0/+10 |
|
|
* | Thanks to Krzysztof Kotlenga <pocek@users.sf.net>: | ticktock35 | 2009-03-03 | 1 | -8/+8 |
|
|
* | Thanks to | ticktock35 | 2009-02-12 | 1 | -0/+4 |
|
|
* | revert R190, keep R191 | ticktock35 | 2008-12-27 | 3 | -83/+6 |
|
|
* | Thanks for Mike Westerhof <mwester@dls.net> | ticktock35 | 2008-12-27 | 3 | -6/+83 |
|
|
* | opkg: trivial, clean up obsolete code, and some typo | ticktock35 | 2008-12-15 | 1 | -20/+0 |
|
|
* | opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Sch... | ticktock35 | 2008-12-15 | 2 | -11/+0 |
|
|
* | [opkg] trivial, remove unused variable res | ticktock35 | 2008-12-15 | 1 | -1/+0 |
|
|
* | opkg: (leak fixing, day 3) fixed final memory leaks fixed reported from | ticktock35 | 2008-12-15 | 1 | -0/+2 |
|
|
* | opkg: fix some initialisation and double free issues in libbb | ticktock35 | 2008-12-15 | 2 | -2/+5 |
|
|
* | opkg/libbb: Patch from Esben Haabendal <esbenhaabendal gmail com> | ticktock35 | 2008-12-14 | 1 | -6/+14 |
|
|