aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-10-03traceroute: fix compilation if netinet/protocols.h is missingDenis Vlasenko
2006-10-03traceroute: do not look up icmp protocol# in /etc, it is well-known :)Denis Vlasenko
2006-10-02ifupdown: Debian users contributed improvement to itDenis Vlasenko
2006-10-01wget: make progress bar and ETA work correctly with -cDenis Vlasenko
2006-09-30lsmod: repair indentationDenis Vlasenko
2006-09-30vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko
2006-09-30libiproute/ll_map.c: fix bug 279Denis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-28rt_names.c: move few strings into rodataDenis Vlasenko
2006-09-28ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko
2006-09-27silly switch style fixDenis Vlasenko
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko
2006-09-26ifupdown: style cleanup, no code changesDenis Vlasenko
2006-09-26several fixes from openWRT projectDenis Vlasenko
2006-09-26httpd: sanitize indentationDenis Vlasenko
2006-09-26wget: add (configurable) large file support. Run tested.Denis Vlasenko
2006-09-23wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko
2006-09-23inetd: deindent main loop, other readability enhancementsDenis Vlasenko
2006-09-23inetd: reformat with tabs for indentationDenis Vlasenko
2006-09-23ifupdown: getopt_ulflags'ification.Denis Vlasenko
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko
2006-09-22netstat: getopt_ulflags'isationDenis Vlasenko
2006-09-22hostname: getopt_ulflags'isationDenis Vlasenko
2006-09-22telnetd: getopt_ulflags'isationDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-15So, in the cornucopia of superfulous warning directives I didn't add to theRob Landley
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer
2006-09-11Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley
2006-09-09wget: wrap one atrociously long line (around 200 chars long!).Denis Vlasenko
2006-09-09udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifDenis Vlasenko
2006-09-07Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-09-03uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko
2006-09-03zcip: bb_error_msg had stray newlines; small optimization in opt parsingDenis Vlasenko
2006-09-03zcip: minor fixesDenis Vlasenko
2006-09-03zcip: fix stdout/err versus syslog output.Denis Vlasenko
2006-09-03zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko
2006-09-03zcip: convert lots of zero-initialized localsDenis Vlasenko
2006-09-03zcip: use xfunc() where appropriateDenis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko
2006-09-03zcip: apply patch fromDenis Vlasenko
2006-09-02ping: bind -> xbindDenis Vlasenko
2006-09-02ping(6): use htons instead of SWAP_BE.Denis Vlasenko
2006-09-02ping: implement -I optionDenis Vlasenko