1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 36efc94 Merge 1.19.3 gingerbread into ics by Tanguy Pruvot · 13 years ago
  5. eee9b02 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  6. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  7. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  9. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 13 years ago
  10. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  11. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 13 years ago
  12. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 13 years ago
  13. 3237f5c tar: support -T - and -X - by Denys Vlasenko · 13 years ago
  14. b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 13 years ago
  15. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 13 years ago
  16. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 13 years ago
  17. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  18. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  19. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  20. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  21. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  22. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  23. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
  24. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 14 years ago
  25. 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 14 years ago
  26. 4b6abf6 tar: fix recently added SEGV on "tar" w/o args by Denys Vlasenko · 14 years ago
  27. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 14 years ago
  28. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 14 years ago
  29. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 14 years ago
  30. d43d628 tar: revert part of last change. -39 bytes by Denys Vlasenko · 15 years ago
  31. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  32. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  33. 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
  34. f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
  35. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  36. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 15 years ago
  37. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  38. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 15 years ago
  39. 4984365 tar: stop changing net tarfile's mode, GNU tar doesn't do it by Denis Vlasenko · 15 years ago
  40. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 15 years ago
  41. 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
  42. ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
  43. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  44. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  45. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  46. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  47. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  48. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  49. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  50. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  51. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  52. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  53. 7a762f9 tar: fix "unused parameter 'gzip'" warning by Denis Vlasenko · 16 years ago
  54. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  55. c450379 tar: remove bogus check for "-" (we handle it corrently later) by Denis Vlasenko · 16 years ago
  56. 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 16 years ago
  57. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  58. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  59. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 16 years ago
  60. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 16 years ago
  61. 284d0fa random s/short/int/ by Denis Vlasenko · 16 years ago
  62. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 16 years ago
  63. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 16 years ago
  64. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  65. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  66. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  67. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  68. e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
  69. 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
  70. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  71. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  72. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  73. 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
  74. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  75. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  76. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  77. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  78. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  79. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  80. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  81. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 17 years ago
  82. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  83. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  84. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  85. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  86. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  87. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  88. 940494f remove f words by Denis Vlasenko · 17 years ago
  89. dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 17 years ago
  90. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 17 years ago
  91. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 17 years ago
  92. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  93. 8c0164c fix tar t segfault (closes 1183) by Denis Vlasenko · 17 years ago
  94. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  95. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 17 years ago
  96. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 17 years ago
  97. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 17 years ago
  98. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 17 years ago
  99. c888946 tar: report error if child dies while writing out the end of tarball by Denis Vlasenko · 17 years ago
  100. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago