aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12inetd: add FIXMEsDenys Vlasenko
2011-05-05traceroute: properly reduce poll timeoutDenys Vlasenko
2011-05-03udhcp: fix some default values from "" to NULLDenys Vlasenko
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway
2011-04-26dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway
2011-04-17add include <sys/socket.h>Denys Vlasenko
2011-04-16wget: add a note about bug 3625Denys Vlasenko
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko
2011-04-11add forgotten #includeDenys Vlasenko
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko
2011-03-12udhcpc: emit "correct" secs fieldDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-02add missing fclose'sAlexey Fomenko
2011-02-27whois: new appletPere Orga
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko
2011-02-19wget: reduce bloatPere Orga
2011-02-16udhcpd: optional IP selection based on MAC hashVladislav Grishenko
2011-02-15wget: check for final write errors for -O FILE tooDenys Vlasenko
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko