ip route: add comment, no code changes
[oweals/busybox.git] / networking /
2007-11-27 Denis Vlasenkoip route: add comment, no code changes
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-25 Denis Vlasenkozcip: simplify code a bit
2007-11-25 Denis Vlasenkozcip: use low-order 4 bytes of MAC as random seed,...
2007-11-25 Denis Vlasenkodhcpc: cope with buggy DHCP servers which send oversize...
2007-11-23 Denis VlasenkoAdd an RFC for future ipv6 ftp work
2007-11-23 Denis Vlasenkoarping: fix a bug where there is implicit count of 4G;
2007-11-23 Denis Vlasenkologread: eliminate usage of data/bss
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-11-22 Denis Vlasenkoudhcpc: remove -W option, -A can be reused for that
2007-11-22 Denis Vlasenkofix a thinko in build system
2007-11-22 Denis Vlasenkodhcpc: cleanup and comments; fix buggy timeout handling...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-11-12 Denis Vlasenkoinetd: revert bogus fix for bug 1562; shrink inetd...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-10-30 Denis Vlasenkoinetd: fix bug 1562 "inetd does not set argv[0] properl...
2007-10-29 Bernhard Reutner... - fix typo in helptext
2007-10-29 Denis Vlasenkoll_types.c: optimize link type table, make it conditional
2007-10-21 Denis Vlasenkohttpd: fix trivial bug (spotted by Alex Landau)
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-19 Denis Vlasenkopaing: make -I ethN work too (-I addr already worked)
2007-10-18 Denis Vlasenkohttpd: free big buffer after use; improve grep-ability...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-17 Denis Vlasenkotelnetd: make sure telnetd -K exits if child dies
2007-10-17 Denis Vlasenkotelnetd: trivial optimization
2007-10-17 Denis Vlasenkoash: use fdprintf, not dprintf.
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-16 Denis Vlasenkotelnetd: fix comment
2007-10-16 Denis Vlasenkotelnetd: code shrink suggested by Ralf Friedl <Ralf...
2007-10-16 Denis Vlasenkobzip2: make -s equivalent to -2 (compatible with standa...
2007-10-15 Denis Vlasenkotelnetd: at Alexander Kriegisch <Alexander@kriegisch...
2007-10-15 Denis Vlasenkotelnetd: document bug in remove_iacs. reinstate band-aid
2007-10-15 Denis Vlasenkotelnetd: some simplifications and better error hadling.
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-14 Denis Vlasenkohttpd: fix bug where we were trying to read more POSTDA...
2007-10-11 Denis Vlasenkowhitespace/style fix
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis Vlasenkoip tunnel parameter parsing fix by Jean Wolter <jw5...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 3
2007-10-06 Bernhard Reutner... - mark TODO: use index_in_str_array()
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-30 Denis Vlasenkomove udhcp_{client/server}_config to common_bufsiz1
2007-09-30 Denis Vlasenkodhcpreplay: code shrink, -40 bytes
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
2007-09-30 Denis Vlasenkolibiproute: add missing break's
2007-09-28 Denis Vlasenkohttpd: trivial simplification
2007-09-28 Denis Vlasenkoassorted static vars removal
2007-09-27 Denis Vlasenkowget: -O FILE is allowed to overwrite existing file...
2007-09-27 Denis Vlasenkozcip: fix unaligned trap on ARM
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-26 Denis Vlasenkoinetd: move struct fields around -> save .25 k of code
2007-09-25 Denis Vlasenkohttpd: small auth and IPv6 fixes (Kim B. Heino <Kim...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-24 Denis Vlasenkowget: get rid of setitimer
2007-09-24 Denis Vlasenkowget: reorder functions, no code changes
2007-09-24 Denis Vlasenkowget: code shrink, move data out of bss
2007-09-24 Denis Vlasenkowget: allow dots in header field names.
2007-09-24 Denis Vlasenkoinetd: make some fields smaller, move data out of data...
2007-09-23 Denis Vlasenkohttpd: simplify CGI i/o loop. -200 bytes.
2007-09-21 Denis Vlasenkohttpd: optional support for partial downloads
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-09-06 Paul Foxfix infinite retry bug. also, reduce per-packet receiv...
2007-09-02 Bernhard Reutner... - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
2007-08-31 Denis Vlasenkoisrv: use monotonic_sec
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-23 Denis Vlasenkohttpd: code shrink of dir indexer example
2007-08-22 Denis Vlasenkohttpd: style fix in indexer example
2007-08-22 Denis Vlasenkohttpd: replace shell-based dir indexer cgi example...
2007-08-21 Denis Vlasenkohttpd: fix buglet in hex conversion. Remove alloca...
2007-08-21 Denis Vlasenkohttpd: add optional support for error pages
2007-08-19 Denis Vlasenkoremoved stray debugging comments
2007-08-19 Denis Vlasenkomax_option_length[] holds small ints, uint8_t is enough
2007-08-19 Denis Vlasenkohttpd: explain IP/mask parsing, and simplify it a bit.
2007-08-19 Denis Vlasenkohttpd: reinstate (much lighter) paranoid connection...
2007-08-19 Denis Vlasenkohttpd: get rid of rmt_port and setenv_log
2007-08-19 Denis Vlasenkohttpd: get rid of sscanf usage. Rename some variables.
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkohttpd: stop reading headers using 1-byte read()
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-08-18 Denis Vlasenkoget rid of server_ and accepted_socket globals.
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 7 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 6 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 5 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 4 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 3 of 7
next