1. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  2. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  3. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  4. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  5. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  6. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  7. 86d88c0 bunzip2: make proper fix for the problem "fixed" in rev. 22521 by Denis Vlasenko · 16 years ago
  8. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  9. 55da0be support gzip -t and bzip2 -t by Denis Vlasenko · 16 years ago
  10. bbd55c9 cpio: fix -m to actually work as expected (Pascal Bellard) by Denis Vlasenko · 16 years ago
  11. 2bbdda0 unlzma: fix memory leak (Pascal Bellard) by Denis Vlasenko · 16 years ago
  12. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  13. 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
  14. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  15. 2649f21 open_transformer: fix bug of calling exit instead of _exit by Denis Vlasenko · 16 years ago
  16. a04cc47 b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854 by Denis Vlasenko · 16 years ago
  17. c87339d dpkg: trivial code shrinkage, and redo G trick correctly. by Denis Vlasenko · 16 years ago
  18. d235f58 dpkg: code shrink dpkg: add documentation from bug 3644 by Denis Vlasenko · 16 years ago
  19. 2027313 dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 16 years ago
  20. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  21. 7a762f9 tar: fix "unused parameter 'gzip'" warning by Denis Vlasenko · 17 years ago
  22. f0d6068 - The conffiles control file isn't required in Debian packages, so don't by Bernhard Reutner-Fischer · 17 years ago
  23. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  24. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  25. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  26. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  27. 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago
  28. d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 17 years ago
  29. c450379 tar: remove bogus check for "-" (we handle it corrently later) by Denis Vlasenko · 17 years ago
  30. ffdcb41 build system: typo fix in help text by Denis Vlasenko · 17 years ago
  31. 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 17 years ago
  32. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  33. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  34. 1a95e39 cpio: typo fix in error message by Denis Vlasenko · 17 years ago
  35. 261f237 cpio: optional support for writing cpio files in newc format. by Denis Vlasenko · 17 years ago
  36. 5297809 g[un]zip: accept and ignore -n (needed for kernel compile) by Denis Vlasenko · 17 years ago
  37. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  38. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  39. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  40. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  41. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  42. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  43. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  44. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  45. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
  46. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
  47. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  48. e7b43cf trivial fixes to config system by Denis Vlasenko · 17 years ago
  49. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
  50. b3b0753 dpkg: fix bug where existence check was reversed by Denis Vlasenko · 17 years ago
  51. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  52. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  53. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
  54. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  55. 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 17 years ago
  56. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 17 years ago
  57. e8ef7ec unzip: do not try to read entire compressed stream at once (it can be huge) by Denis Vlasenko · 17 years ago
  58. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  59. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  60. abee3d0 Fix xmalloc_fgets_str so that it really does NOT strip terminator. by Denis Vlasenko · 17 years ago
  61. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  62. ab80187 attack the biggest stack users: by Denis Vlasenko · 17 years ago
  63. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  64. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  65. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  66. 4bfb84d gzip: fix a case where tar xzf fails (we use uninitialized fd) by Denis Vlasenko · 17 years ago
  67. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  68. cd0fbb5 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... by Denis Vlasenko · 17 years ago
  69. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  70. cb98163 change safety check on zip header to allow for extra length, and by Paul Fox · 17 years ago
  71. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
  72. 6fa3ab3 bzip2: make -d actually work by Denis Vlasenko · 17 years ago
  73. fcc5696 unzip: add a comment explaining why we don't die by Denis Vlasenko · 17 years ago
  74. bc7c5d0 unzip: fix endianness bugs by Denis Vlasenko · 17 years ago
  75. 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
  76. 31acd1b bzip2: more of code shrink by Denis Vlasenko · 17 years ago
  77. 686b0ef bzip2: move state pointer to the offset 0 (smaller code) by Denis Vlasenko · 17 years ago
  78. 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
  79. b6ccd32 bzip2: implement -1..-9 command line flags by Denis Vlasenko · 17 years ago
  80. 6a9154b bzip2: eliminate some divisions by Denis Vlasenko · 17 years ago
  81. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  82. 9435993 bzip2: code size shrink by Denis Vlasenko · 17 years ago
  83. be5a7b9 bzip2: remove files which are not used anymore by Denis Vlasenko · 17 years ago
  84. ef3aabe bzip2: size reduction, to just below 9k. by Denis Vlasenko · 17 years ago
  85. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  86. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  87. 52a4388 bunzip: small code shrink and consmetics by Denis Vlasenko · 17 years ago
  88. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  89. d21f596 add tests for gunzip by Denis Vlasenko · 17 years ago
  90. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  91. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  92. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  93. 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
  94. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  95. e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
  96. 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
  97. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  98. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  99. bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
  100. 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago