summaryrefslogtreecommitdiff
path: root/src/bindings/java/com/zerotier/sockets
AgeCommit message (Collapse)Author
2023-08-18Fix warning: [cast] redundant cast to intBrenton Bostick
2023-08-02Fix: Cannot resolve symbol 'localPort'Brenton Bostick
Remove second bind() with unused backlog arg and identical impl as first bind()
2023-07-19fix typosBrenton Bostick
2023-05-25remove stray U+200b charactersBrenton Bostick
2023-05-25Fix typo accetpedFd -> acceptedFdBrenton Bostick
2023-05-22Move java files to com/zerotier/sockets subfolderBrenton Bostick
This adheres to standard Java style and fixes: Package name 'com.zerotier.sockets' does not correspond to the file path '' in Android Studio