You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/android
Denton Gentry 63dba694af DnsConfig: don't use signed bytes when printing.
intToInetString(0x0101a8c0) returns "-64.-88.1.1" because Java
integers are always signed. There is not a %u format specifier.

Though the quads of an IP address literally are bytes, they can
be left as an int to pass to String.format. This allows room for
sign bits, so intToInetString(0x0101a8c0) returns "192.168.1.1"

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
3 years ago
..
gradle/wrapper android,Dockerfile: bump NDK, Gradle 4 years ago
src DnsConfig: don't use signed bytes when printing. 3 years ago
build.gradle android: bump version code 3 years ago
gradle.properties all: initial commit 6 years ago
gradlew all: initial commit 6 years ago
gradlew.bat all: initial commit 6 years ago