cdf248b1e2
Fix build problem related to unified headers
...
Since NDKr15 (released 2017), unified headers are used by default [1]
Remove -isystem option that was passing bad values to command-line.
The actual value being passed to command-line was:
```
-isystem DK/sysroot/usr/include/RIPLE
```
because of using $NDK and $TRIPLE instead of $(NDK) and $(TRIPLE)
But regardless, $NDK and $TRIPLE were never actually defined values and were just
place-holders mentioned in [1]
[1] https://android.googlesource.com/platform/ndk/+/ndk-release-r16/docs/UnifiedHeaders.md
2022-12-05 10:34:12 -05:00
85c0322313
Fix TCP relay setting
2022-12-01 15:12:54 -08:00
ebc1ed4015
Hide warning about readdir_r for now.
2022-12-01 11:07:20 -05:00
a25da7f771
Merge pull request #1799 from zerotier/cleanup/suggest-braces
...
Fix warning: suggest braces around initialization of subobject
2022-12-01 11:03:26 -05:00
c78f103ca6
Merge pull request #1800 from zerotier/cleanup/printf-z
...
Fix several warning: format specifies type 'XXX' but the argument has…
2022-12-01 11:03:11 -05:00
4d50ed0b9d
Fix several warning: format specifies type 'XXX' but the argument has type 'YYY'
...
Use %z for printing size_t and PRId64 etc. macros for printing
platform-specific widths, and remove now-redundant casts
2022-12-01 08:42:06 -05:00
9ac2cfe611
Fix warning: suggest braces around initialization of subobject
2022-12-01 08:35:31 -05:00
85da0b419c
drone config
2022-11-30 11:01:02 +01:00
3ddaa60de9
prevent: warning: unused variable 'gotViaProc' ( #1797 )
2022-11-29 17:55:33 +01:00
25641d956e
Merge pull request #1795 from zerotier/bugfix/typos
...
Bugfix/typos
2022-11-28 08:58:27 -08:00
3b8c33d49a
fix typos in code
2022-11-28 09:23:58 -05:00
f74a594e98
fix typos in comments and strings
2022-11-28 09:23:45 -05:00
668ab8b85c
fixing Makefile for armv6k ( #1790 )
2022-11-19 22:59:55 +01:00
98b190c626
Minor adjustment to packaging README
2022-11-14 15:25:50 -08:00
9568a4f2b4
netinet6/in6_var.h not available in iOS
2022-11-10 11:35:34 -08:00
b41e0910b0
Fun times in ~~cleveland~~ NDK-land
2022-11-09 11:11:10 -08:00
6448189d20
Update snap upload target
2022-11-09 08:52:55 -08:00
1694d510ec
Update snap build target
2022-11-08 16:50:42 -08:00
af7ccff846
Merge branch 'dev' of github.com:/zerotier/ZeroTierOne into dev
2022-11-04 11:15:13 -04:00
381460fd97
Merge pull request #1736 from visuve/dev
...
Fix service installation MAX_PATH bug on Windows
2022-11-04 11:14:49 -04:00
b02a41751c
Fix unresponsiveness when moving flows in balance-aware (See #1764 )
2022-11-02 08:46:11 -07:00
e0acccc3c9
release notes
1.10.2
2022-11-01 16:08:52 -04:00
bcf27d78e5
Merge branch 'dev' of http://10.95.0.64/zerotier/ZeroTierOne into dev
2022-11-01 15:56:44 -04:00
ad54d0ed52
1.10.2 bump in Advanced Installer
2022-11-01 15:56:36 -04:00
880a99adf8
Minor edits to comments
2022-10-25 14:17:23 -07:00
3b11915eab
Merge remote-tracking branch 'origin/expose-surface-addresses' into dev
2022-10-25 13:55:21 -07:00
82c799b9d1
Expose surface addresses in info json
...
Surface Addresses are the addresses that
the roots report back to you.
This is helpful for trouble shooting.
If you're behind NAT, the source port is different
than what zerotier is bound to.
If the list of surface address ports is larger than the list of
bound addresses, you are probably behind symmetric NAT.
Anways this can be added to later with a more simple
"easy" or "hard" nat computed message somewhere.
2022-10-25 11:25:21 -07:00
99c0ca621b
1.10.2 bump
2022-10-13 09:01:14 -04:00
e1f60e3f83
Behavioral changes to multipath balance modes (See: #1745 and #1753 )
2022-10-09 23:07:16 -07:00
5a6c229b27
Merge branch 'dev' of github.com:/zerotier/ZeroTierOne into dev
2022-10-06 16:54:00 -04:00
86a436e9bf
Small string fix.
2022-10-06 16:53:35 -04:00
7516fd03a3
central controller docker image updates
2022-10-06 09:00:55 -07:00
9826c20d1a
set zeroidc.running = false on token exchange error
2022-10-06 09:00:51 -07:00
12392b5190
adding amzn2022 to rpm spec ( #1761 )
2022-10-02 09:58:23 +02:00
4e57abb159
Revert "modify sso queries for schema change"
...
This reverts commit 8b67d06272
.
2022-09-28 13:26:41 -07:00
2b1ba60f24
Optimize member load query for Central controllers
2022-09-28 13:10:34 -07:00
638c868a07
Revert "query update for sso"
...
This reverts commit 3c343eb775
.
2022-09-28 13:04:08 -07:00
b909330518
Revert "bump min db version"
...
This reverts commit 802072ec17
.
2022-09-28 13:03:41 -07:00
802072ec17
bump min db version
2022-09-27 14:21:20 -07:00
3c343eb775
query update for sso
2022-09-27 13:41:52 -07:00
8b67d06272
modify sso queries for schema change
2022-09-21 14:29:47 -07:00
bc521504ca
Improved multipath link monitoring
2022-09-20 14:27:34 -07:00
0797adf223
Improve output of bond list command
2022-09-16 13:43:34 -07:00
718039561e
Merge branch 'grapexy-dev-1734-policy-defaults' into dev
2022-09-15 16:06:00 -07:00
85698860ae
Merge branch 'dev-1734-policy-defaults' of https://github.com/grapexy/ZeroTierOne into grapexy-dev-1734-policy-defaults
2022-09-15 16:05:21 -07:00
50e131a4ff
Partial fix for discrepancy between docs and implementation
2022-09-15 15:56:23 -07:00
b733bb8ead
Fix sanity checks overwriting custom policy parameters
2022-09-16 00:18:05 +04:00
e18d206248
Add warm spare feature for balance modes
2022-09-14 10:09:29 -07:00
2248b1f846
re-add ci failure notifications
2022-09-13 12:34:19 -07:00
58e19e86f4
update dockerfile.release
2022-09-13 12:23:51 -07:00