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. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  5. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  6. a348b45 traceroute: properly reduce poll timeout by Denys Vlasenko · 13 years ago
  7. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  8. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 13 years ago
  9. dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 13 years ago
  10. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  11. 3581c62 whitespace fixes by Denys Vlasenko · 14 years ago
  12. 31e2e7b randomconfig fixes by Denys Vlasenko · 14 years ago
  13. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  14. f42fa1b traceroute6: restore port after probing by Denys Vlasenko · 15 years ago
  15. c14bf21 traceroute: simplify code a bit by Denys Vlasenko · 15 years ago
  16. 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
  17. 0d56568 traceroute: cleanup preparing it for traceroute6. -17 bytes by Denys Vlasenko · 15 years ago
  18. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  19. bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 15 years ago
  20. 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 15 years ago
  21. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 15 years ago
  22. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  23. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  24. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  25. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  26. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  27. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  28. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  29. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  30. 9ad2cb3 traceroute: stop using global data/bss by Denis Vlasenko · 16 years ago
  31. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  32. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  33. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  34. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  35. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  36. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  37. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  38. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  39. c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  40. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
  41. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  42. 1adf681 traceroute: stop using floating point needlessly; nuke useless assignment. by Denis Vlasenko · 17 years ago
  43. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  44. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  45. f7fcca4 sourse_route_list -> source_route_list by Denis Vlasenko · 17 years ago
  46. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 17 years ago
  47. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 17 years ago
  48. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  49. 2e72323 traceroute: move data off bss. small code optimizations. by Denis Vlasenko · 17 years ago
  50. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 17 years ago
  51. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  52. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 17 years ago
  53. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  54. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 17 years ago
  55. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 17 years ago
  56. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 17 years ago
  57. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 17 years ago
  58. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  59. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  60. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  61. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  62. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  63. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  64. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  65. 6edadde traceroute: fix compilation if netinet/protocols.h is missing by Denis Vlasenko · 18 years ago
  66. 7c1ed2e traceroute: do not look up icmp protocol# in /etc, it is well-known :) by Denis Vlasenko · 18 years ago
  67. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  68. 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
  69. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  70. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  71. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  72. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  73. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  74. f834603 kill off pointless malloc.h include by Mike Frysinger · 18 years ago
  75. b66c931 kill pointless memory.h includes by Mike Frysinger · 18 years ago
  76. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 18 years ago
  77. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  78. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 18 years ago
  79. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 18 years ago
  80. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 18 years ago
  81. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 18 years ago
  82. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  83. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  84. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  85. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  86. 66c37d1 typecast to int by Mike Frysinger · 19 years ago
  87. 2806940 much more concise fix for bug #45. just align the packet... by Paul Fox · 19 years ago
  88. b270315 applying fix for: by Paul Fox · 19 years ago
  89. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  90. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  91. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  92. 7dd2cec ansify by Aaron Lehmann · 22 years ago
  93. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  94. ad79c0b Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  95. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  96. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  97. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  98. af6b40a Silence some silly warnings by Eric Andersen · 23 years ago
  99. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  100. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago