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