As usual, I forgot "svn del"...
[oweals/busybox.git] / networking /
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-26 Denis Vlasenkonslookup: make it more IPv6 friendly
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-26 Denis Vlasenkoip: "ip addr del" and "ip addr delete" both should...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-25 Denis Vlasenkowget: wget $'-\207' ... should not be allowed to work...
2006-10-23 Denis Vlasenkowget: -100 bytes, reduce stack usage, remove --header...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-16 Denis Vlasenkostrip -> $(STRIP); fix "unused variable" warning
2006-10-16 Denis Vlasenkonc: fix 2 my own buglets, and few someone else's too.
2006-10-15 Denis Vlasenkotelnetd: check ptsname() for NULL
2006-10-15 Denis Vlasenkowget: xatoi's were oversealous ("200 OK" isn't a number)
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkodd: make it recognize not only 'k' but 'K' too;
2006-10-07 Denis Vlasenkowget: don't be careless with xstrdup'ing
2006-10-07 Denis Vlasenkowget: fix download of URLs like:
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-03 Denis Vlasenkotraceroute: fix compilation if netinet/protocols.h...
2006-10-03 Denis Vlasenkotraceroute: do not look up icmp protocol# in /etc,...
2006-10-02 Denis Vlasenkoifupdown: Debian users contributed improvement to it
2006-10-01 Denis Vlasenkowget: make progress bar and ETA work correctly with -c
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-30 Denis Vlasenkovconfig: fix bug 701 (I be damned if I understand it)
2006-09-30 Denis Vlasenkolibiproute/ll_map.c: fix bug 279
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-28 Denis Vlasenkort_names.c: move few strings into rodata
2006-09-28 Denis Vlasenkoifupdown: make dhcp start/stop scripts user configurable
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-27 Denis Vlasenkoifupdown: fix for standalone shell; removed hardcoded...
2006-09-26 Denis Vlasenkoifupdown: style cleanup, no code changes
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-26 Denis Vlasenkohttpd: sanitize indentation
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-09-23 Denis Vlasenkoinetd: deindent main loop, other readability enhancements
2006-09-23 Denis Vlasenkoinetd: reformat with tabs for indentation
2006-09-23 Denis Vlasenkoifupdown: getopt_ulflags'ification.
2006-09-23 Denis Vlasenkoarping: fix bug (getopt_ulflags and optarg don't mix),
2006-09-22 Denis Vlasenkonetstat: getopt_ulflags'isation
2006-09-22 Denis Vlasenkohostname: getopt_ulflags'isation
2006-09-22 Denis Vlasenkotelnetd: getopt_ulflags'isation
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-15 Rob LandleySo, in the cornucopia of superfulous warning directives...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-09 Denis Vlasenkowget: wrap one atrociously long line (around 200 chars...
2006-09-09 Denis Vlasenkoudhcp: FEATURE_UDHCP_SYSLOG should be selected only if
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkozcip: bb_error_msg had stray newlines; small optimizati...
2006-09-03 Denis Vlasenkozcip: minor fixes
2006-09-03 Denis Vlasenkozcip: fix stdout/err versus syslog output.
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkozcip: convert lots of zero-initialized locals
2006-09-03 Denis Vlasenkozcip: use xfunc() where appropriate
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-09-03 Denis Vlasenkozcip: apply patch from
2006-09-02 Denis Vlasenkoping: bind -> xbind
2006-09-02 Denis Vlasenkoping(6): use htons instead of SWAP_BE.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Denis Vlasenkoping6: resolve interface name to number early.
2006-09-02 Denis VlasenkoSync ping and ping6 a bit, fix style and indentation.
2006-09-02 Denis VlasenkoFix endianness issue in ping6
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-08-20 Bernhard Reutner... - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_L...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-18 Bernhard Reutner... - typo: s/optarg/nprobes_str; fixes segfault as reporte...
2006-08-18 Bernhard Reutner... - remove last reminiscents of IN_BUSYBOX
2006-08-15 Rob LandleyBernhard Fischer pointed out some leftover debris needi...
2006-08-05 Rob Landleyscripts/individual now builds 171 applets. Some of...
2006-08-04 Rob LandleyOk, that's not a typo, that's just me not thinking.
2006-08-04 Rob LandleyNow that we have xopen3(), it's just plain unclean...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyAttempt to fixup httpd.c to match svn 15767.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-08-03 "Robert P. J. Day"Move declaration to be compatible with older gcc's.
2006-08-01 Rob LandleyMake a gcc 4.1 warning go away.
2006-07-24 Mike Frysingerget rid of udhcp submenu
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
next