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