1. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  2. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  3. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
  4. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  5. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  6. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 17 years ago
  7. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  8. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  9. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  10. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  11. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  12. e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
  13. 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
  14. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  15. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  16. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  17. 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
  18. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  19. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  20. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  21. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  22. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  23. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  25. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 17 years ago
  26. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  27. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  28. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  29. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  30. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  31. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  32. 940494f remove f words by Denis Vlasenko · 18 years ago
  33. dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 18 years ago
  34. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  35. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  36. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  37. 8c0164c fix tar t segfault (closes 1183) by Denis Vlasenko · 18 years ago
  38. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  39. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  40. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  41. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  42. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  43. c888946 tar: report error if child dies while writing out the end of tarball by Denis Vlasenko · 18 years ago
  44. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  45. 6f0540e - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. by Bernhard Reutner-Fischer · 18 years ago
  46. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  47. 30d7a34 tar: fix misplaced --exclude long option definition by Denis Vlasenko · 18 years ago
  48. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  49. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  50. 7725d0f tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save by Denis Vlasenko · 18 years ago
  51. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  52. f2408e6 tar: abort if tarring up file larger that 64Gb by Denis Vlasenko · 18 years ago
  53. 3feb2fc tar: fix multiple -t and/or -v options handling. by Denis Vlasenko · 18 years ago
  54. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  55. b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
  56. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  57. 4fbb584 tar: cry murder and bail out if file shrinks under us while we tar it up by Denis Vlasenko · 18 years ago
  58. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  59. 376ce1e tar: by Denis Vlasenko · 18 years ago
  60. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  61. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  62. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  63. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  64. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  65. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  66. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  67. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  68. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  69. 1bfca7b Cleanup headers and replace the zero padding with an even smaller version. by Rob Landley · 18 years ago
  70. 0c45bb2 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  71. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  72. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  73. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  74. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  75. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  76. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  77. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 18 years ago
  78. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  79. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 18 years ago
  80. c1ef7bd just whitespace by Tim Riker · 19 years ago
  81. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  82. e569553 Bug 547: writing out the tar file header before we confirm we can actually by Rob Landley · 19 years ago
  83. 1a78103 Bug 601: When we fork an archiver and feed stuff to it through a pipe, if by Rob Landley · 19 years ago
  84. 126da9e - typo: s/sucess/success/g by Bernhard Reutner-Fischer · 19 years ago
  85. a62b0e7 reduce 3 warning if compile with -W by "Vladimir N. Oleynik" · 19 years ago
  86. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  87. a4d45d4 The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, by Rob Landley · 19 years ago
  88. 60fe7bf Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), by Rob Landley · 19 years ago
  89. 84e7511 llist must initialize, add loses ifdef, small indent correction by "Vladimir N. Oleynik" · 19 years ago
  90. 3ee6c24 Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). by Rob Landley · 19 years ago
  91. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  92. f588869 new featured bb_opt_complementally, correct argc checking by "Vladimir N. Oleynik" · 19 years ago
  93. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  94. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  95. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  96. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  97. 92255d6 Fix for bug 383: attempting to "tar c /" would error out because stripping by Rob Landley · 19 years ago
  98. cc8885f Dirk Clemens pointed out how easy it is to support bzip2 compression, since we by Rob Landley · 19 years ago
  99. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  100. 52499cb Tito writes: by Eric Andersen · 20 years ago