Age | Commit message (Expand) | Author |
2010-03-22 | udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. | Denys Vlasenko |
2010-03-21 | dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... | Denys Vlasenko |
2010-03-21 | udhcpd: untangle incredibly messy handling of DHCPREQUEST | Denys Vlasenko |
2010-03-21 | udhcp: tweak udhcpd.conf example and comments. no code changes | Denys Vlasenko |
2010-03-21 | udhcp: code shrink; disable time and log server options | Denys Vlasenko |
2010-03-20 | udhcpc: make it possible to disable vendor id; improve help text | Denys Vlasenko |
2010-03-20 | udhcpd: remove five more options which do not make sense or not supported | Denys Vlasenko |
2010-03-20 | udhcpd: remove redundant code in send_offer() | Denys Vlasenko |
2010-03-20 | udhcp: move serverpacket.c into dhcpd.c, no other changes | Denys Vlasenko |
2010-03-19 | udhcp: remove support for some really old and odd options | Denys Vlasenko |
2010-03-18 | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko |
2010-03-17 | brctl: Fix comment | Bernhard Reutner-Fischer |
2010-03-17 | brctl: fix parsing of timespec to allow 0 (setfd, sethello..) | Maciek Borzecki |
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 |