aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-135-21/+12
| * ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko2015-10-131-1/+16
| * whitespace fixesDenys Vlasenko2015-10-131-1/+1
| * use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-18/+6
| * libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-092-7/+8
| * udhcpc: fix for some Android toolchain breakageDenys Vlasenko2015-10-081-0/+14
| * iproute: more string reuseDenys Vlasenko2015-10-081-6/+9
| * iproute: don't hardcode the path to config filesChristoph J. Thompson2015-10-082-5/+14
| * ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko2015-10-081-10/+19
| * libiproute: use itoa() where appropriateDenys Vlasenko2015-10-089-61/+37
| * join some common strings, -400 bytesDenys Vlasenko2015-10-082-7/+7
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-3/+3
| * wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
| * ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko2015-10-071-0/+4
| * ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko2015-10-073-4/+10
| * wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-077-53/+623
| * Aboriginal linux/musl build fixesDenys Vlasenko2015-10-052-2/+62
| * ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko2015-08-251-1/+1
| * ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad2015-08-241-2/+2
| * libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-2411-52/+39
| * Merge setsockopt error messagesDenys Vlasenko2015-08-243-6/+6
| * traceroute: fix help textDenys Vlasenko2015-08-241-32/+34
| * arping: make help text clearerDenys Vlasenko2015-08-161-12/+11
| * ipcalc: fix trivial usage messageRon Yorston2015-08-151-1/+2
| * zcip: tweak comments and make unsigned division more obviousDenys Vlasenko2015-08-041-9/+6
| * zcip: another code shrinkDenys Vlasenko2015-08-041-159/+148
| * zcip: code shrinkDenys Vlasenko2015-08-041-78/+59
* | Merge branch 'busybox' into mergeRon Yorston2015-08-044-154/+98
|\|
| * zcip: simplify codeDenys Vlasenko2015-08-041-139/+96
| * udhcpc: dns labels can actually start with a numberArthur Gautier2015-07-301-4/+0
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-192-11/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-07-148-20/+24
|\|
| * Removes stray empty line from codeManinder Singh2015-07-134-4/+0
| * ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
| * ip addr: support change and replace commandsMichael Tokarev2015-07-012-9/+13
| * typo fixesManinder Singh2015-05-251-1/+1
| * tc: fix print_rateDenys Vlasenko2015-05-241-7/+7
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-131-1/+2
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-20/+21
|\|
| * ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
* | Merge branch 'busybox' into mergeRon Yorston2015-03-232-5/+6
|\|
| * zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
| * ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
| * ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1418-1119/+189
|\|
| * Use chomp to remove newlinesRon Yorston2015-03-121-1/+1
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-127-18/+18
| * arping: fix iface name in error messagesAlexander Korolkov2015-03-121-2/+1
| * ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
| * inetd: fix order of array index check and array accessDenys Vlasenko2015-03-031-3/+5