Age | Commit message (Expand) | Author |
2010-03-05 | tftp: do not show progress bar if we get error right away. +13 bytes | Denys Vlasenko |
2010-03-03 | ping: do not leak data from stack; shrink | Denys Vlasenko |
2010-03-02 | *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR | Denys Vlasenko |
2010-02-27 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko |
2010-02-27 | *: gethostname-related fixes | Denys Vlasenko |
2010-02-26 | Config: fix alphabetical ordering | Bernhard Reutner-Fischer |
2010-02-26 | reuse a few strings | Bernhard Reutner-Fischer |
2010-02-24 | typo fixes | Denys Vlasenko |
2010-02-19 | netstat: fix a trivial bug | Denys Vlasenko |
2010-02-11 | wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" | Denys Vlasenko |
2010-02-10 | wget: ignore --no-check-certificate | Bernhard Reutner-Fischer |
2010-02-07 | dnsd: add -s option. This allows (clumsy) operation with read dns servers | Denys Vlasenko |
2010-02-07 | dnsd: add more -v messages | Denys Vlasenko |
2010-02-06 | dnsd: fix one big-endian goof; add a TODO about RA bit | Denys Vlasenko |
2010-02-05 | udhcp[cd]: fix aliasing warnings | Denys Vlasenko |
2010-02-05 | *: fix 1/4 remaining aliasing warnings | Denys Vlasenko |
2010-02-04 | *: eliminate more aliasing warnings | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-02-02 | more thorough fix for systems with strange socklen_t | Denys Vlasenko |
2010-02-02 | tftpd: fix file creation with bogus mode. Closes bug 1021. | Denys Vlasenko |
2010-01-30 | further work on unicodization | Denys Vlasenko |
2010-01-28 | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko |
2010-01-26 | libiproute: eliminate unused fields in struct filter_t's; style fixes | Denys Vlasenko |
2010-01-25 | ntpd: explain why scripts can be run in quick succession | Denys Vlasenko |
2010-01-25 | whitespace fixes | Denys Vlasenko |
2010-01-24 | libbb: better unicode width support. Hopefully fixes bug 839. | Denys Vlasenko |
2010-01-23 | ping: use ICMP_MINLEN | Bernhard Reutner-Fischer |
2010-01-18 | ftpd: conditional support for broken clients | Stefan Seyfried |
2010-01-17 | ftpd: code shrink | Denys Vlasenko |
2010-01-17 | ntpd: remove some code which is at best unneeded and at worst wrong | Denys Vlasenko |
2010-01-17 | ntpd: add anti-clock-hopping code | Denys Vlasenko |
2010-01-17 | ntpd: disable frequency estimation code | Denys Vlasenko |
2010-01-14 | whitespace fix | Denys Vlasenko |
2010-01-12 | libbb: introduce and use monotonic_ms | Denys Vlasenko |
2010-01-12 | *: add/remove safe_, it seems we had a few incorrect uses | Denys Vlasenko |
2010-01-11 | ntpd: explain algorithm | Denys Vlasenko |
2010-01-11 | ntpd: expose more data to the script; more eagerly drop to lower poll | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-08 | nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu... | Denys Vlasenko |
2010-01-08 | ifplugd: restore auto-ifup unless -a; make iff method less iffy :D | Denys Vlasenko |
2010-01-08 | *: fix places where we were still using malloc/realloc | Denys Vlasenko |
2010-01-07 | ntpd: show at loglevel 2 and export in env current poll interval | Denys Vlasenko |
2010-01-07 | hwclock: disable time diff code; ntpd -S script: do not wait for completion | Denys Vlasenko |
2010-01-06 | hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact | Denys Vlasenko |
2010-01-06 | ntpd: renew cur_time after script run, it can take a while | Denys Vlasenko |
2010-01-06 | ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization | Denys Vlasenko |
2010-01-06 | ifplugd: simplify run_script() | Denys Vlasenko |
2010-01-04 | ntpd: make -w less cumbersome to use | Denys Vlasenko |
2010-01-04 | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |