libbb: make history saving/loading concurrent-safe
[oweals/busybox.git] / networking /
2009-03-18 Denis Vlasenkohttpd: add comment explaining why SERVER_NAME etc is...
2009-03-18 Denis Vlasenkoftpd: fix command fetching to not do it in 1-byte reads;
2009-03-18 Denis Vlasenkoftpd: add some comments
2009-03-18 Denis Vlasenkoftpd: trim messages (but make sure they still make...
2009-03-18 Denis Vlasenkoftpd: do not use nasty tricks for re-execing if we...
2009-03-18 Denis Vlasenkoftpd: add support for MDTM, I see clients often use it,
2009-03-17 Denis Vlasenkoftpd: document NLST format
2009-03-17 Denis Vlasenkoftpd: instead of wordy HELP, implement useful, and...
2009-03-17 Denis Vlasenkoftpd: implement -vv verbosity
2009-03-17 Denis Vlasenkoftpd: tweak timeout code
2009-03-16 Denis Vlasenkoftpd: fix thinko: set_nport takes port in network order
2009-03-16 Denis Vlasenkoftpd: dont use fdprintf for simple status messages
2009-03-16 Denis Vlasenkoftpd: simplify PORT check by assuming IP = peer's IP.
2009-03-16 Denis Vlasenkoftpd: add idle and absolute timeouts. This is a securit...
2009-03-16 Denis Vlasenkoftpd: security tightened up:
2009-03-15 Denis Vlasenkoftpd: fix the bug where >2GB file ops report errors;
2009-03-11 Denis Vlasenko*: remove LOG_NOWAIT
2009-03-11 Denis Vlasenkoftpd: stop unconditional logging to syslog. This was...
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2009-03-09 Denis Vlasenkoftpd: add LOG_NDELAY to openlog
2009-03-09 Denis Vlasenkoftpd: reuse ls applet for LIST/NLST/STAT generation
2009-03-09 Denis Vlasenkoftpd: EPSV and SIZE support. Tested to work on IPv6...
2009-03-09 Denis Vlasenkoftp: reduce amount of realloc's done in cmdio_write
2009-03-09 Denis Vlasenkoftpd: code shrink
2009-03-09 Denis Vlasenkoftpd: code shrink
2009-03-09 Denis Vlasenkoftp: code shrink
2009-03-09 Denis Vlasenkoftpd: code shuffled a bit, added comments
2009-03-09 Denis Vlasenkoftpd: add comment
2009-03-09 Denis Vlasenkoftpd: further code shrink
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-03-08 Denis Vlasenkoftpd: code chrink, fixed some minor bugs
2009-03-08 Denis Vlasenkoadding forgotten new file
2009-03-08 Denis Vlasenkoftpd: new applet by Adam Tkac
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2009-03-04 Denis Vlasenkowget: --post-data support by Harald Kuthe (harald-tuxbo...
2009-03-03 Denis Vlasenkoip: in "ip rule add from all table 1", "all" is taken...
2009-03-02 Denis Vlasenkowget: fix --header handling
2009-02-26 Denis Vlasenkorunsv: small optimization
2009-02-24 Bernhard Reutner... - rephrase helptext for clarity
2009-02-24 Bernhard Reutner... - improve wording
2009-02-14 Bernhard Reutner... - improve wording
2009-02-05 Denis Vlasenkohttpd: tiny optimization
2009-02-04 Denis Vlasenkohttpd:
2009-02-02 Denis Vlasenkotelnetd: do not advertise TELNET_LFLOW, we do not support
2009-02-02 Denis Vlasenkoudhcpd: add code which rejects lease files with suspici...
2009-02-01 Denis Vlasenkodhcpd,dumpleases: write and use 64-bit current time...
2009-01-31 Denis Vlasenkobrctl: fix compilation on 2.4.x kernels
2009-01-24 Denis Vlasenkotraceroute: allow -w NUM as small as 1
2009-01-24 Denis Vlasenkotraceroute: rewrite. Do not emit raw IP packets, instea...
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2009-01-23 Denis Vlasenkotunctl: new applet by Vladimir
2009-01-14 Denis Vlasenkodhcpc: suppress "warning: 'timestamp_before_wait' might...
2009-01-01 Denis Vlasenkoudhcpd: disable opton to have absolute lease times...
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-10 Denis Vlasenkolibiproute: fix buggy open check: s/if (fd)/if (fd...
2008-12-10 Denis Vlasenkobb_info_msg: make it do atomic, unbuffered writes
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-12-04 Denis Vlasenkoiproute: fix ipXXX utilities trying to parse their...
2008-12-03 Denis Vlasenkoiptunnel: fix problems with including linux/ip_tunnel.h
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-02 Denis Vlasenkovconfig: style fix, no code changes
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-24 Denis Vlasenkovi: speedup and code shrink (Walter Harms)
2008-11-22 Denis Vlasenkohttpd: set $HOST to Host: header value. +83 bytes.
2008-11-22 Denis Vlasenkonetworking/interface.c: better readability (by Walter...
2008-11-22 Denis Vlasenkotftpd: can also have TFTP_DEBUG
2008-11-17 Denis Vlasenkonslookup: glibc + IPv6 address of DNS server don't...
2008-11-16 Denis Vlasenkonslookup: allow usage of IPv6 addresses or hostnames
2008-11-14 Wade Berrierifupdown.c: allow options to udhcpc to be configurable...
2008-11-13 Denis Vlasenkoarp: stop using globals
2008-11-12 Denis Vlasenkotelnetd: fix compile problem for non-standalone telnetd
2008-11-11 Denis Vlasenkotelnetd: correctly output 0xff char. ~100 bytes.
2008-11-09 Denis Vlasenkotelnetd: set SO_KEEPALIVE, users report it's useful...
2008-11-09 Denis Vlasenko*: a bit of code shrink
2008-11-07 Denis Vlasenkotelnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
2008-11-06 Denis Vlasenkototal overhaul of mail applets. again. Vladimir as...
2008-11-06 Denis Vlasenkorunsvdir: alternative methon of supporting runsvdir...
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-11-05 Denis Vlasenkoinetd: fix a case when we have zero services
2008-11-04 Denis Vlasenkonslookup: tiny shrink (-5 bytes); add comment about...
2008-11-01 Denis Vlasenkotftpd: show help if stdin is not a socket
2008-11-01 Denis Vlasenkoiplink: accept shorthands for "address" keyword here:
2008-10-30 Bernhard Reutner... - minor shrinkage (~-60)
2008-10-30 Bernhard Reutner... - support ip link set eth1 address 00:11:22:33:44:55
2008-10-29 Denis Vlasenkorandomconfig fixes
2008-10-27 Denis Vlasenkoudhcp: simplify SO_BINDTODEVICE call
2008-10-27 Denis Vlasenkoping: trivial code shrink
2008-10-21 Bernhard Reutner... - fix ip route rejecting dotted quads as prefix
2008-10-10 Denis Vlasenkozcip: code size optimizations, improved help text and...
2008-10-07 Bernhard Reutner... - route metric support (Natanael Copa)
2008-10-02 Bernhard Reutner... - wrap overlong line
2008-09-30 Denis Vlasenkoinetd: use config parser. by Vladimir
2008-09-28 Denis Vlasenkoroute: fix for 64-bit BE machines by Seonghun Lim ...
2008-09-28 Denis Vlasenkosendmail: update by Vladimir
2008-09-27 Denis Vlasenkosendmail: compat update by Vladimir
2008-09-26 Denis Vlasenkoudhcp: add inline docs; small code shrink
next