1. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  2. bf381a0 Whoops. Forgot the x. by Matt Kraai · 23 years ago
  3. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  4. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  5. 9abfe85 Suggestion from Larry: no format string, use fputs instead. by Eric Andersen · 23 years ago
  6. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 23 years ago
  7. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 23 years ago
  8. 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 23 years ago
  9. 854125f Make stdio functions which can be interrupted by the progressmeter timer by Matt Kraai · 23 years ago
  10. 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 23 years ago
  11. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  12. da160c0 Use putc, and write to stderr as the rest of the progressmeter does. by Matt Kraai · 23 years ago
  13. 90d7f69 Only finish with a newline if we are displaying the progress indicator. by Matt Kraai · 23 years ago
  14. 65317ea Fix behavior when extracting to stdout. Report and patch by by Matt Kraai · 23 years ago
  15. 6d7fa43 This patch from Laurence Anderson <laurence@zxmail.com> fixes by Eric Andersen · 23 years ago
  16. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  17. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  18. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  19. 049dc25 Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. by Manuel Novoa III · 23 years ago
  20. 6b2c23d xstrdup tftp cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  21. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  22. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  23. 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 23 years ago
  24. 48dcc16 Don't confuse people. If the run 'ifconfig' and they didn't by Eric Andersen · 23 years ago
  25. 14e9e9d Fix socklen_t for libc5 by Eric Andersen · 23 years ago
  26. 68ea1d0 Reduced code size of interface. Support ifconfig -a and ifconfig interface by Manuel Novoa III · 23 years ago
  27. 78f5746 Quick mod to enable option -a for ifconfig. by Manuel Novoa III · 24 years ago
  28. fa45f22 Use perror_msg_and_die function where appropriate. by Manuel Novoa III · 24 years ago
  29. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  30. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  31. df351d6 Improved port of ifconfig... smaller and with more features. by Manuel Novoa III · 24 years ago
  32. 26d53eb This patch by Vladimir and Larry saves a few bytes. by Eric Andersen · 24 years ago
  33. 8bb7df4 Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines from by Mark Whitley · 24 years ago
  34. f15d4da Add in a first pass at ifconfig status reporting. It took a long while by Eric Andersen · 24 years ago
  35. 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago
  36. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  37. f1bbb22 A small cleanup by Vladimir by Eric Andersen · 24 years ago
  38. 825ae5a Another small formatting change from Larry Doolittle. by Mark Whitley · 24 years ago
  39. 99806ad Applied patch from Larry Doolittle that does the following: by Mark Whitley · 24 years ago
  40. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  41. 68be2ab implemented displayroute() based on a patch from Vladimir N. Oleynik, by Eric Andersen · 24 years ago
  42. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
  43. 1d70267 Add listening support. by Matt Kraai · 24 years ago
  44. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  45. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  46. 79e898a Patch from Vladimir N. Oleynik to simplify wget file opening by Eric Andersen · 24 years ago
  47. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  48. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  49. dff9d54 Add errno.h by Eric Andersen · 24 years ago
  50. 7d69701 Some behavioral updates to wget so it acts a bit nicer. -Erik by Eric Andersen · 24 years ago
  51. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  52. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  53. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  54. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  55. fe9888a Fix naming to reflect reality by Eric Andersen · 24 years ago
  56. 370fb08 Clarify the statusbar config option so it states which applet it applies to. by Eric Andersen · 24 years ago
  57. 5f825ee Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>, by Eric Andersen · 24 years ago
  58. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  59. a9711a5 Prevent / doubling and shrink parse_url. by Matt Kraai · 24 years ago
  60. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  61. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  62. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  63. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
  64. 95fa0ea Shutdown sending on the socket when stdin closes. by Matt Kraai · 24 years ago
  65. 29edd00 More wget cleanups I've been working on... by Eric Andersen · 24 years ago
  66. 1bca5ed add quiet mode support. by Glenn L McGrath · 24 years ago
  67. f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
  68. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  69. da7b829 Write progress meter to stderr instead of stdout by Randolph Chung · 24 years ago
  70. 02553a2 Fixed URL parsing bug Fixed -O - output-to-stdout bug by Randolph Chung · 24 years ago
  71. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  72. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  73. 97d2612 Cleaned up error message handling. by Matt Kraai · 24 years ago
  74. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
  75. b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
  76. 25b669c Try to guess an output filename by Eric Andersen · 24 years ago
  77. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  78. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  79. b938e2f Return failure if ping gets no response. by Matt Kraai · 24 years ago
  80. 5d63884 Bug fix for wget, and proper attribution of Chip Rosenthal and by Eric Andersen · 24 years ago
  81. 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
  82. a3de24e Fix spelling error -Erik by Eric Andersen · 24 years ago
  83. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
  84. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  85. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  86. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  87. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  88. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  89. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  90. 9ca57d3 Made ping work with libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  91. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  92. 28c70b3 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik by Eric Andersen · 24 years ago
  93. 0024abc Implemented "ping -s", fixed error messages and argument parsing by Pavel Roskin · 24 years ago
  94. afeb683 "nc" exits silently on errors. This patch makes it print something before by Eric Andersen · 24 years ago
  95. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  96. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  97. 5afc864 More stuff -Erik by Erik Andersen · 24 years ago
  98. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  99. 227a59b Several more updates -Erik by Erik Andersen · 24 years ago
  100. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago