Commit 1c58978
1.10.4 merge into main (#1893)
* add note about forceTcpRelay
* Create a sample systemd unit for tcp proxy
* set gitattributes for rust & cargo so hashes dont conflict on Windows
* Revert "set gitattributes for rust & cargo so hashes dont conflict on Windows"
This reverts commit 032dc5c.
* Turn off autocrlf for rust source
Doesn't appear to play nice well when it comes to git and vendored cargo package hashes
* Fix #1883 (#1886)
Still unknown as to why, but the call to `nc->GetProperties()` can fail
when setting a friendly name on the Windows virtual ethernet adapter.
Ensure that `ncp` is not null before continuing and accessing the device
GUID.
* Don't vendor packages for zeroidc (#1885)
* Added docker environment way to join networks (#1871)
* add StringUtils
* fix headers
use recommended headers and remove unused headers
* move extern "C"
only JNI functions need to be exported
* cleanup
* fix ANDROID-50: RESULT_ERROR_BAD_PARAMETER typo
* fix typo in log message
* fix typos in JNI method signatures
* fix typo
* fix ANDROID-51: fieldName is uninitialized
* fix ANDROID-35: memory leak
* fix missing DeleteLocalRef in loops
* update to use unique error codes
* add GETENV macro
* add LOG_TAG defines
* ANDROID-48: add ZT_jnicache.cpp
* ANDROID-48: use ZT_jnicache.cpp and remove ZT_jnilookup.cpp and ZT_jniarray.cpp
* add Event.fromInt
* add PeerRole.fromInt
* add ResultCode.fromInt
* fix ANDROID-36: issues with ResultCode
* add VirtualNetworkConfigOperation.fromInt
* fix ANDROID-40: VirtualNetworkConfigOperation out-of-sync with ZT_VirtualNetworkConfigOperation enum
* add VirtualNetworkStatus.fromInt
* fix ANDROID-37: VirtualNetworkStatus out-of-sync with ZT_VirtualNetworkStatus enum
* add VirtualNetworkType.fromInt
* make NodeStatus a plain data class
* fix ANDROID-52: synchronization bug with nodeMap
* Node init work: separate Node construction and init
* add Node.toString
* make PeerPhysicalPath a plain data class
* remove unused PeerPhysicalPath.fixed
* add array functions
* make Peer a plain data class
* make Version a plain data class
* fix ANDROID-42: copy/paste error
* fix ANDROID-49: VirtualNetworkConfig.equals is wrong
* reimplement VirtualNetworkConfig.equals
* reimplement VirtualNetworkConfig.compareTo
* add VirtualNetworkConfig.hashCode
* make VirtualNetworkConfig a plain data class
* remove unused VirtualNetworkConfig.enabled
* reimplement VirtualNetworkDNS.equals
* add VirtualNetworkDNS.hashCode
* make VirtualNetworkDNS a plain data class
* reimplement VirtualNetworkRoute.equals
* reimplement VirtualNetworkRoute.compareTo
* reimplement VirtualNetworkRoute.toString
* add VirtualNetworkRoute.hashCode
* make VirtualNetworkRoute a plain data class
* add isSocketAddressEmpty
* add addressPort
* add fromSocketAddressObject
* invert logic in a couple of places and return early
* newInetAddress and newInetSocketAddress work
allow newInetSocketAddress to return NULL if given empty address
* fix ANDROID-38: stack corruption in onSendPacketRequested
* use GETENV macro
* JniRef work
JniRef does not use callbacks struct, so remove
fix NewGlobalRef / DeleteGlobalRef mismatch
* use PRId64 macros
* switch statement work
* comments and logging
* Modifier 'public' is redundant for interface members
* NodeException can be made a checked Exception
* 'NodeException' does not define a 'serialVersionUID' field
* 'finalize()' should not be overridden
this is fine to do because ZeroTierOneService calls close() when it is done
* error handling, error reporting, asserts, logging
* simplify loadLibrary
* rename Node.networks -> Node.networkConfigs
* Windows file permissions fix (#1887)
* Allow macOS interfaces to use multiple IP addresses (#1879)
Co-authored-by: Sean OMeara <someara@users.noreply.github.com>
Co-authored-by: Grant Limberg <glimberg@users.noreply.github.com>
* Fix condition where full HELLOs might not be sent when necessary (#1877)
Co-authored-by: Grant Limberg <glimberg@users.noreply.github.com>
* 1.10.4 version bumps
* Add security policy to repo (#1889)
* [+] add e2k64 arch (#1890)
* temp fix for ANDROID-56: crash inside newNetworkConfig from too many args
* 1.10.4 release notes
---------
Co-authored-by: travis laduke <travisladuke@gmail.com>
Co-authored-by: Grant Limberg <grant.limberg@zerotier.com>
Co-authored-by: Grant Limberg <glimberg@users.noreply.github.com>
Co-authored-by: Leonardo Amaral <leleobhz@users.noreply.github.com>
Co-authored-by: Brenton Bostick <bostick@gmail.com>
Co-authored-by: Sean OMeara <someara@users.noreply.github.com>
Co-authored-by: Joseph Henry <joseph-henry@users.noreply.github.com>
Co-authored-by: Roman Peshkichev <roman.peshkichev@gmail.com>1 parent dea47f6 commit 1c58978
File tree
13,322 files changed
+3059
-3572005
lines changed- .github/workflows
- debian
- ext/installfiles/mac
- java
- jni
- src/com/zerotier/sdk
- util
- test/com/zerotier/sdk/util
- node
- osdep
- service
- tcp-proxy
- zeroidc
- .cargo
- vendor
- ansi_term
- examples
- src
- atty
- examples
- src
- autocfg
- examples
- src
- tests
- base64-0.13.0
- benches
- examples
- src
- read
- write
- tests
- base64
- benches
- examples
- src
- engine
- general_purpose
- read
- write
- tests
- bitflags
- src
- tests
- compile-fail
- impls
- non_integer_base
- visibility
- compile-pass
- impls
- redefinition
- repr
- visibility
- block-buffer
- src
- tests
- bumpalo
- src
- collections
- str
- bytes
- benches
- ci
- src
- buf
- fmt
- tests
- cbindgen
- src
- bindgen
- cargo
- ir
- tests
- expectations
- rust
- cc
- src
- bin
- tests
- support
- cfg-if
- src
- tests
- chrono
- benches
- src
- format
- naive
- offset
- sys
- tests
- clap
- src
- app
- args
- arg_builder
- completions
- core-foundation-sys
- src
- core-foundation
- src
- tests
- cpufeatures
- src
- tests
- crypto-common
- src
- darling_core
- src
- ast
- codegen
- error
- options
- usage
- util
- darling_macro
- src
- darling
- examples
- src
- tests
- digest
- src
- core_api
- dev
- either
- src
- encoding_rs
- ci
- doc
- src
- test_data
- fastrand
- benches
- src
- tests
- fnv
- foreign-types
- src
- form_urlencoded
- src
- futures-channel
- benches
- src
- mpsc
- tests
- futures-core
- src
- task
- __internal
- futures-io
- src
- futures-sink
- src
- futures-task
- src
- futures-util
- benches_disabled
- benches
- src
- async_await
- compat
- future
- future
- try_future
- io
- lock
- sink
- stream
- futures_unordered
- stream
- try_stream
- task
- generic-array
- src
- tests
- getrandom
- benches
- src
- tests
- common
- h2
- examples
- src
- codec
- frame
- hpack
- huffman
- test
- proto
- streams
- hashbrown
- benches
- src
- external_trait_impls
- rayon
- raw
- tests
- heck
- src
- hermit-abi
- src
- hmac
- src
- tests
- data
- http-body
- src
- combinators
- tests
- httparse
- benches
- src
- simd
- tests
- httpdate
- benches
- src
- http
- benches
- header_map
- src
- header
- uri
- tests
- hyper-tls
- examples
- src
- hyper
- src
- body
- client
- connect
- common
- io
- ffi
- proto
- h1
- h2
- server
- service
- ident_case
- src
- idna
- benches
- src
- tests
- indexmap
- benches
- src
- map
- core
- rayon
- tests
- instant
- src
- tests
- ipnet
- src
- itertools
- benches
- extra
- examples
- src
- adaptors
- tests
- itoa
- benches
- src
- tests
- js-sys
- src
- tests
- wasm
- jwt
- .github/workflows
- examples
- src
- algorithm
- token
- test
- lazy_static
- src
- tests
- libc
- src
- fuchsia
- hermit
- solid
- unix
- bsd
- apple
- b32
- b64
- aarch64
- x86_64
- freebsdlike
- dragonfly
- freebsd
- freebsd11
- freebsd12
- freebsd13
- freebsd14
- x86_64
- netbsdlike
- netbsd
- openbsd
- haiku
- hermit
- linux_like
- android
- b32
- x86
- b64
- aarch64
- x86_64
- emscripten
- linux
- arch
- generic
- mips
- powerpc
- sparc
- gnu
- b32
- arm
- m68k
- mips
- riscv32
- sparc
- x86
- b64
- aarch64
- loongarch64
- mips64
- powerpc64
- riscv64
- sparc64
- x86_64
- musl
- b32
- arm
- mips
- riscv32
- x86
- b64
- aarch64
- riscv64
- x86_64
- uclibc
- arm
- mips
- mips32
- mips64
- x86_64
- newlib
- aarch64
- arm
- espidf
- horizon
- powerpc
- redox
- solarish
- vxworks
- windows
- gnu
- msvc
- tests
- log
- benches
- src
- kv
- memchr
- scripts
- src
- memchr
- x86
- memmem
- prefilter
- x86
- x86
- tests
- memchr
- mime
- benches
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
13,322 files changed
+3059
-3572005
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
| 704 | + | |
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments