aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ifupdown: pass interface device name for ipv6 route commandsTimo Teräs2015-10-261-3/+4
| * inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2015-10-251-1/+1
| * libiproute: use if_nametoindexRon Yorston2015-10-241-24/+1
| * dumpleases: string reuseDenys Vlasenko2015-10-241-3/+5
| * dumpleases: new option -d to show time in secondsIsaac Dunham2015-10-241-5/+19
| * zcip: ...ad suppress the warningDenys Vlasenko2015-10-241-1/+1
| * zcip: do not query current time if we won't use the resultDenys Vlasenko2015-10-241-2/+4
| * dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko2015-10-241-3/+8
| * httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko2015-10-231-6/+19
| * wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko2015-10-201-16/+31
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1919-159/+529
|\|
| * libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-147-75/+57
| * libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-1412-58/+57
| * networking: add 'ip neigh' commandCurt Brune2015-10-148-26/+420
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-133-9/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1338-503/+1132
|\|
| * wget: shrink code if https isn't supportedRon Yorston2015-10-131-0/+4
| * 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