Age | Commit message (Expand) | Author |
2007-11-26 | iproute: fix a bug where "ip r flush table main" was rejected, | Denis Vlasenko |
2007-11-25 | zcip: simplify code a bit | Denis Vlasenko |
2007-11-25 | zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order | Denis Vlasenko |
2007-11-25 | dhcpc: cope with buggy DHCP servers which send oversized packets | Denis Vlasenko |
2007-11-23 | Add an RFC for future ipv6 ftp work | Denis Vlasenko |
2007-11-23 | arping: fix a bug where there is implicit count of 4G; | Denis Vlasenko |
2007-11-23 | logread: eliminate usage of data/bss | Denis Vlasenko |
2007-11-23 | dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller | Denis Vlasenko |
2007-11-22 | udhcpc: remove -W option, -A can be reused for that | Denis Vlasenko |
2007-11-22 | fix a thinko in build system | Denis Vlasenko |
2007-11-22 | dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. | Denis Vlasenko |
2007-11-22 | udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax... | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-11-14 | Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: | Denis Vlasenko |
2007-11-12 | inetd: revert bogus fix for bug 1562; shrink inetd a bit | Denis Vlasenko |
2007-11-08 | xreadlink: code shrink | Denis Vlasenko |
2007-11-07 | add "-A N" / "--tryagain=N" option to client, to allow altering the | Paul Fox |
2007-11-06 | telnet: use poll, it's shorter | Denis Vlasenko |
2007-11-06 | telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) | Denis Vlasenko |
2007-11-04 | Announce 1.8.0 | Denis Vlasenko |
2007-11-04 | ifconfig: code shrink | Denis Vlasenko |
2007-10-30 | inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) | Denis Vlasenko |
2007-10-29 | - fix typo in helptext | Bernhard Reutner-Fischer |
2007-10-29 | ll_types.c: optimize link type table, make it conditional | Denis Vlasenko |
2007-10-21 | httpd: fix trivial bug (spotted by Alex Landau) | Denis Vlasenko |
2007-10-20 | ping: fix breakage from -I fix | Denis Vlasenko |
2007-10-19 | paing: make -I ethN work too (-I addr already worked) | Denis Vlasenko |
2007-10-18 | httpd: free big buffer after use; improve grep-ability of 'headers' variable | Denis Vlasenko |
2007-10-18 | xatonum.h: add comment | Denis Vlasenko |
2007-10-17 | telnetd: make sure telnetd -K exits if child dies | Denis Vlasenko |
2007-10-17 | telnetd: trivial optimization | Denis Vlasenko |
2007-10-17 | ash: use fdprintf, not dprintf. | Denis Vlasenko |
2007-10-16 | fixes revealed by randomconfig run | Denis Vlasenko |
2007-10-16 | telnetd: fix comment | Denis Vlasenko |
2007-10-16 | telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> | Denis Vlasenko |
2007-10-16 | bzip2: make -s equivalent to -2 (compatible with standard bzip2) | Denis Vlasenko |
2007-10-15 | telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence | Denis Vlasenko |
2007-10-15 | telnetd: document bug in remove_iacs. reinstate band-aid | Denis Vlasenko |
2007-10-15 | telnetd: some simplifications and better error hadling. | Denis Vlasenko |
2007-10-14 | remove trailing whitespace | Denis Vlasenko |
2007-10-14 | httpd: fix bug where we were trying to read more POSTDATA than content-length | Denis Vlasenko |
2007-10-11 | whitespace/style fix | Denis Vlasenko |
2007-10-11 | vi: don't wait 50 ms before reading ESC sequences | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-10 | ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> | Denis Vlasenko |
2007-10-07 | reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 | Denis Vlasenko |
2007-10-06 | - mark TODO: use index_in_str_array() | Bernhard Reutner-Fischer |
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-30 | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko |