aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2012-09-02style fixes, no code changesDenys Vlasenko
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko
2012-07-24dhcpd: write lease file on exitDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko
2012-07-11ftpd: free allocated string on error pathDenys Vlasenko
2012-07-11ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-17wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko
2012-06-17config: do not refer to HTTPS for wgetPierre Carrier
2012-06-17wget: make -c _not_ truncate the fileDenys Vlasenko
2012-06-13wget: correctly handle failure to -c (continue)Denys Vlasenko
2012-06-13wget: add dummy --no-cacheVladimir Dronnikov
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-06-11ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko
2012-06-10inetd: fix build failure in AndroidTias Guns
2012-06-10brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko
2012-06-03ifplugd: tweak help textDenys Vlasenko
2012-06-02udhcpc[6]: show select timeout in logDenys Vlasenko
2012-05-02udhcpc6: depend on ipv6Mike Frysinger
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-06ntpd: tweak log messages formatDenys Vlasenko
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko
2012-02-19ifupdown: support metric for static default gwNatanael Copa
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko