Grant Limberg
|
f726044e29
|
no message
|
2019-02-05 11:48:03 -08:00 |
|
Grant Limberg
|
a4b1917361
|
Fixed a bug where UI elements were attempting to be updated in a background thread.
Also code cleanup & removed confusing startup UI
|
2019-02-05 11:47:37 -08:00 |
|
Adam Ierymenko
|
5b1ef2fb03
|
Take netmask bits from most specific route.
|
2019-02-01 14:05:29 -08:00 |
|
Adam Ierymenko
|
34c1023ba7
|
Wrong criteria was wrong. Now with less wrong.
|
2019-02-01 11:37:30 -08:00 |
|
Joseph Henry
|
82a21d4b71
|
Bugfix for heap-use-after-free in concurrent packet processing code (manifests only after terminate() is called)
|
2019-01-30 22:29:51 -08:00 |
|
Joseph Henry
|
23996c7e6b
|
Fixed potential memory leak in RingBuffer
|
2019-01-27 14:43:29 -08:00 |
|
Joseph Henry
|
d7091a0bac
|
Fixed sign-comparison compile warnings in QoS code
|
2019-01-25 13:24:31 -08:00 |
|
Grant Limberg
|
7414418e2e
|
insert/update host_port on controller start
|
2019-01-21 11:29:13 -08:00 |
|
Grant Limberg
|
2294770e56
|
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
|
2019-01-21 11:18:25 -08:00 |
|
Grant Limberg
|
d98bdb5643
|
WIP: Pass listen port down to Postgres
|
2019-01-21 11:18:20 -08:00 |
|
Joseph Henry
|
21f4f16e63
|
Disable HTTP control plane for libzt builds, introduction of getRoutes() for SDK API
|
2019-01-14 11:34:46 -08:00 |
|
Joseph Henry
|
0e597191b8
|
Updated licenses for 2019
|
2019-01-14 10:25:53 -08:00 |
|
Grant Limberg
|
b59c4a2106
|
Print error & exit on local.conf parsing error
|
2019-01-07 11:19:50 -08:00 |
|
Grant Limberg
|
c35933cd1e
|
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
2018-12-10 12:27:00 -08:00 |
|
Grant Limberg
|
0da2efa633
|
add application_name to pgbouncer connectio string
|
2018-12-10 12:26:20 -08:00 |
|
Grant Limberg
|
e23d95bf03
|
sleep 60 seconds between deployments
|
2018-12-07 15:17:12 -08:00 |
|
Grant Limberg
|
f6e9f0e2a2
|
cleanup
|
2018-12-07 01:58:23 -08:00 |
|
Grant Limberg
|
4a89729529
|
add INCOMING_PACKET_CONCURRENCY environment variable to be able to specify max threads for receive in controller
|
2018-12-07 00:59:08 -08:00 |
|
Grant Limberg
|
56a58f2b11
|
more logging of exits from the central controller
|
2018-12-06 13:26:53 -08:00 |
|
Grant Limberg
|
e959908c51
|
log message
|
2018-12-06 13:19:36 -08:00 |
|
Grant Limberg
|
6e3144370a
|
exit controller if onlinenotification thread exits while _run == 1
|
2018-12-06 13:10:59 -08:00 |
|
Grant Limberg
|
20f02bb772
|
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
2018-12-06 13:08:39 -08:00 |
|
Grant Limberg
|
1c86f25fab
|
update # of threads for Postgres
|
2018-12-06 13:08:31 -08:00 |
|
Adam Ierymenko
|
e6f9ab929d
|
More speed stuff.
|
2018-12-06 12:47:58 -08:00 |
|
Adam Ierymenko
|
18d1772bb4
|
stuff for speed and stuff (testing)
|
2018-12-06 12:00:49 -08:00 |
|
Adam Ierymenko
|
5535cad773
|
Revert mutex change.
|
2018-12-04 16:15:46 -08:00 |
|
Adam Ierymenko
|
ec84934d48
|
Disable spinlock to check CPU usage implications on multithreaded controllers.
|
2018-12-04 15:59:39 -08:00 |
|
Grant Limberg
|
328d08781a
|
finish pgbouncer integration
|
2018-12-03 16:12:15 -08:00 |
|
Grant Limberg
|
c8d5215870
|
add handling for PGBOUNCER_CONNSTR environment variable.
alows Central controllers to connect to PGBouncer on some threads. LISTEN threads still require a direct connection to the DB
|
2018-12-03 15:19:15 -08:00 |
|
Grant Limberg
|
62ccb48a0b
|
allow alternative ports for central controllers
|
2018-12-03 15:06:26 -08:00 |
|
Grant Limberg
|
82409eb345
|
add script to cycle central controllers
|
2018-12-03 15:04:46 -08:00 |
|
Grant Limberg
|
b75f212d70
|
Replace RethinkDB section in controller/README with PostgreSQL
|
2018-11-30 10:41:54 -08:00 |
|
Grant Limberg
|
ccb856749f
|
back to plain old libpq in dev
|
2018-11-30 10:40:57 -08:00 |
|
Adam Ierymenko
|
9d2bc9bf4e
|
Merge branch 'master' into dev
|
2018-11-28 08:44:45 -08:00 |
|
Adam Ierymenko
|
52c4385c16
|
Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne
|
2018-11-28 08:44:12 -08:00 |
|
Adam Ierymenko
|
5da7d6d1ae
|
Merge docker update PR
|
2018-11-28 08:43:50 -08:00 |
|
Adam Ierymenko
|
65e0a74718
|
Merge pull request #869 from bltavares/patch-2
Update ZeroTier version on Docker
|
2018-11-28 08:41:42 -08:00 |
|
Grant Limberg
|
01d5d7d78b
|
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
2018-11-13 16:20:01 -08:00 |
|
Grant Limberg
|
e3381a4c1f
|
fix member init query
|
2018-11-13 16:19:55 -08:00 |
|
Adam Ierymenko
|
03e35b25b8
|
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
|
2018-11-13 16:02:31 -08:00 |
|
Adam Ierymenko
|
e2b0fb26b1
|
self-test build fix.
|
2018-11-13 16:02:26 -08:00 |
|
Grant Limberg
|
01c18cc442
|
update makefile for libpqxx controller
|
2018-11-13 16:01:43 -08:00 |
|
Grant Limberg
|
01e6df4d46
|
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
2018-11-13 16:00:17 -08:00 |
|
Grant Limberg
|
882b03436d
|
WIP: libpxx instead of libpq
|
2018-11-13 16:00:13 -08:00 |
|
Adam Ierymenko
|
690bd933d5
|
Support shutdown with postLimit in BlockingQueue
|
2018-11-13 13:52:45 -08:00 |
|
Adam Ierymenko
|
6684559cd9
|
More Mac tap improvements and threading efficiency improvements.
|
2018-11-13 13:51:25 -08:00 |
|
Adam Ierymenko
|
4ed7d20a48
|
Another stability fix... turns out vfork is problematic here.
|
2018-11-13 12:46:36 -08:00 |
|
Adam Ierymenko
|
350116c513
|
Stability improvements for Mac virtual Ethernet tap driver.
|
2018-11-13 12:42:03 -08:00 |
|
Adam Ierymenko
|
7bde2c089d
|
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
|
2018-11-13 12:08:02 -08:00 |
|
Adam Ierymenko
|
90631adb9b
|
Improve multithreading support for OneService (faster, dynamic adjustment of thread count based on HW concurrency).
|
2018-11-13 12:07:58 -08:00 |
|