summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+1
* egor duda writes:Eric Andersen2004-10-084-12/+24
* Make it more apparent that archive creation is not supportedEric Andersen2004-10-071-6/+10
* Fixup some warningsEric Andersen2004-08-282-0/+4
* Tito writes:Eric Andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-263-12/+9
* Fixup -T (--files-from) option, works for non-directories nowGlenn L McGrath2004-07-211-3/+6
* Update reference for zip formatGlenn L McGrath2004-06-061-1/+4
* Steve Grubb writes:Eric Andersen2004-05-051-2/+2
* Fix symlink handling and small memory leakGlenn L McGrath2004-04-291-0/+5
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-255-5/+5
* Larry Doolittle writes:Eric Andersen2004-04-148-44/+44
* Add a comment explaining why we have to check for an extra \nGlenn L McGrath2004-04-091-1/+3
* rename uncompress.c to decompress_uncompress.cEric Andersen2004-04-053-1279/+4
* Add missing include filesEric Andersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-278-17/+17
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1524-129/+129
* Fix option handling, -i or -t must be given, if both ignore the -t.Glenn L McGrath2004-02-251-39/+44
* Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath2004-02-211-1/+1
* Fix up hard linksGlenn L McGrath2004-02-201-3/+5
* A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath2004-02-201-11/+8
* Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath2004-02-191-9/+24
* Remove debuggingGlenn L McGrath2004-02-171-2/+0
* Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath2004-02-171-12/+17
* s/u_int/uint/gEric Andersen2004-01-302-17/+17
* Add the -h, --dereference option for archive creation.Glenn L McGrath2004-01-251-5/+8
* Patch from Arthur Othieno, clarify common options between dpkg and dpkg-debGlenn L McGrath2004-01-171-20/+23
* Use bb_getopt_ulflags, save 100 bytes and strict argument checking.Glenn L McGrath2004-01-071-44/+49
* Use bb_getopt_ulflags, save 150 bytes.Glenn L McGrath2004-01-051-28/+11
* Use bb_getopt_ulflags, simplify some logic, saves some bytes.Glenn L McGrath2004-01-051-40/+29
* Fix usage with libraries, skip symbol table.Glenn L McGrath2004-01-041-1/+1
* Use bb_getopt_ulflags, saves some space, better argument checking.Glenn L McGrath2004-01-041-70/+32
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-262-57/+138
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
* Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath2003-12-051-1/+1
* Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath2003-11-281-79/+237
* Fix tar hard linksGlenn L McGrath2003-11-272-5/+5
* Important bugfixes from Ian Campbell.Glenn L McGrath2003-11-261-26/+48
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-2111-114/+11
* Use safe readGlenn L McGrath2003-11-212-2/+2
* Remove unused functionGlenn L McGrath2003-11-202-31/+0
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-202-0/+13
* Check at least one context is specifiedGlenn L McGrath2003-11-201-0/+3
* Check there are files to add the archive before removing a specifiedGlenn L McGrath2003-11-201-5/+4
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
* tar -Z, uncompress supportGlenn L McGrath2003-11-185-11/+37
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
* Make unlink old files default behaviour and add a new option -k toGlenn L McGrath2003-11-181-19/+23
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1