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