1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  3. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  4. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  5. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  6. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  7. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  8. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  9. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  10. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  11. c1ef7bd just whitespace by Tim Riker · 19 years ago
  12. 5a16a89 eliminate mixed declaration, to support older compilers a little longer. by Paul Fox · 19 years ago
  13. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  14. f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 19 years ago
  15. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  16. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  17. 539ffc9 Fernando Silveira writes: by Eric Andersen · 21 years ago
  18. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  19. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  20. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  21. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  22. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  23. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  24. 84878fe remove duplicate definition of G caught by tinycc by Aaron Lehmann · 22 years ago
  25. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  26. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  27. 27d3766 Email addr fix by Eric Andersen · 22 years ago
  28. 4163406 Fix bugs by Eric Andersen · 22 years ago
  29. 8db361b Minor formatting by Eric Andersen · 22 years ago
  30. ed8e036 add missing void, still has issues though by Tim Riker · 22 years ago
  31. 0e28e1f Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: by Eric Andersen · 22 years ago
  32. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  33. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  34. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  35. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  36. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  37. 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 23 years ago
  38. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
  39. 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 24 years ago
  40. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  41. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  42. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  43. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  44. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  45. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  46. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  47. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  48. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  49. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  50. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  51. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  52. a3de24e Fix spelling error -Erik by Eric Andersen · 24 years ago
  53. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
  54. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  55. 28c70b3 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik by Eric Andersen · 24 years ago
  56. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  57. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  58. f7c49ef Sync up a few things. Add in a new telnet implementation (still by Erik Andersen · 25 years ago