aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko2006-09-031-20/+2
* zcip: bb_error_msg had stray newlines; small optimization in opt parsingDenis Vlasenko2006-09-031-4/+3
* zcip: minor fixesDenis Vlasenko2006-09-031-20/+21
* zcip: fix stdout/err versus syslog output.Denis Vlasenko2006-09-031-12/+27
* zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko2006-09-031-37/+24
* zcip: convert lots of zero-initialized localsDenis Vlasenko2006-09-031-41/+43
* zcip: use xfunc() where appropriateDenis Vlasenko2006-09-031-29/+23
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-035-20/+11
* zcip: apply patch fromDenis Vlasenko2006-09-031-92/+182
* ping: bind -> xbindDenis Vlasenko2006-09-021-2/+1
* ping(6): use htons instead of SWAP_BE.Denis Vlasenko2006-09-022-6/+6
* ping: implement -I optionDenis Vlasenko2006-09-022-12/+51
* ping6: resolve interface name to number early.Denis Vlasenko2006-09-022-8/+9
* Sync ping and ping6 a bit, fix style and indentation.Denis Vlasenko2006-09-022-35/+32
* Fix endianness issue in ping6Denis Vlasenko2006-09-021-1/+1
* - patch from Csaba Henk to make the "User-Agent" header field configurable.Bernhard Reutner-Fischer2006-09-021-3/+7
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-293-11/+11
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley2006-08-282-19/+7
* - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/gBernhard Reutner-Fischer2006-08-201-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-202-6/+1
* - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCKBernhard Reutner-Fischer2006-08-181-1/+1
* - remove last reminiscents of IN_BUSYBOXBernhard Reutner-Fischer2006-08-183-28/+4
* Bernhard Fischer pointed out some leftover debris needing cleanup.Rob Landley2006-08-151-1/+1
* scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley2006-08-051-1/+1
* Ok, that's not a typo, that's just me not thinking.Rob Landley2006-08-041-1/+1
* Now that we have xopen3(), it's just plain unclean to have xopen() withRob Landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-032-6/+6
* These should have been part of 15767 too.Rob Landley2006-08-031-11/+5
* Attempt to fixup httpd.c to match svn 15767.Rob Landley2006-08-031-19/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-0316-204/+73
* Move declaration to be compatible with older gcc's."Robert P. J. Day"2006-08-031-1/+1
* Make a gcc 4.1 warning go away.Rob Landley2006-08-011-1/+1
* get rid of udhcp submenuMike Frysinger2006-07-241-18/+13
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-163-17/+15
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-165-12/+11
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-123-38/+14
* Add one-line GPL boilerplate to these source files."Robert P. J. Day"2006-07-114-53/+6
* Upgrade netcat a lot. Make -e able to take the rest of the command line asRob Landley2006-07-102-104/+114
* This file doesn't appear to be used anywhere."Robert P. J. Day"2006-07-051-17/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0261-2/+61
* More removal of "#if 0" content."Robert P. J. Day"2006-07-016-93/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first timeRob Landley2006-06-301-9/+9
* Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 byRob Landley2006-06-271-19/+3
* Properly print the output for a sit (IPv6-in-IPv4) interface."Robert P. J. Day"2006-06-261-0/+13
* Aesthetic fix to use newer structure initialization format."Robert P. J. Day"2006-06-261-8/+15
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-42/+3
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-1/+1
* Clean up.Rob Landley2006-06-221-74/+13
* CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley2006-06-222-11/+11