1. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  2. 6f0540e - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. by Bernhard Reutner-Fischer · 18 years ago
  3. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  4. 30d7a34 tar: fix misplaced --exclude long option definition by Denis Vlasenko · 18 years ago
  5. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  6. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  7. 7725d0f tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save by Denis Vlasenko · 18 years ago
  8. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  9. f2408e6 tar: abort if tarring up file larger that 64Gb by Denis Vlasenko · 18 years ago
  10. 3feb2fc tar: fix multiple -t and/or -v options handling. by Denis Vlasenko · 18 years ago
  11. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  12. b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
  13. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  14. 4fbb584 tar: cry murder and bail out if file shrinks under us while we tar it up by Denis Vlasenko · 18 years ago
  15. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  16. 376ce1e tar: by Denis Vlasenko · 18 years ago
  17. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  18. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  19. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  20. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  21. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  22. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  23. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  24. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  25. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  26. 1bfca7b Cleanup headers and replace the zero padding with an even smaller version. by Rob Landley · 18 years ago
  27. 0c45bb23 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  28. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  29. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  30. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  31. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  32. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  33. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  34. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  35. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  36. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  37. c1ef7bd just whitespace by Tim Riker · 19 years ago
  38. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  39. e569553 Bug 547: writing out the tar file header before we confirm we can actually by Rob Landley · 19 years ago
  40. 1a78103 Bug 601: When we fork an archiver and feed stuff to it through a pipe, if by Rob Landley · 19 years ago
  41. 126da9e - typo: s/sucess/success/g by Bernhard Reutner-Fischer · 19 years ago
  42. a62b0e7 reduce 3 warning if compile with -W by "Vladimir N. Oleynik" · 19 years ago
  43. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  44. a4d45d4 The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, by Rob Landley · 19 years ago
  45. 60fe7bf Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), by Rob Landley · 19 years ago
  46. 84e7511 llist must initialize, add loses ifdef, small indent correction by "Vladimir N. Oleynik" · 19 years ago
  47. 3ee6c24 Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). by Rob Landley · 19 years ago
  48. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  49. f588869 new featured bb_opt_complementally, correct argc checking by "Vladimir N. Oleynik" · 19 years ago
  50. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  51. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  52. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  53. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  54. 92255d6 Fix for bug 383: attempting to "tar c /" would error out because stripping by Rob Landley · 19 years ago
  55. cc8885f Dirk Clemens pointed out how easy it is to support bzip2 compression, since we by Rob Landley · 19 years ago
  56. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  57. 52499cb Tito writes: by Eric Andersen · 20 years ago
  58. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  59. a88ae49 Fixup -T (--files-from) option, works for non-directories now by Glenn L McGrath · 20 years ago
  60. aaff79a Steve Grubb writes: by Eric Andersen · 21 years ago
  61. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  62. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  63. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  64. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  65. 303e989 Add the -h, --dereference option for archive creation. by Glenn L McGrath · 21 years ago
  66. ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
  67. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  68. e857122 Fix tar-handles-nested-exclude testcase by Glenn L McGrath · 21 years ago
  69. bebc40b Check at least one context is specified by Glenn L McGrath · 21 years ago
  70. ba49651 Check there are files to add the archive before removing a specified tar file. by Glenn L McGrath · 21 years ago
  71. 56f16b4 tar -Z, uncompress support by Glenn L McGrath · 21 years ago
  72. 3b9fc8f Make unlink old files default behaviour and add a new option -k to by Glenn L McGrath · 21 years ago
  73. eba86e2 Catch unsupported features by Glenn L McGrath · 21 years ago
  74. 91b3d46 Fix -C option when creating tar files. by Glenn L McGrath · 21 years ago
  75. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  76. e339351 Be certain to not abort prematurely when reading stuff from pipes. by Eric Andersen · 21 years ago
  77. 3c5a83c As noted by Thomas Eckert: by Eric Andersen · 21 years ago
  78. a21f4e0 Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. by Eric Andersen · 21 years ago
  79. 27cb684 last_patch91 from vodz to convert tar to use bb_getopt_ulflags by Eric Andersen · 21 years ago
  80. 0861e82 Handle -O preceding -x. by Matt Kraai · 22 years ago
  81. e2aed7f Always preserve date by Glenn L McGrath · 22 years ago
  82. 35a5b08 unlink() an existing file, before opening it, simply truncating can by Glenn L McGrath · 22 years ago
  83. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  84. 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
  85. ec87d37 Check that one and only one of the [cxt] options is given by Glenn L McGrath · 22 years ago
  86. f66de64 Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  87. 36233bd Remove #defines around get_header_ptr, we allways need it. by Glenn L McGrath · 22 years ago
  88. 2666679 Dont chdir untill after we open the archive by Glenn L McGrath · 22 years ago
  89. e356883 Minor cleanups by Glenn L McGrath · 22 years ago
  90. f6bf7a0 Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee) by Glenn L McGrath · 22 years ago
  91. 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
  92. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  93. 18921bd A bugfix from Danny Lepage: by Eric Andersen · 22 years ago
  94. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  95. 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
  96. 98f824a Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems by Glenn L McGrath · 22 years ago
  97. 934805a Put bac kthe code that handles cases where a '-' wasnt specified prior to the options. by Glenn L McGrath · 22 years ago
  98. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  99. 2983330 Fix segfault when testing if reaidng from stdin "-" by Glenn L McGrath · 22 years ago
  100. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago