aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_19_4' into merge_1_19Ron Yorston2012-03-223-7/+16
|\
| * Apply post-1.19.3 patches, bump version to 1.19.41_19_4Denys Vlasenko2012-02-041-2/+4
| * Apply post-1.19.2 patches, bump version to 1.19.31_19_3Denys Vlasenko2011-10-282-5/+12
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-224-6/+37
|\|
| * 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
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-2242-126/+61
|\|
| * 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
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-2210-44/+116
|\|
| * 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
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-2238-65/+769
|\|
| * 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
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-2212-133/+344
|\|
| * 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