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. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  6. ec07420 telnet: do not check for 0 return from poll (it's impossible) by Denys Vlasenko · 14 years ago
  7. 036dbb9 telnet: convert CR NUL -> CR on input. Closes bug 2569 by Denys Vlasenko · 14 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  10. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 14 years ago
  11. 25b10d9 telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON. by Denys Vlasenko · 14 years ago
  12. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 14 years ago
  13. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  14. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 14 years ago
  15. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  16. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  17. 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
  18. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  19. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  20. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  21. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  22. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  23. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  24. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  25. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  26. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  27. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  28. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  29. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 17 years ago
  30. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  31. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 17 years ago
  32. 54e3d1f telnet: finish style cleanup bits by Denis Vlasenko · 17 years ago
  33. f24cdf1 telnet: someone tried to do data optimization before me. Complete it. by Denis Vlasenko · 17 years ago
  34. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  35. ad67a39 remove unused #include,, improve code readability by Denis Vlasenko · 17 years ago
  36. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  37. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 17 years ago
  38. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  39. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 17 years ago
  40. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 17 years ago
  41. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 17 years ago
  42. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  43. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  44. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  45. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  46. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  47. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  48. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  49. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  50. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  51. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  52. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  53. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  54. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 18 years ago
  55. c1ef7bd just whitespace by Tim Riker · 18 years ago
  56. 5a16a89 eliminate mixed declaration, to support older compilers a little longer. by Paul Fox · 19 years ago
  57. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  58. f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 19 years ago
  59. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  60. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  61. 539ffc9 Fernando Silveira writes: by Eric Andersen · 20 years ago
  62. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 20 years ago
  63. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 20 years ago
  64. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  65. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  66. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  67. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  68. 84878fe remove duplicate definition of G caught by tinycc by Aaron Lehmann · 22 years ago
  69. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  70. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  71. 27d3766 Email addr fix by Eric Andersen · 22 years ago
  72. 4163406 Fix bugs by Eric Andersen · 22 years ago
  73. 8db361b Minor formatting by Eric Andersen · 22 years ago
  74. ed8e036 add missing void, still has issues though by Tim Riker · 22 years ago
  75. 0e28e1f Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: by Eric Andersen · 22 years ago
  76. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 22 years ago
  77. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  78. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  79. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  80. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  81. 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 23 years ago
  82. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  83. 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 23 years ago
  84. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  85. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  86. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  87. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  88. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 23 years ago
  89. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 23 years ago
  90. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 23 years ago
  91. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 23 years ago
  92. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 23 years ago
  93. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 23 years ago
  94. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  95. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  96. a3de24e Fix spelling error -Erik by Eric Andersen · 24 years ago
  97. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
  98. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  99. 28c70b3 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik by Eric Andersen · 24 years ago
  100. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago