aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ftpd: add LOG_NDELAY to openlogDenis Vlasenko2009-03-091-1/+2
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-246/+154
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-091-96/+97
* ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko2009-03-091-26/+20
* ftpd: code shrinkDenis Vlasenko2009-03-091-1/+1
* ftpd: code shrinkDenis Vlasenko2009-03-091-4/+4
* ftp: code shrinkDenis Vlasenko2009-03-091-132/+119
* ftpd: code shuffled a bit, added commentsDenis Vlasenko2009-03-091-7/+15
* ftpd: add commentDenis Vlasenko2009-03-091-1/+2
* ftpd: further code shrinkDenis Vlasenko2009-03-091-192/+185
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-092-37/+0
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-086-378/+394
* adding forgotten new fileDenis Vlasenko2009-03-081-0/+1130
* 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