2009-03-09 |
Denis Vlasenko | ftpd: EPSV and SIZE support. Tested to work on IPv6... |
blob | commitdiff | raw |
2009-03-09 |
Denis Vlasenko | *: move get_sock_lsa and xwrite_str to libbb, use where... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Denis Vlasenko | add a note that SO_BINDTODEVICE needs padded iface... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Denis Vlasenko | *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ... |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Denis Vlasenko | Fix forgotten license comments |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | inetd: make it NOMMU-capable and IPv6-friendly. Lots... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Bernhard Reutner... | - be C99 friendly. Anonymous unions are a GNU extension... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Denis Vlasenko | Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | introduce and use xdup2(int, int) |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Denis Vlasenko | nc: make connecting to IPv4 from IPv6-enabled hosts... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | make a few struct bb_applet members conditional |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Denis Vlasenko | nc: port nc 1.10 to busybox |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Denis Vlasenko | test: comment out unused code |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Denis Vlasenko | tcpsvd: new applet |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Denis Vlasenko | ping: support -I addr in family neutral manner; reuse... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Denis Vlasenko | tftp: fix IPv6 fallout |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | udhcp: use improved gethostbyname replacement from... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | mount: (try to) support cifs with IPv6 |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | add x to IPv6 functions which can die |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Denis Vlasenko | Unify ping and ping6. ping has -4 and -6 which force |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | ping6: stop using xgethostbyname2, remove it from libbb. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | nslookup: full circle. Here we started IPv6 work. Use... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | cleanups: unnecessary casts, unified const_1, eliminate... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | comment out unused old networking API parts |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Denis Vlasenko | small fixes to ipv6 infrastructure |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. mostly netcat. |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization is here: wget & httpd |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | ipv6-ization efforts continue. Few bugs are found, |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Denis Vlasenko | a bit more IPv6-ization work |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Denis Vlasenko | Improve generic ipv4+ipv6 support in libbb. |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Denis Vlasenko | use xbind, xconnect where appropriate. |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | introduce setsockopt_reuseaddr(int fd), setsockopt_broa... |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | fix double merge |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | telnetd: move generic stuff into libbb. It will make... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Denis Vlasenko | rodata cleanup. "unable to" == "cannot". -300 bytes |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | xconnect is non-conforming to "xfunc like libc" rule... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | wget: fix bug where wget creates null file if there... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
blob | commitdiff | raw | diff to current |
2006-02-17 |
"Vladimir N. Oleynik" | type typo. Thanks, Devin Bayer |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Rob Landley | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closin... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | Modify bb_lookup_port to allow the protocol to be speci... |
blob | commitdiff | raw | diff to current |
2003-12-23 |
Eric Andersen | fix broken formatting |
blob | commitdiff | raw | diff to current |
2003-12-23 |
Eric Andersen | don't mess up errno |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Glenn L McGrath | Change interface to bb_lookup_host, dont try and set... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Eric Andersen | Fix rdate and ftpget/ftpput so they compile with the... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Eric Andersen | Rework wget, the xconnect interface, and its various... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-11-26 |
Glenn L McGrath | use #ifdef CONFIG_* instead of #if CONFIG_* |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robert Griebl | - Forgot to cvs add bb_asprintf.c (from vodz' patch... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robert Griebl | Applied vodz' patches #49 and #50 (with a small correct... |
blob | commitdiff | raw | diff to current |
2002-07-11 |
Eric Andersen | Brad Campbell <brad@seme.com.au> notes that |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Eric Andersen | A patch from Bart Visscher <magick@linux-fan.com> to... |
blob | commitdiff | raw | diff to current |
|