aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-17brctl: Fix commentBernhard Reutner-Fischer
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-27Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26Config: fix alphabetical orderingBernhard Reutner-Fischer
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-24typo fixesDenys Vlasenko
2010-02-19netstat: fix a trivial bugDenys Vlasenko
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-07dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko
2010-02-07dnsd: add more -v messagesDenys Vlasenko
2010-02-06dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-26libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko
2010-01-25ntpd: explain why scripts can be run in quick successionDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-23ping: use ICMP_MINLENBernhard Reutner-Fischer
2010-01-18ftpd: conditional support for broken clientsStefan Seyfried
2010-01-17ftpd: code shrinkDenys Vlasenko
2010-01-17ntpd: remove some code which is at best unneeded and at worst wrongDenys Vlasenko
2010-01-17ntpd: add anti-clock-hopping codeDenys Vlasenko
2010-01-17ntpd: disable frequency estimation codeDenys Vlasenko
2010-01-14whitespace fixDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2010-01-11ntpd: explain algorithmDenys Vlasenko
2010-01-11ntpd: expose more data to the script; more eagerly drop to lower pollDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-08nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...Denys Vlasenko
2010-01-08ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko
2010-01-07ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko
2010-01-07hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2010-01-06ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko
2010-01-06ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko
2010-01-06ifplugd: simplify run_script()Denys Vlasenko