| Age | Commit message (Collapse) | Author |
|
Not any of these functions are used in ZeroTierNative.java
libzt/src/bindings/java/JavaSockets.cxx:600:1: warning: non-void function does not return a value [-Wreturn-type]
libzt/src/bindings/java/JavaSockets.cxx:620:1: warning: non-void function does not return a value [-Wreturn-type]
libzt/src/bindings/java/JavaSockets.cxx:629:1: warning: non-void function does not return a value [-Wreturn-type]
libzt/src/bindings/java/JavaSockets.cxx:638:1: warning: non-void function does not return a value [-Wreturn-type]
|
|
Using a wildcard in cp was breaking the command when more than 1 file is
present
```
brenton@Brentons-MacBook-Air libzt % ./build.sh android-aar "release"
<< build release aar >>
brenton@Brentons-MacBook-Air libzt %
brenton@Brentons-MacBook-Air libzt % ./build.sh android-aar "debug"
<< build debug aar >>
...
BUILD SUCCESSFUL in 48s
33 actionable tasks: 28 executed, 5 up-to-date
cp: target '/Users/brenton/development/github/libzt/dist/android-any-android-debug/libzt-debug.aar': No such file or directory
/Users/brenton/development/github/libzt
- Build cache : /Users/brenton/development/github/libzt/cache/android-any-android-debug
- Build output : /Users/brenton/development/github/libzt/dist
0 /Users/brenton/development/github/libzt/dist/android-any-android-debug
brenton@Brentons-MacBook-Air libzt %
```
|
|
Java_com_zerotier_sockets_ZeroTierNative_zts_1net_1get_1mac.
|
|
libzt/src/bindings/java/JavaSockets.cxx:40:10: warning: unused variable 'rs' [-Wunused-variable]
libzt/src/Events.cpp:185:14: warning: unused variable 'rs' [-Wunused-variable]
libzt/src/Events.cpp:189:18: warning: unused variable 'arg' [-Wunused-variable]
libzt/src/NodeService.cpp:1064:17: warning: variable 'err' set but not used [-Wunused-but-set-variable]
|
|
Brenton/fix links
|
|
Brenton/fix typos
|
|
|
|
|
|
|
|
|
|
|
|
Update examples:
|
|
Remove empty MainActivity.java Android example
fix CMake variable BUILD_EXAMPLES -> BUILD_HOST_EXAMPLES
fix some names in example usage messages:
pingable-node -> callbackapi
client -> nonblockingclient
server -> nonblockingserver
pingable-node -> statistics
|
|
|
|
|
|
Rust demo updates
|
|
add new prometheus headers that are now used by ZeroTierOne
|
|
|
|
|
|
|
|
Fix a few issues with Android build
|
|
* do not remove miniupnpc/VERSION (unsure what previous problem was)
* do not need to export PATH
* do not copy source files, allow gradle to build from source
* leave outputs from gradle (copy to PKG_OUTPUT_DIR instead of move)
|
|
|
|
Fix warning about function never used
|
|
The practice of appending "__" with type signature allows for references
overloaded methods.
But there is only a single zts_bsd_write method, so just remove.
|
|
Brenton/fix typos
|
|
update various settings for Android and Gradle
|
|
fix bad parameter
|
|
fix stray GetFieldID
|
|
fix: Incorrect type for parameter 'thisObj', which should have type '…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move java files to com/zerotier/sockets subfolder
|
|
This adheres to standard Java style and fixes:
Package name 'com.zerotier.sockets' does not correspond to the file path ''
in Android Studio
|
|
|
|
Fix memory issue
|
|
|
|
upgrade gradle versions and include .cxx bindings
|
|
|
|
Fixing typo in README.md
|
|
|
|
|
|
zerotier/dependabot/cargo/pkg/crate/libzt/regex-1.5.6
Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libzt
|
|
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6)
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|