1. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  2. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  3. efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
  4. 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
  5. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  6. 3c9b8fe rpm2cpio: use rpm_gettags by Denys Vlasenko · 7 years ago
  7. e5650a4 rpm: prepare rpm_gettags for reuse in rpm2cpio by Denys Vlasenko · 7 years ago
  8. 3fa9262 rpm,rpm2cpio: put both sources into one file, no code changes by Denys Vlasenko · 7 years ago
  9. 9be166b rpm: code shrink by Denys Vlasenko · 7 years ago
  10. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  11. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  12. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  13. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  14. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  15. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  16. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  17. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  18. 8e6a1ea rpm: unmap rpm file before working with next one by Denys Vlasenko · 12 years ago
  19. d4d4f35 rpm: stop using statics; move main() to the end of the source file by Denys Vlasenko · 12 years ago
  20. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  21. 10f5f9b rpm: make -ql display more compatible; improve help text by Denys Vlasenko · 12 years ago
  22. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  23. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  24. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  25. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  26. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  27. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  28. 5dfd9c4 rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text by Denys Vlasenko · 15 years ago
  29. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  30. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  31. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  32. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  33. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  34. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  35. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  36. aa9eb1f rpm: fix incompatibilities which prevented rpm -i foo.src.rpm by Denis Vlasenko · 16 years ago
  37. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  38. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  39. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  40. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  41. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  42. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  43. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  44. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  45. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  46. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  47. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  48. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  49. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  50. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  51. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  52. f4c52b3 rpm: reformat. was really hard to read by Denis Vlasenko · 18 years ago
  53. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  54. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  55. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  56. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  57. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  58. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  59. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  60. 44e216f - use bb_xchdir instead of ignoring eventual errors of chdir by Bernhard Reutner-Fischer · 19 years ago
  61. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  62. 2cdd4d5 passing around an int as a void* is a very bad idea by Eric Andersen · 19 years ago
  63. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  64. c1ef7bd just whitespace by Tim Riker · 19 years ago
  65. 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
  66. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  67. 1eef0c4 Bernhard Fischer says: use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  68. 19d7021 add comments about ignoring some warnings which are OK by Mike Frysinger · 20 years ago
  69. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  70. dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
  71. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  72. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  73. 38386d7 include busybox after libc includes by Glenn L McGrath · 22 years ago
  74. b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago