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