less: fix botched attempt to use last column
[oweals/busybox.git] / networking /
2015-08-15 Ron Yorstonipcalc: fix trivial usage message
2015-08-04 Denys Vlasenkozcip: tweak comments and make unsigned division more...
2015-08-04 Denys Vlasenkozcip: another code shrink
2015-08-04 Denys Vlasenkozcip: code shrink
2015-08-04 Denys Vlasenkozcip: simplify code
2015-07-30 Arthur Gautierudhcpc: dns labels can actually start with a number
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-07-01 Denys Vlasenkoipaddress: better formatting, no code changes
2015-07-01 Michael Tokarevip addr: support change and replace commands
2015-05-25 Maninder Singhtypo fixes
2015-05-24 Denys Vlasenkotc: fix print_rate
2015-03-31 Denys Vlasenkoftpd: change_identity() must be after chroot()
2015-03-22 Vladislav Grishenkozcip: fix wrong comparison of source IP with our IP
2015-03-22 Denys Vlasenkoifupdown: shrink a message
2015-03-22 Frank Bergmannifupdown: correct ifstate update during 'ifup -a'....
2015-03-12 Ron YorstonUse chomp to remove newlines
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-03-12 Alexander Korolkovarping: fix iface name in error messages
2015-03-05 Denys Vlasenkontpd: tweak help text
2015-03-03 Denys Vlasenkoinetd: fix order of array index check and array access
2015-03-02 Denys Vlasenkontpd: chnage help text about -l to say that it doesn...
2015-02-18 Bernhard Reutner... wget: fix --header to not append duplicate headers
2015-02-18 Denys Vlasenkotrivial code shrink
2015-02-04 Denys Vlasenkoroute: fix bogus read error when route table is empty
2015-02-03 Denys Vlasenkoroute: improve -A inet6
2015-02-03 Denys Vlasenkoifconfig: fix double free fatal error in INET_sprint
2015-01-30 Martin Kaisertelnetd: we only need CONFIG_UNIX98_PTYS from the Linux...
2015-01-29 Denys Vlasenkontpd: get rid of G.initial_poll_complete
2015-01-27 Denys Vlasenkodhcpd: fix an improper widening conversion
2015-01-26 Denys Vlasenkoftpd: prevent zombies. closes 7832
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2015-01-05 Denys Vlasenkodeleting unused ntpd_simple.c
2015-01-04 Adam Tkacntpd: relicense ntpd applet to ISC-style license
2014-12-25 John Schroederudhcpd: account for script delay in lease
2014-12-21 Denys Vlasenkoudhcpc: account for script run time
2014-11-27 Bartosz Golaszewskilibbb: use sendfile() to copy data between file descriptors
2014-11-25 Denys Vlasenkoudhcpd: if a lease from lease file coincides with a...
2014-11-17 Michael Tokareviproute: support onelink route option and print route...
2014-11-04 Michel Stamzcip: Add environment variable for overriding log funct...
2014-10-30 Michel Stamzcip: allow our own class B range to be used for ZeroConf
2014-10-30 Michel Stamudhcpd: add option for tweaking arpping
2014-10-05 Miroslav Lichvarntpd: calculate offset to jitter ratio before updating...
2014-10-02 Miroslav Lichvarntpd: don't stay at short polling interval
2014-09-27 Denys Vlasenkontpd: be less eager to use shorter poll intervals
2014-09-24 Miroslav Lichvarntpd: split out poll adjusting code
2014-09-24 Miroslav Lichvarntpd: don't wait for good offset before disabling burst...
2014-09-15 Denys Vlasenkoftpd: make LIST command show dotfiles too
2014-09-04 Denys Vlasenkotftpd: tweak HP PA-RISC firmware bug compatibility
2014-09-03 Denys Vlasenkotftpd: support full 512-byte requests
2014-08-27 Florian Fainelliping: add -p to specify data pattern
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-07-20 Ken Sharpzcip: fix link-local IP conflict detection
2014-07-16 Jeremy Kerrudhcp: add PXELINUX path prefix option (code 210) defin...
2014-07-15 Denys Vlasenkontpd: add support for -I IFACE
2014-06-27 Denys Vlasenkoftpd: do not use root_fd if we are not in chroot
2014-06-27 Denys Vlasenkoftpd: for LIST, open current directory *in the child*
2014-06-27 Denys Vlasenkoftpd: escape chroot prior to re-executing ls helper
2014-06-26 Denys Vlasenkoftpd: optimize writes of LIST results a bit
2014-06-25 Denys Vlasenkoftpd: support deprecated XPWD command
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-15 Denys Vlasenkoudhcpc: make hostname sanitization optional. Closes...
2014-05-02 Denys Vlasenkolibbb: rename execable -> executable. No code changes
2014-04-20 Denys Vlasenkontpd: fix wrong delay value in one of the printed messages
2014-04-19 Denys Vlasenkontpd: truly ignore high delay packet
2014-03-27 Denys Vlasenkowget: fix a case where progress bar isn't updated if...
2014-03-23 Denys Vlasenkontpd: add optional support for /etc/ntp.conf
2014-03-05 Denys Vlasenkouse [s]rand(), not [s]random()
2014-03-01 Denys Vlasenkoip link: add support for "address ETHADDR". Closes...
2014-02-27 Denys Vlasenkoudhcpc: ignore NAKs from "wrong" servers. Closes 4267
2014-02-26 Denys Vlasenkonc: fix option bit positions. Closes 6926
2014-02-24 Denys Vlasenkowget: fix comment
2014-02-23 Denys Vlasenkowget: add commented-out code to use ssl_helper instead...
2014-02-23 Denys Vlasenkonetworking/ssl_helper: experimental matrixssl-based...
2014-02-22 Denys Vlasenkowget: add support for https using "openssl s_client...
2014-02-19 Denys Vlasenkoudhcpc: fix BPF filter. Hopefully fixes the root cause...
2014-02-10 Denys Vlasenkoifplugd: code shrink
2014-02-09 Denys Vlasenkohtpd: trivial simplification in random interval selection
2014-02-07 Denys Vlasenkoudhcpc: in comments, explain the kind of raw socket...
2014-02-03 Denys Vlasenkoudhcpc: don't use BPF filter, users report problems...
2014-02-03 Kaarle Ritvanenifupdown: support 'link' address family
2014-02-03 Denys Vlasenkowget: fix use-after-free of ->user. Closes 6836
2014-01-22 Eugene Rudoyiplink: fix build with kernel versions prior to 2.6.23
2014-01-20 Denys Vlasenkontpd: remove now unnecessary check for IP_PKTINFO defin...
2014-01-20 Bartosz Golaszewskintpd: fix compilation warnings
2014-01-10 Denys Vlasenkofakeidentd: simplify ndelay manipulations
2014-01-09 Denys Vlasenkofixlet for the previous commit #2
2014-01-09 Denys Vlasenkofixlet for the previous commit
2014-01-09 Denys Vlasenkonetworking: explain isrv_run() API
2014-01-09 Ryan Mallonfakeidentd: fix use-after-free
2014-01-09 Denys Vlasenkoping: revert "try SOCK_DGRAM if no root privileges"
2014-01-08 Denys Vlasenkontpd: adjust last packet's recv time after a step
2013-12-17 Michael Tokarevhostname: do not use gethostbyname() for "hostname -s"
2013-12-17 Lauri Kasanenwget: user-friendly fallback to http
2013-12-08 Denys Vlasenkontpd: speed up resyncing if our clock is seriously off
2013-12-07 Denys Vlasenkontpd: do not invalidate datapoints after step
2013-12-04 Denys Vlasenkontpd: comment out "spike detection" code
2013-12-04 Denys Vlasenkontpd: promote log level 3 to production
2013-12-04 Denys Vlasenkontpd: let user know if spike was detected
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
next