summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* tcpudp: simplify help textDenys Vlasenko2011-07-251-3/+3
* more tweak for bionicDenys Vlasenko2011-07-082-2/+33
* typo fixesDan Fandrich2011-07-081-1/+1
* inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
* Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-102-24/+24
* *: simplify Ethernet header includesDan Fandrich2011-06-109-53/+20
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0535-44/+6
* udhcpc: allow -O OPT take numeric paramsDenys Vlasenko2011-06-041-2/+5
* The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn2011-05-161-2/+2
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-4/+3
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-1/+1
* inetd: add FIXMEsDenys Vlasenko2011-05-121-0/+5
* traceroute: properly reduce poll timeoutDenys Vlasenko2011-05-051-24/+37
* udhcp: fix some default values from "" to NULLDenys Vlasenko2011-05-031-3/+3
* udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-263-0/+18
* dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway2011-04-261-10/+47
* add include <sys/socket.h>Denys Vlasenko2011-04-171-0/+1
* wget: add a note about bug 3625Denys Vlasenko2011-04-161-0/+6
* Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko2011-04-161-1/+1
* add forgotten #includeDenys Vlasenko2011-04-111-0/+1
* tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko2011-04-111-2/+8
* tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko2011-04-111-2/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-1133-0/+711
* http: document index.cgi usage. no code changesDenys Vlasenko2011-04-101-1/+5
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-078-16/+16
* ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko2011-04-071-3/+17
* httpd: don't send error messages with gzip encodingPeter Korsgaard2011-03-271-0/+1
* wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya2011-03-271-41/+1
* don't call freeaddinfo(NULL)Vitaly Magerya2011-03-221-2/+2
* wget: move help text to .c fileDenys Vlasenko2011-03-211-0/+26
* wget: fix fname_out usage wrt redirectsDenys Vlasenko2011-03-211-2/+8
* udhcpc: emit "correct" secs fieldDenys Vlasenko2011-03-122-0/+17
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-4/+5
* ftpd: better usage textDenys Vlasenko2011-03-081-1/+18
* udhcpc: add -B optionKeith Young2011-03-071-59/+69
* nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-062-30/+94
* nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter2011-03-061-11/+9
* don't leak malloced variables in the loop; remove double allocAlexey Fomenko2011-03-022-3/+6
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-2/+2
* add missing fclose'sAlexey Fomenko2011-03-021-0/+2
* whois: new appletPere Orga2011-02-271-0/+66
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-263-21/+22
* fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried2011-02-261-0/+3
* iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko2011-02-234-38/+74
* wget: reduce bloatPere Orga2011-02-191-7/+3
* udhcpd: optional IP selection based on MAC hashVladislav Grishenko2011-02-162-8/+50
* wget: check for final write errors for -O FILE tooDenys Vlasenko2011-02-151-0/+3
* wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko2011-02-151-29/+37
* wget: fix SEGV with multiple urls and redirectionPere Orga2011-02-141-0/+1