1. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  2. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  3. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  4. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  5. 303e989 Add the -h, --dereference option for archive creation. by Glenn L McGrath · 21 years ago
  6. ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
  7. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  8. e857122 Fix tar-handles-nested-exclude testcase by Glenn L McGrath · 21 years ago
  9. bebc40b Check at least one context is specified by Glenn L McGrath · 21 years ago
  10. ba49651 Check there are files to add the archive before removing a specified tar file. by Glenn L McGrath · 21 years ago
  11. 56f16b4 tar -Z, uncompress support by Glenn L McGrath · 21 years ago
  12. 3b9fc8f Make unlink old files default behaviour and add a new option -k to by Glenn L McGrath · 21 years ago
  13. eba86e2 Catch unsupported features by Glenn L McGrath · 21 years ago
  14. 91b3d46 Fix -C option when creating tar files. by Glenn L McGrath · 21 years ago
  15. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  16. e339351 Be certain to not abort prematurely when reading stuff from pipes. by Eric Andersen · 21 years ago
  17. 3c5a83c As noted by Thomas Eckert: by Eric Andersen · 21 years ago
  18. a21f4e0 Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. by Eric Andersen · 21 years ago
  19. 27cb684 last_patch91 from vodz to convert tar to use bb_getopt_ulflags by Eric Andersen · 21 years ago
  20. 0861e82 Handle -O preceding -x. by Matt Kraai · 22 years ago
  21. e2aed7f Always preserve date by Glenn L McGrath · 22 years ago
  22. 35a5b08 unlink() an existing file, before opening it, simply truncating can by Glenn L McGrath · 22 years ago
  23. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  24. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  25. ec87d37 Check that one and only one of the [cxt] options is given by Glenn L McGrath · 22 years ago
  26. f66de64 Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  27. 36233bd Remove #defines around get_header_ptr, we allways need it. by Glenn L McGrath · 22 years ago
  28. 2666679 Dont chdir untill after we open the archive by Glenn L McGrath · 22 years ago
  29. e356883 Minor cleanups by Glenn L McGrath · 22 years ago
  30. f6bf7a0 Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee) by Glenn L McGrath · 22 years ago
  31. 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
  32. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  33. 18921bd A bugfix from Danny Lepage: by Eric Andersen · 22 years ago
  34. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  35. 25bca95 Remove entries from the accept list as they are matched so we can determine if any files that were specified in the list wernt found. by Glenn L McGrath · 22 years ago
  36. 98f824a Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems by Glenn L McGrath · 22 years ago
  37. 934805a Put bac kthe code that handles cases where a '-' wasnt specified prior to the options. by Glenn L McGrath · 22 years ago
  38. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  39. 2983330 Fix segfault when testing if reaidng from stdin "-" by Glenn L McGrath · 22 years ago
  40. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  41. 8132e93 Fix for using '-' as the filename when reading from stdin by Glenn L McGrath · 22 years ago
  42. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  43. a0ee881 Run through indent, use /* */ style comments, change extern to static by Glenn L McGrath · 22 years ago
  44. 8fc5d6d Tar inlining, #if 0 out unused function by Aaron Lehmann · 22 years ago
  45. f2f26e7 Added tar -cz support (creating gzipped tar files without a gzip pipe) by Robert Griebl · 22 years ago
  46. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  47. 02a4156 Parse the include list to writeTarFile rather than argv, fixes a bug where tar files wernt being created. by Glenn L McGrath · 23 years ago
  48. 8833a51 Fix condition that prevented creation of compressed files by Glenn L McGrath · 23 years ago
  49. b75b6e2 * archival/tar.c (tar_main): Remove unused variable. by Matt Kraai · 23 years ago
  50. 39fcb5a * archival/dpkg.c (create_list): Use chomp. by Matt Kraai · 23 years ago
  51. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  52. 31c73af Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined. by Matt Kraai · 23 years ago
  53. 2b1effd Write files when extracting an archive from standard input. by Matt Kraai · 23 years ago
  54. f3f9062 Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output by Eric Andersen · 23 years ago
  55. 9c6b5fc Minor warning cleanups by Eric Andersen · 23 years ago
  56. 9fb38f6 Eliminate unused variable warnings. by Matt Kraai · 23 years ago
  57. c265b17 Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block by Eric Andersen · 23 years ago
  58. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  59. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  60. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  61. 051eee6 Reverse part of previous change.... i think it was the wrong approach... im lost by Glenn L McGrath · 23 years ago
  62. d642a67 Match subdirectories of included/excluded files by Glenn L McGrath · 23 years ago
  63. 0e76618 Superficial changes to make the exclude/include code easier to understand by Glenn L McGrath · 23 years ago
  64. f86bbfa Fix tar segfault when include list is empty and exclude list is not. by Matt Kraai · 23 years ago
  65. 2e772ed Change extraction/list code to use common unarchive code. by Glenn L McGrath · 23 years ago
  66. ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
  67. b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
  68. 5710f9f Read 20 512-byte blocks at a time (like GNU tar). by Matt Kraai · 23 years ago
  69. 623cfa9 Remove a redundant call to mkdir. by Matt Kraai · 23 years ago
  70. 8370976 comment cleanup by Tim Riker · 23 years ago
  71. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  72. 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 23 years ago
  73. ea4abff Add in (and ignore) tar -p, since we preserver permissions automatically. by Eric Andersen · 23 years ago
  74. aff5e2e it turs out, there was a nasty tar bug where bb tar would create leading dirs by Eric Andersen · 23 years ago
  75. 8e74bf9 Changed gz_open to ruturn a stream by Glenn L McGrath · 23 years ago
  76. cb2a372 Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never by Eric Andersen · 24 years ago
  77. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  78. 7f7348b Correctly remove leading slashes upon extraction (thanks to Marius Groeger). by Matt Kraai · 24 years ago
  79. a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 24 years ago
  80. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
  81. e0244b0 Skip headers with empty filenames, rather than stopping. by Matt Kraai · 24 years ago
  82. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
  83. af166e7 Logic reversal for last_char_is by Glenn L McGrath · 24 years ago
  84. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
  85. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  86. 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 24 years ago
  87. 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 24 years ago
  88. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
  89. ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 24 years ago
  90. 02cebeb Remove cruft by Glenn L McGrath · 24 years ago
  91. 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 24 years ago
  92. 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 24 years ago
  93. 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 24 years ago
  94. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  95. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  96. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  97. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  98. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  99. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  100. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago