aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-082-0/+14
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-059-140/+63
* wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2009-03-041-5/+61
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* wget: fix --header handlingDenis Vlasenko2009-03-021-9/+15
* runsv: small optimizationDenis Vlasenko2009-02-261-1/+1
* - rephrase helptext for clarityBernhard Reutner-Fischer2009-02-241-1/+1
* - improve wordingBernhard Reutner-Fischer2009-02-241-1/+1
* - improve wordingBernhard Reutner-Fischer2009-02-141-1/+1
* httpd: tiny optimizationDenis Vlasenko2009-02-051-7/+6
* httpd:Denis Vlasenko2009-02-042-117/+56
* telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2009-02-022-8/+184
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-023-18/+20
* dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko2009-02-012-18/+52
* brctl: fix compilation on 2.4.x kernelsDenis Vlasenko2009-01-311-0/+14
* traceroute: allow -w NUM as small as 1Denis Vlasenko2009-01-241-1/+1
* traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko2009-01-241-559/+166
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-241-124/+94
* tunctl: new applet by VladimirDenis Vlasenko2009-01-233-0/+154
* dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko2009-01-141-2/+3
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-017-186/+194
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-302-37/+32
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-101-1/+1
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-101-7/+16
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-103-6/+5
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-0810-68/+83
* Fix forgotten license commentsDenis Vlasenko2008-12-077-0/+16
* iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko2008-12-041-1/+1
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* vconfig: style fix, no code changesDenis Vlasenko2008-12-021-5/+6
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-0216-48/+42
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-1/+0
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-242-13/+15
* httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko2008-11-221-0/+5
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-75/+85
* tftpd: can also have TFTP_DEBUGDenis Vlasenko2008-11-221-1/+1
* nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko2008-11-171-4/+9
* nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko2008-11-161-11/+26
* ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier2008-11-142-2/+13
* arp: stop using globalsDenis Vlasenko2008-11-131-27/+45
* telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko2008-11-121-10/+15
* telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko2008-11-112-122/+168
* telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko2008-11-091-0/+4
* *: a bit of code shrinkDenis Vlasenko2008-11-092-4/+5
* telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko2008-11-071-30/+41
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-063-606/+0
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-1/+1
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-0611-27/+27
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-1/+1