-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev into main #253
Merged
Merged
Merge dev into main #253
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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](rust-lang/regex@1.5.4...1.5.6) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…t/regex-1.5.6 Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libzt
upgrade gradle versions and include .cxx bindings
Fix memory issue
This adheres to standard Java style and fixes: Package name 'com.zerotier.sockets' does not correspond to the file path '' in Android Studio
Move java files to com/zerotier/sockets subfolder
fix: Incorrect type for parameter 'thisObj', which should have type '…
fix stray GetFieldID
fix bad parameter
update various settings for Android and Gradle
Brenton/fix typos
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.
Fix warning about function never used
* 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)
…ckTunnel' [-Wreorder-ctor]
Fix: field '_lastRestart' will be initialized after field '_tcpFallba…
Fix: warning: enumeration value 'TCP_HTTP_OUTGOING' not handled in sw…
Remove second bind() with unused backlog arg and identical impl as first bind()
…long'. Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong.
Fix: Cannot resolve symbol 'localPort'
Fix: Incorrect type for parameter 'net_id', which should have type 'j…
warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned short *' [-Wincompatible-pointer-types]
These mimic IN6ADDR_ANY_INIT and in6addr_any For setting sin6_addr in zts_sockaddr_in6: ``` struct zts_sockaddr_in6 addr6; addr6.sin6_addr = zts_in6addr_any; ```
This was running many optimization passes and preventing debugging
And clean up finding JNI in general Tested on Mac, Linux, and Android
add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any
Fix fatal error: jni_md.h: No such file or directory
Remove debug optimization -O3
Fix warning: [cast] redundant cast to int
fix formatting
fix examples warnings
Fix #211: Use tcpip_input for IPv6 instead of ethernet_input
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.