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. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. ea137aa warning removal by Cristian Ionescu-Idbohrn · 13 years ago
  6. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 13 years ago
  7. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  8. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  9. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  10. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  11. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
  12. 84f6def dpkg: remove redundant check by Denys Vlasenko · 14 years ago
  13. eab75f6 dpkg: better check for validity of options by Denys Vlasenko · 14 years ago
  14. 3d43aed dpkg: support config file overwrite options by Kim B. Heino · 14 years ago
  15. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 14 years ago
  16. 6fd42b3 dpkg: fix handling of names with leading dots. Closes bug 783 by Denys Vlasenko · 14 years ago
  17. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 14 years ago
  18. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 14 years ago
  19. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  20. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  21. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  22. d1090c9 dpkg: delete postrm script after it's run, not before. closes bug 449 by Denys Vlasenko · 15 years ago
  23. b8baf40 dpkg: better and shorter code to compare versions by Denis Vlasenko · 16 years ago
  24. 97516fc - add dpkg -l <packagepattern> (Peter Korsgaard) by Bernhard Reutner-Fischer · 16 years ago
  25. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  26. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  27. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  28. 52ec4b9 whitespace fixes by Denis Vlasenko · 16 years ago
  29. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  30. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  31. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  32. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  33. c87339d dpkg: trivial code shrinkage, and redo G trick correctly. by Denis Vlasenko · 16 years ago
  34. d235f58 dpkg: code shrink dpkg: add documentation from bug 3644 by Denis Vlasenko · 16 years ago
  35. 2027313 dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 16 years ago
  36. f0d6068 - The conffiles control file isn't required in Debian packages, so don't by Bernhard Reutner-Fischer · 16 years ago
  37. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  38. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  39. b3b0753 dpkg: fix bug where existence check was reversed by Denis Vlasenko · 16 years ago
  40. abee3d0 Fix xmalloc_fgets_str so that it really does NOT strip terminator. by Denis Vlasenko · 16 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  43. dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
  44. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  45. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  46. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  47. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  48. 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 17 years ago
  49. 6c501a7 - kiltedknight writes: Busybox incorrectly parses a line from the status file, claiming that a required package is not installed or tagged to be installed when it actually is. by Bernhard Reutner-Fischer · 17 years ago
  50. fa5f207 - fix typo in error message. Closes #1308 by Bernhard Reutner-Fischer · 17 years ago
  51. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  52. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  53. 334fa9b dpkg: use nitfields which are a bit closer to typical ushort. Code size -800. by Denis Vlasenko · 17 years ago
  54. 53f83d6 dpkg: run_package_script() returns 0 if all ok and non-zero if failure. by Denis Vlasenko · 17 years ago
  55. 88a2aa9 dpkg: free_package(NULL) is ok, so don't test for NULL, just free. by Denis Vlasenko · 17 years ago
  56. de8a6a0 Kim B. Heino writes: by Bernhard Reutner-Fischer · 17 years ago
  57. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  58. 7fd00cb dpkg: fix segfault on "dpkg -i" by Denis Vlasenko · 17 years ago
  59. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  60. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 17 years ago
  61. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 17 years ago
  62. a6df590 dpkg: getopt32-ification etc, -100 bytes by Denis Vlasenko · 17 years ago
  63. b95636c remove casts from xmalloc() by Denis Vlasenko · 17 years ago
  64. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  65. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  66. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  67. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  68. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  69. aecabff dpkg: fix use-after-free (bug 939) by Denis Vlasenko · 18 years ago
  70. 5492884 dpkg: style fixes; short -> int (generated code is smaller) by Denis Vlasenko · 18 years ago
  71. 57308af dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) by Denis Vlasenko · 18 years ago
  72. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  73. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  74. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  75. 02496aa The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in by Rob Landley · 18 years ago
  76. 1da6a21 dpkg: fix buffer overflow (bug 983) by Denis Vlasenko · 18 years ago
  77. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  78. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  79. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  80. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 18 years ago
  81. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  82. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  83. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  84. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 18 years ago
  85. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 18 years ago
  86. c1ef7bd just whitespace by Tim Riker · 18 years ago
  87. 1eef0c4 Bernhard Fischer says: use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  88. 37dd624 applying fix for: by Paul Fox · 19 years ago
  89. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  90. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 19 years ago
  91. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  92. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  93. b8c3a54 Patch from Ian Campbell, fix or'ed dependencies and handle virtual dependencies. by Glenn L McGrath · 21 years ago
  94. fea4b44 Important bugfixes from Ian Campbell. by Glenn L McGrath · 21 years ago
  95. 1393a39 Do not shadow the global name 'accept' by Eric Andersen · 21 years ago
  96. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  97. b323162 Use libbb/get_line_from_file instead of getline by Glenn L McGrath · 22 years ago
  98. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  99. b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
  100. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago