summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-305-11/+1
* whitespace cleanupDenys Vlasenko2010-10-2928-132/+103
* ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko2010-10-291-55/+68
* telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko2010-10-291-24/+24
* telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko2010-10-291-69/+63
* dnsd: fix 64-bit bug 2539.Denys Vlasenko2010-10-291-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-289-17/+17
* netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko2010-10-281-3/+6
* netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko2010-10-271-47/+62
* netstat: fix -r display in usage textBob Dunlop2010-10-271-28/+50
* nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin2010-10-221-0/+2
* udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko2010-10-212-5/+14
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-5/+5
* udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko2010-10-201-6/+14
* udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko2010-10-201-10/+11
* udhcpc: periodically reread our ifindex and macDenys Vlasenko2010-10-201-0/+10
* udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko2010-10-201-18/+90
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-202-7/+7
* udhcpc: better help textDenys Vlasenko2010-10-201-9/+15
* udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko2010-10-201-3/+4
* udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko2010-10-202-41/+37
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-0/+78
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-182-24/+3
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-2/+2
* udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-1/+1
* tweak help textDenys Vlasenko2010-10-091-1/+2
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
* ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko2010-10-041-2/+11
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
* wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
* nbd-client: new appletRob Landley2010-09-231-0/+153
* nc: show help text on bad parametersDenys Vlasenko2010-09-071-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* ifupdown: %client%, not %clientid%Denys Vlasenko2010-09-031-3/+3
* better shared strings trickDenys Vlasenko2010-09-013-5/+5
* iplink: another compat #ifndef/#define tweakDenys Vlasenko2010-08-301-0/+2
* ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko2010-08-271-3/+22
* ip: add a #define for older kernelsDenys Vlasenko2010-08-221-0/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1660-63/+63
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-123-3/+3
* wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko2010-08-081-1/+1
* wget: make -T support enabled by defaultDenys Vlasenko2010-08-081-2/+2
* wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-082-48/+85
* Fix a typo in config textDenys Vlasenko2010-08-071-1/+1
* httpd: simplified "gzip" testPeter Korsgaard2010-07-261-11/+11
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-262-2/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-263-3/+0
* httpd: optional support for gzip-compressed pagesPeter Korsgaard2010-07-252-4/+60