| 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 |
|
|
* | 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 |
|
|
* | 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 | 1 | -26/+26 |
|
|
* | Fix creation of symlinks to files with long names (greater than 100 chars). | graham.gower | 2010-08-03 | 1 | -7/+11 |
|
|
* | 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 | 1 | -4/+4 |
|
|
* | Ignore extraction errors, for now. Requested by Koen. | graham.gower | 2009-12-03 | 1 | -0/+1 |
|
|
* | Check the unzip child process for errors and pass the upwards. Also, avoid ch... | graham.gower | 2009-11-26 | 1 | -3/+10 |
|
|
* | Add error checking to deb_extract(), unarchive(), extract_archive(). et al. | graham.gower | 2009-11-26 | 1 | -26/+55 |
|
|
* | Name it after what it does: s/extract_to_stdout/extract_to_stream/ | graham.gower | 2009-11-26 | 1 | -1/+1 |
|
|
* | 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 | 1 | -118/+0 |
|
|
* | Make the array const to fix warning. | graham.gower | 2009-11-15 | 1 | -2/+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 |
|
|
* | 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 | 1 | -6/+6 |
|
|
* | Thanks for Mike Westerhof <mwester@dls.net> | ticktock35 | 2008-12-27 | 1 | -6/+6 |
|
|
* | [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 | 1 | -1/+1 |
|
|
* | * Rename top level ipkg directory to opkg | ticktock35 | 2008-12-14 | 1 | -10/+10 |
|
|
* | * Add ipkg for future development | ticktock35 | 2008-12-14 | 1 | -0/+811 |
|
|