1. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  2. 7f7348b Correctly remove leading slashes upon extraction (thanks to Marius Groeger). by Matt Kraai · 23 years ago
  3. a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 23 years ago
  4. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 23 years ago
  5. e0244b0 Skip headers with empty filenames, rather than stopping. by Matt Kraai · 23 years ago
  6. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  7. af166e7 Logic reversal for last_char_is by Glenn L McGrath · 23 years ago
  8. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  9. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  10. 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 23 years ago
  11. 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 23 years ago
  12. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  13. ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 23 years ago
  14. 02cebeb Remove cruft by Glenn L McGrath · 23 years ago
  15. 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 23 years ago
  16. 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 23 years ago
  17. 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 23 years ago
  18. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  19. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  20. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  21. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  22. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  23. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  24. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  25. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  26. 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
  27. 8f8dab9 Fixed listed files to extract to be more like GNU. Reported by Deon George. by Matt Kraai · 24 years ago
  28. 1d26943 Close unused pipe handle before fork (for tar -z). by Glenn L McGrath · 24 years ago
  29. 541ffe3 Fix ownership of extracted directories. by Matt Kraai · 24 years ago
  30. be7499c Behave like GNU tar when matching excluded files. by Matt Kraai · 24 years ago
  31. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  32. e80a263 Be sure to read from the given path, not the one used in the header. by Matt Kraai · 24 years ago
  33. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  34. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  35. 4836fd4 Patch from Matt Kraai: by Eric Andersen · 24 years ago
  36. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  37. 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
  38. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  39. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  40. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  41. 02f3b2e Make tar shutup on compile by Eric Andersen · 24 years ago
  42. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  43. c119ab9 Note an error if we are unable to list/extract specified files. by Matt Kraai · 24 years ago
  44. ab8f9e2 Check for archive errors even for files we aren't extracting. by Matt Kraai · 24 years ago
  45. 3c5ee9a Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim by Eric Andersen · 24 years ago
  46. d8ad76c Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. by Matt Kraai · 24 years ago
  47. 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
  48. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  49. 1b1cfde Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining by Eric Andersen · 24 years ago
  50. 0102a9f Fix an obscure option parsing bug. by Eric Andersen · 24 years ago
  51. 46a98df Reverted my conversion of tar to getopt to ensure tar can by Eric Andersen · 24 years ago
  52. b2f36af Updated stdin/stdout treatment to match that of gnu tar. by Matt Kraai · 24 years ago
  53. 6fc2a7d Reorganize listing code. by Matt Kraai · 24 years ago
  54. 82cfbad Allow non-verbose listing to work. by Matt Kraai · 24 years ago
  55. 43c8c38 Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix by Matt Kraai · 24 years ago
  56. b92223b Allow selective extraction and listing of files. And fix an unchecked by Matt Kraai · 24 years ago
  57. da542f3 Argh. I *will* compile before checking in. by Matt Kraai · 24 years ago
  58. f446297 Don't unlink files if we are extracting to stdout. by Matt Kraai · 24 years ago
  59. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  60. d570468 Fix from Robert Kaiser for stdin behavior. -Erik by Eric Andersen · 24 years ago
  61. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  62. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  63. 8845adc * Fixed tar creation support when reading from stdin ('tar -cf - . ') by Eric Andersen · 24 years ago
  64. 1c314ad * Fixed a _horrible_ bug where 'tar -tvf' could unlink by Eric Andersen · 24 years ago
  65. 3adffb7 readlink(2) does not NULL terminate the buffer it reads in, but tar expected it by Eric Andersen · 24 years ago
  66. b405dfa 'tar --help' wasn't working. Fixed it. -Erik by Eric Andersen · 24 years ago
  67. 0c6a970 * Fixed a small bug that could cause tar to emit warning messages by Eric Andersen · 24 years ago
  68. 108a443 Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" by Eric Andersen · 24 years ago
  69. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
  70. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  71. 923ef59 Fix tarball creation. In an attempt to accomodate the whiners by Erik Andersen · 24 years ago
  72. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  73. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  74. a3e57ca make ps accept (and ignore) all options (--help works of course). by Erik Andersen · 24 years ago
  75. 95c1c1e Fix a tar bug: tar removed leading '/'s for symlink targets. by Erik Andersen · 24 years ago
  76. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  77. 0817d13 This makes tar work perfectly, and adds in "--exclude" as an option -Erik by Erik Andersen · 24 years ago
  78. 84e09e4 Fix tar checksum calculation bug. -Erik by Erik Andersen · 24 years ago
  79. ecd5124 Latest and greatest -Erik by Erik Andersen · 24 years ago
  80. 6a34b53 Slightly better fringe case handling and GNU tar like error messages. -Erik by Erik Andersen · 24 years ago
  81. 5661fe0 Tar now works perfectly. It behaves much better now then it by Erik Andersen · 24 years ago
  82. 68a9ea4 Update tar so creation of tarballs is much closer to working... -Erik by Erik Andersen · 24 years ago
  83. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 24 years ago
  84. 6acaa40 First stages of (re-)writing busybox's tar creation support. -Erik by Erik Andersen · 24 years ago
  85. deea048 Latest and greatest -Erik by Erik Andersen · 24 years ago
  86. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 24 years ago
  87. e454fb6 More changes that are broken. It doesn't compile yet, but is closer. -Erik by Erik Andersen · 24 years ago
  88. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  89. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  90. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  91. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  92. ce5b466 copyFile could call chmod on a symlink, changing the perms by Erik Andersen · 25 years ago
  93. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  94. 06936df Fix a bug where tar could change perms and ownership of dirs pointed by Erik Andersen · 25 years ago
  95. de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
  96. 05100cd tar creation support is now optional. -Erik by Erik Andersen · 25 years ago
  97. 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
  98. 00266d3 Fixed a bug where tar would not set the user and group on device by Erik Andersen · 25 years ago
  99. 98f67e3 chown(2) clears S_ISUID and S_ISGID, even when chown is by Erik Andersen · 25 years ago
  100. 03018f7 Fixed tar so uid/gud/permissions on extracted tarballs will be correct. -Erik by Eric Andersen · 25 years ago