Commit Graph

  • ead68038a3 Merge pull request #2096 from zerotier/dev-multipath-improvements Joseph Henry 2023-08-15 13:24:08 -07:00
  • b8b5d0bff8 Add setmtu command, fix bond lifetime issue Joseph Henry 2023-08-15 12:59:58 -07:00
  • e18172d434 Merge pull request #2095 from zerotier/dev-minor-oneservice-fixes Joseph Henry 2023-08-15 08:58:43 -07:00
  • a15883d49b Catch all conditions in switch statement, remove trailing whitespaces Joseph Henry 2023-08-15 08:54:05 -07:00
  • 714ef59814 Merge branch 'dev' into temporal Grant Limberg 2023-08-15 08:45:28 -07:00
  • 1d095e81d9 fix macos default route again travisladuke 2023-08-11 11:06:25 -07:00
  • d976a9f5a0 Comment out PortMapper debug travisladuke 2023-08-11 12:17:06 -07:00
  • f2060e0c76 testing travisladuke 2023-08-11 08:41:13 -07:00
  • b81ad9a84d Fix PortMapper issue on ZeroTier startup travisladuke 2023-08-02 15:07:09 -07:00
  • 53bc05fe89 Merge pull request #2093 from zerotier/dev-validator-fix-dump-at-abort Joseph Henry 2023-08-11 10:37:16 -07:00
  • a6d5c452d5 Export variables so that they are accessible by exit function Joseph Henry 2023-08-11 10:35:42 -07:00
  • 515fdc22a5 Merge pull request #2092 from zerotier/dev-validator-fix-dump-at-abort Joseph Henry 2023-08-11 10:15:28 -07:00
  • 424e276150 Fix node time-to-online counter in validator script Joseph Henry 2023-08-11 10:14:29 -07:00
  • b071d6bbec Don't apply default route until zerotier is "online" travisladuke 2023-07-14 13:45:45 -07:00
  • 27a9cc6254 Merge pull request #2091 from zerotier/dev-validator-fix-dump-at-abort Joseph Henry 2023-08-10 15:38:27 -07:00
  • bb9ad5e41a Separate test and summary step in validator script Joseph Henry 2023-08-10 15:37:45 -07:00
  • d91f80464d Merge pull request #2090 from zerotier/dev-validator-fix-dump-at-abort Joseph Henry 2023-08-10 11:08:52 -07:00
  • d826ddb294 Save zt node log files on abort Joseph Henry 2023-08-10 11:02:37 -07:00
  • a7600c8072 Merge pull request #2089 from zerotier/dev-validator-fix-dump-at-abort Joseph Henry 2023-08-10 10:55:41 -07:00
  • 82a9122fc3 Update validate-1m-linux.sh Joseph Henry 2023-08-10 09:58:47 -07:00
  • 0e9e7f2ebc Merge pull request #2086 from zerotier/tl-2082 Joseph Henry 2023-08-09 11:49:42 -07:00
  • 14671009f8 Don't skip hellos when there are no paths available travisladuke 2023-08-04 16:12:36 -07:00
  • 802c9907a1 limit to hooks with hook_type = NETWORK_JOIN enabled Grant Limberg 2023-08-08 13:14:55 -07:00
  • 88b96265d7 look up hook URLs dynamically Grant Limberg 2023-08-07 16:42:23 -07:00
  • 0bc10923a1 Test that starting zerotier before internet works travisladuke 2023-08-07 12:42:03 -07:00
  • 0dc92c2d7b update openidconnect rust lib Grant Limberg 2023-08-07 10:41:19 -07:00
  • 04a3206e53 fix rust cache in github actions Grant Limberg 2023-08-04 15:38:49 -07:00
  • 98360d94a5 attempt at fixing the windows build Grant Limberg 2023-08-04 15:28:52 -07:00
  • a9c8307d97 should only run this if smee is configured Grant Limberg 2023-08-04 15:14:40 -07:00
  • 581489f67b this should theoretically send the new member notification Grant Limberg 2023-08-04 15:02:37 -07:00
  • 5e89d5a03f fix a typo Grant Limberg 2023-08-04 15:02:30 -07:00
  • d71d051c53 instantiate smee client Grant Limberg 2023-08-04 14:31:35 -07:00
  • d2aeff6752 another mac fix Grant Limberg 2023-08-04 14:04:20 -07:00
  • 36be14de06 fix zeroidc include path Grant Limberg 2023-08-04 13:31:24 -07:00
  • f9af9a15f2 rusftormat zeroidc Grant Limberg 2023-08-04 13:09:14 -07:00
  • 4674bb5c8b add smee client Grant Limberg 2023-08-04 13:08:18 -07:00
  • a6b764bf7c move zeroidc to rustybits folder Grant Limberg 2023-08-03 14:47:50 -07:00
  • c6f07ee19f Disable executable stacks on assembly objects (#2071) Kenny MacDermid 2023-08-02 19:12:49 -03:00
  • e36127283c Fix typos (#2075) Brenton Bostick 2023-08-01 11:53:55 -04:00
  • 230ae6bd16 Fix reporting of secondaryPort and tertiaryPort See: #2039 Joseph Henry 2023-07-31 17:11:57 -07:00
  • 5b5ef07350 Add search domain to macos dns configuration travisladuke 2023-07-25 11:54:01 -07:00
  • fb6af1971b Fix network DNS on macOS travisladuke 2023-07-25 16:03:29 -07:00
  • 41f9bdc5db Update build.sh (#2068) lison 2023-07-28 00:43:31 +08:00
  • 12e64aa191 fix docker tag for controllers (#2066) Grant Limberg 2023-07-20 16:22:03 -07:00
  • 22ab673480 Apply default route a different way - macOS travis laduke 2023-06-06 15:05:54 -07:00
  • 03841dcb81 fix warning: 'OS_STRING' macro redefined [-Wmacro-redefined] (#2064) Brenton Bostick 2023-07-20 10:38:08 -05:00
  • 64c2634b71 suppress warnings: comparison of integers of different signs: 'int64_t' (aka 'long') and 'uint64_t' (aka 'unsigned long') [-Wsign-compare] (#2063) Brenton Bostick 2023-07-20 10:37:50 -05:00
  • f1019dc4ee Implement recvmmsg() for Linux to reduce syscalls. (#2046) Adam Ierymenko 2023-07-20 11:36:37 -04:00
  • 50ede37a58 remove ZT_NO_METRIC ifdef travisladuke 2023-07-19 11:57:00 -07:00
  • 60ddca1354 Adjust tcp-proxy makefile to support metrics travisladuke 2023-07-17 12:12:18 -07:00
  • 19f1f02d91 tcp-proxy: fix build Jörg Thalheim 2023-07-11 20:07:53 +02:00
  • 5a36b315a3 Exit if loading an invalid identity from disk (#2058) Grant Limberg 2023-07-18 14:10:31 -04:00
  • b67cd2cf7a less drone (#2060) Sean OMeara 2023-07-18 10:57:38 +02:00
  • 97492eec7c Fix ifdef that breaks libzt on iOS (#2050) Joseph Henry 2023-07-17 16:49:58 -07:00
  • fdc2e0f692 Release memory previously allocated by UPNP_GetValidIGD Joseph Henry 2023-03-29 15:44:19 -07:00
  • 2672d037a8 ARM64 Support for TapDriver6 (#1949) Jake Vis 2023-07-13 13:52:06 -07:00
  • ee663d61cd Add warning to cli for allow default on FreeBSD travis laduke 2023-06-14 13:36:14 -07:00
  • 008a768f15 Add a 2nd auth token only for access to /metrics (#2043) Grant Limberg 2023-07-07 16:43:32 -07:00
  • 33b2e6a856 Consider ZEROTIER_JOIN_NETWORKS in healthcheck (#1978) Stavros Kois 2023-07-06 22:45:58 +03:00
  • 6540107ccb fix memory leak in macos ipv6/dns helper (#2030) Travis LaDuke 2023-07-06 12:32:10 -07:00
  • 1ce08a62a9 zeroidc cargo warnings (#2029) Travis LaDuke 2023-07-06 12:13:00 -07:00
  • b82bdc7782 Bump openssl from 0.10.48 to 0.10.55 in /zeroidc (#2034) dependabot[bot] 2023-07-06 11:45:32 -07:00
  • e0e21dfdda fix oidc auth url memory leak (#2031) Travis LaDuke 2023-07-06 11:27:54 -07:00
  • 981d09cc28 Merge pull request #2042 from zerotier:docker2 Grant Limberg 2023-07-06 10:13:35 -07:00
  • 2fbd5dc828 docker tags change Grant Limberg 2023-07-06 10:12:29 -07:00
  • 931b02dbb1 Update README.md Travis LaDuke 2023-07-05 13:59:06 -07:00
  • 0962af5e72 Multi-arch controller container (#2037) Grant Limberg 2023-06-29 19:45:44 -04:00
  • 9b7d13476f Merge pull request #2022 from zerotier:pgpool Grant Limberg 2023-06-08 08:52:23 -07:00
  • 3efb731b40 don't unborrow bad connections Grant Limberg 2023-06-08 08:45:50 -07:00
  • ce989d0d67 Merge pull request #2019 from zerotier:ctl-reduce-hello Grant Limberg 2023-06-01 11:21:21 -07:00
  • 405f96c4b7 allow enabling of low bandwidth mode on controllers Grant Limberg 2023-05-31 15:07:57 -07:00
  • 5ad0212b93 Allow sending all surface addresses to peer in low-bandwidth mode Joseph Henry 2023-05-31 15:02:17 -07:00
  • 30799dd73f Merge pull request #2017 from zerotier/outbound-bytes-fix Grant Limberg 2023-05-31 13:25:52 -07:00
  • 8ebe2c563a Fix udp sent metric Grant Limberg 2023-05-31 13:25:30 -07:00
  • 57588dec7a Merge pull request #2016 from zerotier/ctl-oidc-fix Grant Limberg 2023-05-31 10:37:33 -07:00
  • 9a8b74d744 Fix oidc client lookup query Grant Limberg 2023-05-31 09:34:31 -07:00
  • e11d70e408 cache getifaddrs - windows travis laduke 2023-05-17 07:18:42 -07:00
  • 60d2138f30 cache getifaddrs - bsd travis laduke 2023-05-17 07:16:26 -07:00
  • 259ee610a6 cache getifaddrs - linux travis laduke 2023-05-17 07:16:09 -07:00
  • 4192f6a6d9 cache getifaddrs - mac travis laduke 2023-05-16 16:16:12 -07:00
  • 54decda7a4 add constant for getifaddrs cache time travis laduke 2023-05-17 07:25:09 -07:00
  • f42841a6ab fix init order for EmbeddedNetworkController (#2014) Grant Limberg 2023-05-25 11:09:08 -07:00
  • 524363dcf7 Improve validation test (#2013) Joseph Henry 2023-05-25 10:54:26 -07:00
  • 17f6b3a10b central controller metrics & request path updates (#2012) Grant Limberg 2023-05-23 12:11:26 -07:00
  • da71e2524c fix typos (#2010) Brenton Bostick 2023-05-19 13:21:24 -04:00
  • f3da2b4031 Capture setContent by-value instead of by-reference (#2006) Brenton Bostick 2023-05-17 20:55:32 -04:00
  • e2dad367b4 Don't re-apply routes on BSD travis laduke 2023-05-03 14:22:40 -07:00
  • 9b7ff43118 Enable RTTI in Windows build travis laduke 2023-05-17 13:17:32 -07:00
  • adfbbc3fb0 Controller Metrics & Network Config Request Fix (#2003) Grant Limberg 2023-05-16 11:56:58 -07:00
  • f621261ff9 Update readme files for metrics (#2000) Grant Limberg 2023-05-05 12:44:41 -07:00
  • 00d55fc4b4 Metrics consolidation (#1997) Grant Limberg 2023-05-04 11:12:55 -07:00
  • 74dc41c7c7 Peer metrics (#1995) Grant Limberg 2023-05-04 07:58:02 -07:00
  • 925599cab0 Network-metrics (#1994) Grant Limberg 2023-05-03 13:43:45 -07:00
  • a43048a1ad fix type signatures (#1991) Brenton Bostick 2023-05-03 14:18:04 -04:00
  • d6c5a6cd59 More aggressive CLI spamming (#1993) Joseph Henry 2023-05-03 10:49:27 -07:00
  • 54f339f0c0 fix a couple of metrics (#1989) Grant Limberg 2023-05-03 10:23:06 -07:00
  • 115b9147b9 fix memory leak (#1992) Brenton Bostick 2023-05-03 13:14:18 -04:00
  • 6b5c9b1b8e separate the bind & listen calls on the http backplane (#1988) Grant Limberg 2023-05-02 16:46:06 -07:00
  • 06b487119d More packet metrics (#1982) Grant Limberg 2023-05-02 11:16:55 -07:00
  • 4ca3f27293 Don't force rebuild on Windows build GH Action (#1985) Grant Limberg 2023-05-02 08:53:29 -07:00