- 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
- 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
- 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
- 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
- e66a09b dnsd: add more -v messages by Denys Vlasenko · 15 years ago
- 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
- 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
- 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
- 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
- 4b06146 tftpd: fix file creation with bogus mode. Closes bug 1021. by Denys Vlasenko · 15 years ago
- e17764c further work on unicodization by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
- 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
- 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- dfd38a4 ping: use ICMP_MINLEN by Bernhard Reutner-Fischer · 15 years ago
- f3fc9ac ftpd: conditional support for broken clients by Stefan Seyfried · 15 years ago
- 33f9dc0 ftpd: code shrink by Denys Vlasenko · 15 years ago
- 57f46c1 ntpd: remove some code which is at best unneeded and at worst wrong by Denys Vlasenko · 15 years ago
- 9b20adc ntpd: add anti-clock-hopping code by Denys Vlasenko · 15 years ago
- 5b9a910 ntpd: disable frequency estimation code by Denys Vlasenko · 15 years ago
- 60b9524 whitespace fix by Denys Vlasenko · 15 years ago
- f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
- cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
- 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
- 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- 866710a nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 by Denys Vlasenko · 15 years ago
- f422a72 ifplugd: restore auto-ifup unless -a; make iff method less iffy :D by Denys Vlasenko · 15 years ago
- 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
- ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
- 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
- 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
- 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
- ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
- 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
- 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
- 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
- 2d3253d ntpd: fix comment, no code changes by Denys Vlasenko · 15 years ago
- d498ff0 ntpd: try to avoid using libm. -1.2k if we succeed by Denys Vlasenko · 15 years ago
- 510f56a ntpd: remove an old hack for faster initialization by Denys Vlasenko · 15 years ago
- 0b00281 ntpd: better selection of initial sync; fewer gettimeofday calls by Denys Vlasenko · 15 years ago
- 1ee5afd ntpd: fix jitter calculations and status propagation by Denys Vlasenko · 15 years ago
- 2e36eb8 ntpd: speed up reaction to poll interval decrease by Denys Vlasenko · 15 years ago
- d9109e3 ntpd: improve frequency filtering by Denys Vlasenko · 15 years ago
- a9aaeda ntpd: restore forgotten delay sanitization by Denys Vlasenko · 15 years ago
- e4844b8 ntpd: add a comment, no code changes by Denys Vlasenko · 15 years ago
- 6131311 ntpd: disable unused code; show kernel's clock drift correction by Denys Vlasenko · 15 years ago
- bfc2a32 ntpd: reduce poll interval increase rate by Denys Vlasenko · 15 years ago
- dd6673b ntpd: replace openntp's clock discipline with ntpd's by Denys Vlasenko · 15 years ago
- 8a428d9 ntpd: ntpd.c -> ntpd_simple.c by Denys Vlasenko · 15 years ago
- d2fe69f ntpd: preparatory patches, no functional changes by Denys Vlasenko · 15 years ago
- 6879a7a ntpd: fx incorrect offset display when stepping by Denys Vlasenko · 15 years ago
- afa2d33 ntpd: field renames and style fixes, no code changes by Denys Vlasenko · 15 years ago
- e99c8d2 ntpd: eliminate one time(NULL) call by Denys Vlasenko · 15 years ago
- dbc6a7a httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) by Denys Vlasenko · 15 years ago
- 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
- d2c879d wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
- 6a110c9 ntpd: remove dynamic dns resolution code, too complex. -69 bytes by Denys Vlasenko · 15 years ago
- 7cb1d6c ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes by Denys Vlasenko · 15 years ago
- 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
- 4bd5189 ntpd: fix malloc-too-short bug; code shrink -76 bytes by Denys Vlasenko · 15 years ago
- ebde6f1 ntpd: fix "synced" state detection by Denys Vlasenko · 15 years ago
- f91e63c ntpd: continuing small message tweaks and the like. -29 bytes by Denys Vlasenko · 15 years ago
- 386960a htpd: better logging; removed some unused code and data. -212 bytes by Denys Vlasenko · 15 years ago
- fae9f49 ntpd: make it work w/o -g too :( by Denys Vlasenko · 15 years ago
- 160b9ca ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds by Denys Vlasenko · 15 years ago
- 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
- 650a701 ntpd: trivial -2 byte code optimization by Denys Vlasenko · 15 years ago
- b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
- b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
- 9cc60d7 ntpd: fix vda's breakage by Denys Vlasenko · 15 years ago
- f42fa1b traceroute6: restore port after probing by Denys Vlasenko · 15 years ago
- 363e89b ntpd: use MSG_DONTWAIT; better readability by Denys Vlasenko · 15 years ago
- ca6c7e4 ntp: simplifications; libbb: simpler resolution of numeric hostnames by Denys Vlasenko · 15 years ago
- c14bf21 traceroute: simplify code a bit by Denys Vlasenko · 15 years ago
- 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
- 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
- 0d56568 traceroute: cleanup preparing it for traceroute6. -17 bytes by Denys Vlasenko · 15 years ago
- b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
- 85164fa ping: use |=, not =, when combine option bit mask by Denys Vlasenko · 15 years ago
- ad7d94b ping6: do not play dirty tricks with argv by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- e3600a0 httpd_post_upload.txt example: handle binary files too by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 6528abe tftpd: another small tweak by Denys Vlasenko · 15 years ago
- 1e9ac9f tftp: another small tweak by Denys Vlasenko · 15 years ago
- adc08ef tftpd: slight correction to progress bar code by Denys Vlasenko · 15 years ago
- 8bd0af9 tftp: add optiona support for progress bar by Magnus Damm · 15 years ago
- bbd4235 tftp: extend tsize support a little by Magnus Damm · 15 years ago
- f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago