Fixes for FreeBSD build
[oweals/busybox.git] / networking /
2011-07-25 Denys Vlasenkotcpudp: simplify help text
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-07-08 Dan Fandrichtypo fixes
2011-06-15 Bernhard Reutner... inetd: check if RPC is available
2011-06-12 Denys Vlasenkoiplink: tweak includes to work on android
2011-06-10 Daniel FandrichReplaced __u32 etc. with standard uint32_t style types
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-06-04 Denys Vlasenkoudhcpc: allow -O OPT take numeric params
2011-05-16 Cristian Ionescu... The [-Wunused-but-set-variable] warnings
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-05-12 Denys Vlasenkoinetd: add FIXMEs
2011-05-05 Denys Vlasenkotraceroute: properly reduce poll timeout
2011-05-03 Denys Vlasenkoudhcp: fix some default values from "" to NULL
2011-04-26 Nigel Hathawayudhcp: add FEATURE_UDHCP_8021Q option
2011-04-26 Nigel Hathawaydhcpc: export unrecognized options in "optNN=XXXXXXXXX...
2011-04-17 Denys Vlasenkoadd include <sys/socket.h>
2011-04-16 Denys Vlasenkowget: add a note about bug 3625
2011-04-16 Denys VlasenkoUse net/ethernet.h instead of linux/if_ether.h in more...
2011-04-11 Denys Vlasenkoadd forgotten #include
2011-04-11 Denys Vlasenkotftpd: add -l "log to syslog" option. Needed for inetd...
2011-04-11 Denys Vlasenkotftp: fix progress bar for large (>32M) files. Closes...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-10 Denys Vlasenkohttp: document index.cgi usage. no code changes
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-04-06 Denys Vlasenkontpd: decrease ntpd -q "no response" timeout to 10 sec
2011-03-27 Peter Korsgaardhttpd: don't send error messages with gzip encoding
2011-03-27 Vitaly Mageryawget: --post-data=STR should not encode STR, should...
2011-03-22 Vitaly Mageryadon't call freeaddinfo(NULL)
2011-03-20 Denys Vlasenkowget: move help text to .c file
2011-03-20 Denys Vlasenkowget: fix fname_out usage wrt redirects
2011-03-12 Denys Vlasenkoudhcpc: emit "correct" secs field
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-08 Denys Vlasenkoftpd: better usage text
2011-03-07 Keith Youngudhcpc: add -B option
2011-03-06 Phil Sutternameif: add matching by phy_address=NUM; extend help...
2011-03-06 Phil Sutternameif: fix parsing of /proc/net/dev; small code shrink
2011-03-02 Alexey Fomenkodon't leak malloced variables in the loop; remove doubl...
2011-03-02 Denys Vlasenkoconvert "do {...} while (1);" -> "while (1) {...}"
2011-03-02 Alexey Fomenkoadd missing fclose's
2011-02-27 Pere Orgawhois: new applet
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-26 Stefan Seyfriedfix libiproute compile with kernel headers < 2.6.17
2011-02-23 Denys Vlasenkoiproute: fix parsing and matching of of "short" IP...
2011-02-19 Pere Orgawget: reduce bloat
2011-02-16 Vladislav Grishenkoudhcpd: optional IP selection based on MAC hash
2011-02-15 Denys Vlasenkowget: check for final write errors for -O FILE too
2011-02-14 Denys Vlasenkowget: make "wget -O FILE URL1 URL2" concatenate output
2011-02-14 Pere Orgawget: fix SEGV with multiple urls and redirection
2011-02-14 Vladislav Grishenkoudhcpc: use more correct, and more importantly, more...
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line even withou...
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line
2011-02-12 Denys Vlasenkotypo fix in comment
2011-02-11 Denys Vlasenkowget: display 100% at the _end_ of chunked download
2011-02-11 Denys Vlasenkowget: chunked mode fix. Closes bug 3229
2011-02-11 Denys Vlasenkowget: explain clearerr more clearly
2011-02-11 Denys Vlasenkowget: correctly handle rare case when we get EAGAIN...
2011-02-11 Denys Vlasenkoprogress meter: fix bugs found in stall detection and...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
2011-02-10 Denys Vlasenkowget: shrink progress meter code; strink wget and add...
2011-02-10 Denys Vlasenkowget: use closed HTTP/1.1 connection, stop when we...
2011-02-10 Denys Vlasenkosave 10 bytes on strings
2011-02-10 Denys Vlasenkowget: remove functions which retry on EINTR
2011-02-10 Denys Vlasenkofix trivial build failure
2011-02-10 Denys Vlasenkowget: use FEATURE_COPYBUF_KB-sized buffer. Much faster...
2011-02-10 Denys Vlasenkotc: less ugly check for bad sizeof(G)
2011-02-09 Denys Vlasenkoiproute: fix handling of "dev IFACE" selector
2011-02-06 Denys Vlasenkoudhcpc: fix a problem with binary-encoded options
2011-02-06 Denys Vlasenkoping: trivial simplification. -2 bytes
2011-02-05 Denys Vlasenkoping: fix IPv6 pinging. Closes bug 3187
2011-02-02 Denys Vlasenkowhitespace fixes
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-21 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2011-01-20 Denys Vlasenkoeliminate aliasing warnings in traceroute.c and udhcp...
2011-01-20 Denys Vlasenkoeliminate aliasing warning in networking/route.c
2011-01-20 Denys Vlasenkoifplugd: eliminate aliasing warnings
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
2011-01-11 Denys Vlasenkohttpd: send correct mtime for .gz files
2011-01-11 Denys Vlasenkolibbb unicode: comment out usused function and unused...
2011-01-10 Denys Vlasenkotftp: fix bad interaction betweel poll() and alarm...
2011-01-03 Denys Vlasenkoexplain every non-SUID_DROP applet. No code changes
2010-12-25 Denys Vlasenkoudhcpc: document SIGUSRn effect in help text
2010-11-30 Denys Vlasenkotelnetd: write utmp record with correct pid
2010-11-29 Denys Vlasenkoping: set not only IP_TTL, but also IP_MULTICAST_TTL
2010-11-28 Joachim Nilssonping: add -t TTL option
2010-11-28 Denys Vlasenkodhcpd: reply with NAK to clients in INIT-REBOOT state...
2010-11-28 Denys Vlasenkouse BB_EXECVP_or_die where appropriate
2010-11-28 Denys Vlasenkodhcpd: smaller code: do not look for REQUESTED_IP twice
2010-11-22 Denys Vlasenkonc: fix SEGV on -v when NC_EXTRA is off
2010-11-22 Mike Frysingerinetd: if argv[0] is not specified, set it to program...
2010-11-04 Christian Hornungip: Fix command line option parsing of "ip route get...
2010-10-30 Denys Vlasenkonetworking/*: remove superfluous comments
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-29 Denys Vlasenkoifupdown: add manual method for IPv6. Closes bug 2497.
2010-10-29 Denys Vlasenkotelnet: do not check for 0 return from poll (it's impos...
2010-10-29 Denys Vlasenkotelnet: convert CR NUL -> CR on input. Closes bug 2569
2010-10-28 Denys Vlasenkodnsd: fix 64-bit bug 2539.
2010-10-28 Denys Vlasenko*: whitespace fixes
next