1. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  2. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  3. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  4. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  5. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  6. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  7. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  8. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  9. 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
  10. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  11. 5c51a7c nc: make connecting to IPv4 from IPv6-enabled hosts easier by Denis Vlasenko · 18 years ago
  12. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  13. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
  14. 729bd9e test: comment out unused code by Denis Vlasenko · 18 years ago
  15. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  16. 9ca26d3 ping: support -I addr in family neutral manner; reuse a bit of common code by Denis Vlasenko · 18 years ago
  17. 0850cda tftp: fix IPv6 fallout by Denis Vlasenko · 18 years ago
  18. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  19. 5870ad9 mount: (try to) support cifs with IPv6 by Denis Vlasenko · 18 years ago
  20. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  21. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  22. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  23. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  24. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  25. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  26. 2418288 small fixes to ipv6 infrastructure by Denis Vlasenko · 18 years ago
  27. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  28. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  29. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  30. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  31. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 18 years ago
  32. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  33. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  34. 81e264d fix double merge by Denis Vlasenko · 18 years ago
  35. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  36. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  37. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  38. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  39. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  40. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  41. 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
  42. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  43. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  44. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  45. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  46. 3a5ed56 fix broken formatting by Eric Andersen · 21 years ago
  47. 9cccc18 don't mess up errno by Eric Andersen · 21 years ago
  48. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  49. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  50. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  51. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  52. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  53. efd4983 - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) by Robert Griebl · 22 years ago
  54. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  55. cafc103 Brad Campbell <brad@seme.com.au> notes that by Eric Andersen · 22 years ago
  56. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago