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. d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
  4. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  5. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  6. 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
  7. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  8. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  9. ebe3c35 bzcat,zcat: simplify code if gunzip/bunzip2 is not selected by Denys Vlasenko · 7 years ago
  10. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  11. 034ceab bzcat: compile bunzip2_main() if BZCAT. by Denys Vlasenko · 7 years ago
  12. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  13. 1c013fa archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop by Denys Vlasenko · 7 years ago
  14. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  15. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  16. 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
  17. b130f9f Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 by Kang-Che Sung · 8 years ago
  18. d5e7ff0 bunzip2: fix code bloat caused by zcat's seamless magic by Kang-Che Sung · 8 years ago
  19. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  20. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  21. eb3fdc8 Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable by Denys Vlasenko · 8 years ago
  22. 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
  23. cddc98e gzip: add support for --no-name long option by Aaro Koskinen · 9 years ago
  24. fbe50cf gunzip: add support for long options by Aaro Koskinen · 9 years ago
  25. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  26. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  27. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  28. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  29. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  30. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  31. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  32. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  33. d0bc708 unpackers: by users' request, print compression percentage if -v and DESKTOP by Denys Vlasenko · 11 years ago
  34. 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
  35. 08e28e8 bbunzip: fix order of flags vs bit defines by Mike Frysinger · 12 years ago
  36. 920c1ba bbunzip: ignore the -q flag with the decompressors by Mike Frysinger · 12 years ago
  37. 4165543 zcat: fix "zcat FILE" trying to do detection twice by Denys Vlasenko · 12 years ago
  38. 8e96efa zcat: if seamless uncompressors are defined, autodetect file's format by Denys Vlasenko · 12 years ago
  39. f2d8478 fix error message on failure to oen /dev/null; fix zcat's help text by Denys Vlasenko · 12 years ago
  40. 02c3c38 Move seamless .Z support into unpack_gz_stream by Denys Vlasenko · 13 years ago
  41. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  42. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  43. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  44. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  45. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  46. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  47. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  48. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  49. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  50. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  51. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  52. f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago
  53. 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago
  54. 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
  55. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  56. d93f19e reorder parts of bbunzip.c, no code changes by Denys Vlasenko · 15 years ago
  57. 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
  58. e04c867 rename FEATURE_LZMA_ALIAS to just LZMA by Denys Vlasenko · 15 years ago
  59. 7bdfb7c bbunzip: silence warning about unused variable by Bernhard Reutner-Fischer · 15 years ago
  60. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  61. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  62. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  63. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  64. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  65. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  66. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  67. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  68. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  69. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  70. a04cc47 b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854 by Denis Vlasenko · 16 years ago
  71. 5297809 g[un]zip: accept and ignore -n (needed for kernel compile) by Denis Vlasenko · 17 years ago
  72. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  73. 6fa3ab3 bzip2: make -d actually work by Denis Vlasenko · 17 years ago
  74. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  75. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  76. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  77. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  78. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  79. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  80. dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
  81. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  82. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  83. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  84. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  85. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  86. 1bb552b libbb: add xunlink() patch: do not try to delete same file twice by Denis Vlasenko · 18 years ago
  87. 7560578 gzip: use common bbunzip infrastructure - ~700 bytes code less by Denis Vlasenko · 18 years ago
  88. 214aec4 bbunzip: remove extra formatting directives in comments by Denis Vlasenko · 18 years ago
  89. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
  90. bebbd8c bbunzip: size optimization: ~90 bytes by Denis Vlasenko · 18 years ago
  91. 6c939e0 bbunzip: fix comments to match reality by Denis Vlasenko · 18 years ago
  92. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago