aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-293-5/+5
* rt_names.c: move few strings into rodatavda2006-09-281-10/+9
* ifupdown: make dhcp start/stop scripts user configurablevda2006-09-281-0/+16
* silly switch style fixvda2006-09-272-2/+2
* ifupdown: fix for standalone shell; removed hardcoded PATHvda2006-09-271-41/+23
* ifupdown: style cleanup, no code changesvda2006-09-261-266/+260
* several fixes from openWRT projectvda2006-09-264-3/+17
* httpd: sanitize indentationvda2006-09-261-1213/+1209
* wget: add (configurable) large file support. Run tested.vda2006-09-261-53/+63
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-231-78/+38
* inetd: deindent main loop, other readability enhancementsvda2006-09-231-145/+151
* inetd: reformat with tabs for indentationvda2006-09-231-1217/+1220
* ifupdown: getopt_ulflags'ification.vda2006-09-231-59/+29
* arping: fix bug (getopt_ulflags and optarg don't mix),vda2006-09-231-24/+16
* netstat: getopt_ulflags'isationvda2006-09-221-61/+46
* hostname: getopt_ulflags'isationvda2006-09-221-39/+28
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
* whitespace cleanupvda2006-09-178-18/+18
* So, in the cornucopia of superfulous warning directives I didn't add to thelandley2006-09-151-1/+1
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1
* wget: wrap one atrociously long line (around 200 chars long!).vda2006-09-091-18/+25
* udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifvda2006-09-091-2/+1
* Fix (hopefully) bug 976. Need more thorough audit.vda2006-09-075-11/+27
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-072-10/+7
* Implement optional syslog logging using ordinaryvda2006-09-0627-337/+243
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-031-20/+2
* zcip: bb_error_msg had stray newlines; small optimization in opt parsingvda2006-09-031-4/+3
* zcip: minor fixesvda2006-09-031-20/+21
* zcip: fix stdout/err versus syslog output.vda2006-09-031-12/+27
* zcip: getopt -> bb_getopt_ulflagsvda2006-09-031-37/+24
* zcip: convert lots of zero-initialized localsvda2006-09-031-41/+43
* zcip: use xfunc() where appropriatevda2006-09-031-29/+23
* replacing func() with xfunc() where appropriatevda2006-09-035-20/+11
* zcip: apply patch fromvda2006-09-031-92/+182
* ping: bind -> xbindvda2006-09-021-2/+1
* ping(6): use htons instead of SWAP_BE.vda2006-09-022-6/+6
* ping: implement -I optionvda2006-09-022-12/+51
* ping6: resolve interface name to number early.vda2006-09-022-8/+9
* Sync ping and ping6 a bit, fix style and indentation.vda2006-09-022-35/+32
* Fix endianness issue in ping6vda2006-09-021-1/+1
* - patch from Csaba Henk to make the "User-Agent" header field configurable.aldot2006-09-021-3/+7
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-293-11/+11
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whylandley2006-08-282-19/+7
* - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/galdot2006-08-201-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-202-6/+1
* - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCKaldot2006-08-181-1/+1
* - remove last reminiscents of IN_BUSYBOXaldot2006-08-183-28/+4
* Bernhard Fischer pointed out some leftover debris needing cleanup.landley2006-08-151-1/+1
* scripts/individual now builds 171 applets. Some of them may even work. :)landley2006-08-051-1/+1