| Commit message (Expand) | Author | Age | Files | Lines |
* | Make certain clients of bb_make_directory default to honoring | Eric Andersen | 2004-10-13 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 4 | -12/+24 |
* | Make it more apparent that archive creation is not supported | Eric Andersen | 2004-10-07 | 1 | -6/+10 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 2 | -0/+4 |
* | Tito writes: | Eric Andersen | 2004-08-26 | 1 | -2/+2 |
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 3 | -12/+9 |
* | Fixup -T (--files-from) option, works for non-directories now | Glenn L McGrath | 2004-07-21 | 1 | -3/+6 |
* | Update reference for zip format | Glenn L McGrath | 2004-06-06 | 1 | -1/+4 |
* | Steve Grubb writes: | Eric Andersen | 2004-05-05 | 1 | -2/+2 |
* | Fix symlink handling and small memory leak | Glenn L McGrath | 2004-04-29 | 1 | -0/+5 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 5 | -5/+5 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 8 | -44/+44 |
* | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath | 2004-04-09 | 1 | -1/+3 |
* | rename uncompress.c to decompress_uncompress.c | Eric Andersen | 2004-04-05 | 3 | -1279/+4 |
* | Add missing include files | Eric Andersen | 2004-03-27 | 1 | -0/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 8 | -17/+17 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 24 | -129/+129 |
* | Fix option handling, -i or -t must be given, if both ignore the -t. | Glenn L McGrath | 2004-02-25 | 1 | -39/+44 |
* | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath | 2004-02-21 | 1 | -1/+1 |
* | Fix up hard links | Glenn L McGrath | 2004-02-20 | 1 | -3/+5 |
* | A strict interpretation of the ustar format requires the type flag to be | Glenn L McGrath | 2004-02-20 | 1 | -11/+8 |
* | Add extra comments, freakout if a pax archive is encoutered. | Glenn L McGrath | 2004-02-19 | 1 | -9/+24 |
* | Remove debugging | Glenn L McGrath | 2004-02-17 | 1 | -2/+0 |
* | Dont strip trailing '/' until _after_ i test to set if its there ! | Glenn L McGrath | 2004-02-17 | 1 | -12/+17 |
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 2 | -17/+17 |
* | Add the -h, --dereference option for archive creation. | Glenn L McGrath | 2004-01-25 | 1 | -5/+8 |
* | Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb | Glenn L McGrath | 2004-01-17 | 1 | -20/+23 |
* | Use bb_getopt_ulflags, save 100 bytes and strict argument checking. | Glenn L McGrath | 2004-01-07 | 1 | -44/+49 |
* | Use bb_getopt_ulflags, save 150 bytes. | Glenn L McGrath | 2004-01-05 | 1 | -28/+11 |
* | Use bb_getopt_ulflags, simplify some logic, saves some bytes. | Glenn L McGrath | 2004-01-05 | 1 | -40/+29 |
* | Fix usage with libraries, skip symbol table. | Glenn L McGrath | 2004-01-04 | 1 | -1/+1 |
* | Use bb_getopt_ulflags, saves some space, better argument checking. | Glenn L McGrath | 2004-01-04 | 1 | -70/+32 |
* | Isolate code better for unused options, config option to enable long | Glenn L McGrath | 2003-12-26 | 2 | -57/+138 |
* | Fix a bug of mine where extracting files to stdout would extract to | Glenn L McGrath | 2003-12-22 | 1 | -1/+1 |
* | Don't hose up perms for files that happen to have symlinks | Eric Andersen | 2003-12-21 | 1 | -2/+4 |
* | Fix a compile error when only using ar, patch by Paul van Gool | Glenn L McGrath | 2003-12-05 | 1 | -1/+1 |
* | Patch from Ian Campbell, fix or'ed dependencies and handle virtual | Glenn L McGrath | 2003-11-28 | 1 | -79/+237 |
* | Fix tar hard links | Glenn L McGrath | 2003-11-27 | 2 | -5/+5 |
* | Important bugfixes from Ian Campbell. | Glenn L McGrath | 2003-11-26 | 1 | -26/+48 |
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 11 | -114/+11 |
* | Use safe read | Glenn L McGrath | 2003-11-21 | 2 | -2/+2 |
* | Remove unused function | Glenn L McGrath | 2003-11-20 | 2 | -31/+0 |
* | Fix tar-handles-nested-exclude testcase | Glenn L McGrath | 2003-11-20 | 2 | -0/+13 |
* | Check at least one context is specified | Glenn L McGrath | 2003-11-20 | 1 | -0/+3 |
* | Check there are files to add the archive before removing a specified | Glenn L McGrath | 2003-11-20 | 1 | -5/+4 |
* | Dont attempt to unlink directories | Glenn L McGrath | 2003-11-20 | 1 | -1/+1 |
* | tar -Z, uncompress support | Glenn L McGrath | 2003-11-18 | 5 | -11/+37 |
* | Dont close original file handle, we may need it later. | Glenn L McGrath | 2003-11-18 | 1 | -3/+4 |
* | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath | 2003-11-18 | 1 | -19/+23 |
* | Dont free filename, its needed in the extracted files list. | Glenn L McGrath | 2003-11-17 | 1 | -2/+1 |