1. e8fcf4b Accept the --passive-ftp cmd.line option. We always use passive ftp mode, by Robert Griebl · 22 years ago
  2. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  3. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  4. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  5. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  6. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  7. b0c39a8 Apply vodz' last_patch44 -- cleanup several chars to be const, fix by Eric Andersen · 22 years ago
  8. 27d3766 Email addr fix by Eric Andersen · 22 years ago
  9. ad79c0b Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  10. e90e741 Per discussion with vodz, Tim's changes do not seem to make sense. by Eric Andersen · 22 years ago
  11. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  12. c6def44 ping return 1 if can't ping by Tim Riker · 22 years ago
  13. c30c5e8 Reduced code size for new -e flag (suggested by vodz) by Robert Griebl · 22 years ago
  14. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 22 years ago
  15. 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  16. f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 22 years ago
  17. 3a01f8c uClibc supports struct _res these days... by Eric Andersen · 22 years ago
  18. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 22 years ago
  19. 4163406 Fix bugs by Eric Andersen · 22 years ago
  20. 8db361b Minor formatting by Eric Andersen · 22 years ago
  21. ed8e036 add missing void, still has issues though by Tim Riker · 22 years ago
  22. 0e28e1f Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: by Eric Andersen · 22 years ago
  23. 272a955 * networking/wget.c (wget_main): Check return value of safe_fwrite. by Matt Kraai · 22 years ago
  24. 744ec1d Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work by Eric Andersen · 22 years ago
  25. a66a43e Teach tftp to direct the fetched file to stdout when the by Eric Andersen · 22 years ago
  26. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  27. b888682 Doh! I broke ping when removing the nested function. by Eric Andersen · 22 years ago
  28. 900c24d Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for by Eric Andersen · 22 years ago
  29. b5474c4 Cave to pressure (2 months later). Eliminate using a by Eric Andersen · 22 years ago
  30. 0efab33 * networking/wget.c (parse_url): Allocate a string for the empty path. by Matt Kraai · 22 years ago
  31. 369da77 2002-01-30 Neal H Walfield <neal@cs.uml.edu> by Matt Kraai · 23 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. 744a194 Can't use RESERVE_CONFIG_BUFFER here since the allocation by Eric Andersen · 23 years ago
  35. 31a0ece Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> by Eric Andersen · 23 years ago
  36. 3d61b10 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: by Eric Andersen · 23 years ago
  37. 2c669dd patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  38. 4acf8f8 Use error_msg() instead of fprintf(stderr, ...) by Eric Andersen · 23 years ago
  39. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  40. 107c796 Recovery from previous commit by Glenn L McGrath · 23 years ago
  41. 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
  42. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  43. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  44. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  45. 524fcb9 Use xgethostbyname instead of gethostbyname (found by Erik Andersen). by Matt Kraai · 23 years ago
  46. b940850 Another fix from vodz by Eric Andersen · 23 years ago
  47. 863a3e1 patch from vodz -- route cleanup to display all route entries by Eric Andersen · 23 years ago
  48. a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
  49. 76fa8ea Apply Glenn's tftp rewrite by Eric Andersen · 23 years ago
  50. 4fb0b51 This corrects the _really_poor_ implementation of "broadcast +" handling by Manuel Novoa III · 23 years ago
  51. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  52. af6b40a Silence some silly warnings by Eric Andersen · 23 years ago
  53. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  54. 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
  55. c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
  56. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  57. 06ef165 Allow featureless ping to compile, and featureful ping to shrink by Matt Kraai · 23 years ago
  58. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  59. 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
  60. 48dfc56 This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables by Eric Andersen · 23 years ago
  61. 77b68e6 Add woukaround for missing struct _res in uClibc by Eric Andersen · 23 years ago
  62. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  63. e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
  64. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago
  65. dab3d46 A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow by Eric Andersen · 23 years ago
  66. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  67. bf381a0 Whoops. Forgot the x. by Matt Kraai · 23 years ago
  68. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  69. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  70. 9abfe85 Suggestion from Larry: no format string, use fputs instead. by Eric Andersen · 23 years ago
  71. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 23 years ago
  72. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 23 years ago
  73. 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 23 years ago
  74. 854125f Make stdio functions which can be interrupted by the progressmeter timer by Matt Kraai · 23 years ago
  75. 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 23 years ago
  76. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  77. da160c0 Use putc, and write to stderr as the rest of the progressmeter does. by Matt Kraai · 23 years ago
  78. 90d7f69 Only finish with a newline if we are displaying the progress indicator. by Matt Kraai · 23 years ago
  79. 65317ea Fix behavior when extracting to stdout. Report and patch by by Matt Kraai · 23 years ago
  80. 6d7fa43 This patch from Laurence Anderson <laurence@zxmail.com> fixes by Eric Andersen · 23 years ago
  81. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  82. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  83. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  84. 049dc25 Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. by Manuel Novoa III · 23 years ago
  85. 6b2c23d xstrdup tftp cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  86. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  87. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  88. 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 23 years ago
  89. 48dcc16 Don't confuse people. If the run 'ifconfig' and they didn't by Eric Andersen · 23 years ago
  90. 14e9e9d Fix socklen_t for libc5 by Eric Andersen · 23 years ago
  91. 68ea1d0 Reduced code size of interface. Support ifconfig -a and ifconfig interface by Manuel Novoa III · 23 years ago
  92. 78f5746 Quick mod to enable option -a for ifconfig. by Manuel Novoa III · 23 years ago
  93. fa45f22 Use perror_msg_and_die function where appropriate. by Manuel Novoa III · 23 years ago
  94. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  95. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  96. df351d6 Improved port of ifconfig... smaller and with more features. by Manuel Novoa III · 23 years ago
  97. 26d53eb This patch by Vladimir and Larry saves a few bytes. by Eric Andersen · 24 years ago
  98. 8bb7df4 Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines from by Mark Whitley · 24 years ago
  99. f15d4da Add in a first pass at ifconfig status reporting. It took a long while by Eric Andersen · 24 years ago
  100. 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago