1. c9b93cf tar: expand --help by Denys Vlasenko · 4 years ago
  2. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  3. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
  4. e1a7c97 tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  5. 16474cf tar: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  6. e6a87e7 tar: code shrink by Denys Vlasenko · 5 years ago
  7. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  8. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  9. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  10. 2005d3f tar: fix a thinko in prev commit - we need to copy to _unused_ fd by Denys Vlasenko · 6 years ago
  11. 037759b tar: handle the case when opened created tarball happens to have fd#0 by Denys Vlasenko · 6 years ago
  12. 45d68c3 tar: make source code a bit more terse, no logic changes by Denys Vlasenko · 6 years ago
  13. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  14. 7924b69 tar: trim help text by Denys Vlasenko · 7 years ago
  15. 3c08437 tar: add -o and -k to short --help too by Denys Vlasenko · 7 years ago
  16. 1ee222e tar: add -k and -o to --help by Denys Vlasenko · 7 years ago
  17. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  18. a07fead tar: code shrink by Denys Vlasenko · 7 years ago
  19. 931cf64 tar: code shrink, better help text by Denys Vlasenko · 7 years ago
  20. 02e93b3 tar: improve help text by Denys Vlasenko · 7 years ago
  21. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  22. 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
  23. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  24. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  25. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  26. dd5a402 getopt32: move support for "always treat first arg as option" to users (tar/ar) by Denys Vlasenko · 7 years ago
  27. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  28. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  29. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  30. 978307f tar: add IF_FEATURE_* checks by Ming Liu · 8 years ago
  31. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  32. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  33. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  34. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  35. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  36. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  37. 62ae323 tar: implement --version for buildroot by Denys Vlasenko · 9 years ago
  38. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  39. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  40. acb8be7 tar: fix "tar -cJ" ignoring -J option. closes 7706 by Denys Vlasenko · 10 years ago
  41. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  42. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  43. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  44. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 11 years ago
  45. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  46. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  47. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  48. 73fbe9d tar: fix tar -T to add entries in the exact order as the input list by SASAKI Suguru · 11 years ago
  49. 16614e9 *: change execl sentinels from NULL to (char*)0 by Rich Felker · 11 years ago
  50. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  51. dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
  52. 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
  53. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  54. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  55. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  56. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  57. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  58. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  59. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  60. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  61. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  62. 3237f5c tar: support -T - and -X - by Denys Vlasenko · 14 years ago
  63. b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 14 years ago
  64. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
  65. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  66. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  67. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  68. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  69. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  70. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  71. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  72. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
  73. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  74. 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 15 years ago
  75. 4b6abf6 tar: fix recently added SEGV on "tar" w/o args by Denys Vlasenko · 15 years ago
  76. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  77. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  78. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  79. d43d628 tar: revert part of last change. -39 bytes by Denys Vlasenko · 15 years ago
  80. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  81. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  82. 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
  83. f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
  84. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  85. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  86. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  87. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  88. 4984365 tar: stop changing net tarfile's mode, GNU tar doesn't do it by Denis Vlasenko · 16 years ago
  89. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  90. 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
  91. ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
  92. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  93. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  94. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  95. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  96. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  97. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  98. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  99. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  100. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago