aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2006-09-02ping6: resolve interface name to number early.Denis Vlasenko
2006-09-02Sync ping and ping6 a bit, fix style and indentation.Denis Vlasenko
2006-09-02Fix endianness issue in ping6Denis Vlasenko
2006-09-02- patch from Csaba Henk to make the "User-Agent" header field configurable.Bernhard Reutner-Fischer
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley
2006-08-28Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley
2006-08-20- typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/gBernhard Reutner-Fischer
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer