aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-274-0/+11
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-2/+2
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-232-28/+31
* Use getopt (or getopt_long).kraai2001-01-221-81/+76
* Fixed listed files to extract to be more like GNU. Reported by Deon George.kraai2001-01-221-29/+23
* Close files before exitbug12001-01-201-0/+1
* Close unused pipe handle before fork (for tar -z).bug12001-01-201-1/+4
* Fix ownership of extracted directories.kraai2001-01-131-2/+5
* Behave like GNU tar when matching excluded files.kraai2001-01-031-42/+39
* Fix warning for unused variablebug12001-01-031-1/+1
* really add dpkg-deb.c this timebug12001-01-021-0/+159
* add dpkg-deb commandbug12001-01-022-3/+3
* Use busybox error handling functions wherever possible.kraai2000-12-221-18/+9
* Be sure to read from the given path, not the one used in the header.kraai2000-12-191-10/+13
* Fix tar handling of absolute paths and excluded directories.kraai2000-12-191-34/+32
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-14/+11
* Rewrite, fix a bug with multiple long filenames, simplify structure, remove c...bug12000-12-151-314/+142
* Add GNU compatibile gzip -dandersen2000-12-131-0/+2
* Patch from Matt Kraai:andersen2000-12-131-25/+26
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-131-2/+0
* Support for tar -z option for uncompressing onlybug12000-12-102-24/+76
* Introduce new function gunzip_init()bug12000-12-101-32/+35
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-074-85/+85
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardandersen2000-12-071-3/+94
* Fixed the comments to match the code and renamed the function to a (hopefully)markw2000-12-051-2/+2
* Patch to add in the -X option and fix the --exclude bug, originally byandersen2000-12-041-1/+28
* Make tar shutup on compileandersen2000-12-011-2/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-014-6/+12
* Note an error if we are unable to list/extract specified files.kraai2000-11-301-2/+14
* Check for archive errors even for files we aren't extracting.kraai2000-11-181-4/+8
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jimandersen2000-11-141-4/+4
* Move flush_outbuf to the file in which it is used, and by doing so fix akraai2000-11-082-15/+14
* Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others Ikraai2000-11-081-24/+15
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-072-50/+35
* Fix error messages.kraai2000-10-232-8/+8
* Fix a thinko. Patch from Justus Pendleton <justus@acm.org>andersen2000-10-091-1/+1
* General cleanup of comments, defines, includes, and global variables, removed...bug12000-09-291-1451/+632
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-254-4/+4
* Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingandersen2000-09-241-3/+34
* Fix an obscure option parsing bug.andersen2000-09-231-1/+4
* Clean up error messages.kraai2000-09-221-11/+8
* Reverted my conversion of tar to getopt to ensure tar canandersen2000-09-191-26/+40
* Remove definition of basename.bug12000-09-181-3/+0
* Updated stdin/stdout treatment to match that of gnu tar.kraai2000-09-151-9/+6
* Reorganize listing code.kraai2000-09-151-46/+47
* Allow non-verbose listing to work.kraai2000-09-151-5/+7
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-7/+7
* Fix .deb unpack and experimental TAR supportbug12000-09-111-87/+178
* Simplify a few little things, and merge in a patch fromandersen2000-09-111-11/+11
* remove some printf statements i forgot aboutbug12000-09-091-3/+0