Commit graph

  • 637d50a9de Write binary of world too. Adam Ierymenko 2015-11-16 13:11:16 -08:00
  • f5b465c0e1 Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge Adam Ierymenko 2015-11-16 11:13:02 -08:00
  • 6ac70ba808 . Adam Ierymenko 2015-11-16 11:01:19 -08:00
  • 08cd603623 Code to generate real World for edge. Adam Ierymenko 2015-11-16 10:58:40 -08:00
  • ddf0cb0278 Docs and tweak some caching values. Adam Ierymenko 2015-11-16 09:54:08 -08:00
  • 75f8ee1b9c get the compiler to stop complaining about two string literals (one a macro) next to each other without an intervening space Grant Limberg 2015-11-14 18:19:33 -08:00
  • 0508a41afd added ttl parameter to WirePacketSendFunction Grant Limberg 2015-11-14 17:40:17 -08:00
  • 0d9f33dc4f Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. Adam Ierymenko 2015-11-13 12:14:28 -08:00
  • 90f9415107 Update installer to drag along a net-install binary for .NET 4.5 that it runs if .NET 4.5 is not present... because yes we have to install Microsoft's own flagship runtime under some conditions. (Rare, but present.) Adam Ierymenko 2015-11-13 09:11:12 -08:00
  • 2ec638a23d New Windows UI tweaks: get rid of networks tab (only one tab!), make networks full width and make window narrower and a bit taller, colors, fixed-width fonts in several places, make network IDs selectable. Adam Ierymenko 2015-11-12 17:38:30 -08:00
  • a6cffefa6d Updated compatibility Joseph Henry 2015-11-12 17:15:44 -08:00
  • a818c622d9 Updated throughput_httpd docker test files Joseph Henry 2015-11-12 16:57:45 -08:00
  • ccae473783 Eliminate Windows warnings. Adam Ierymenko 2015-11-12 16:51:33 -08:00
  • 54f68280bd Minor Windows build fixes. Builds on VS2012 again. Adam Ierymenko 2015-11-12 16:48:42 -08:00
  • 7d8084262a Fixed rpc_st command alignment bug for RPC_SOCKET Joseph Henry 2015-11-12 16:48:08 -08:00
  • bacb53fe8f Remove old Windows NDIS5 tap driver -- I think this is dead. Adam Ierymenko 2015-11-12 16:40:50 -08:00
  • 33c132968e GitHub issue #219 -- make Linux makefile cross-compiler aware. Adam Ierymenko 2015-11-12 15:37:32 -08:00
  • 73e314cc1a Shelve pcap-with-bridge OSX experiment -- apparently pcap_inject does not work with bridge devices. Still have to use a kext. Adam Ierymenko 2015-11-12 15:28:55 -08:00
  • 6af54c5943 Minor debug updates Joseph Henry 2015-11-12 14:49:20 -08:00
  • fa7220ec0e Removed old Common.h Joseph Henry 2015-11-12 14:35:58 -08:00
  • d1a22a0878 Streamlined debug output code Joseph Henry 2015-11-12 14:32:27 -08:00
  • 8ac411a9e4 Stashing utun work for OSX -- abandoning for now since utun excludes mDNS among other issues. Adam Ierymenko 2015-11-12 10:47:50 -08:00
  • e5fad005a9 Updated RPC handling Joseph Henry 2015-11-12 08:21:05 -08:00
  • 0940d673db Always advertise to the cluster when we have a peer even if we have also initiated handoff. This might be the cause of the warmup problem -- will test later. At the very least it should not hurt anything due to pick-latest logic and the fact that cluster members with only suboptimal paths do not respond to WANT_PEER. Adam Ierymenko 2015-11-11 14:36:22 -08:00
  • b94335f115 Increase WHOIS retry delay slightly to allow for global cluster latency (e.g. 300+ms from New York to Johhannesburg) Adam Ierymenko 2015-11-11 11:07:08 -08:00
  • a13ba7102a GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or else Adam Ierymenko 2015-11-10 17:45:05 -08:00
  • 451b8aa7b2 Query both root and network controller for multicast last resort GATHER. Adam Ierymenko 2015-11-10 17:37:38 -08:00
  • 53731acf51 Bracket by time in result cruncher script. Adam Ierymenko 2015-11-10 17:15:06 -08:00
  • 3b9411044f Patch tap-mac to latest tuntaposx upstream changes, and add updated build for 10.8 or later (keep old one for 10.7). Adam Ierymenko 2015-11-10 16:00:21 -08:00
  • 141e2db38c More results. Adam Ierymenko 2015-11-10 15:47:18 -08:00
  • 0cf4ddda4a Some more test results, and fix OSX installer to put symlinks in /usr/local as per El Capitan requirements. Adam Ierymenko 2015-11-10 15:11:15 -08:00
  • 0e4a2c378f Fix a sporadic warning in cluster-geo, and fix test to not overload the test-watcher. Adam Ierymenko 2015-11-10 13:09:58 -08:00
  • 2854f14966 Some cluster parameter tweaks, and change the test code in tests/http to dramatically reduce the amount of data transfer to/from the test master. Also add results of first successful 50k test. Adam Ierymenko 2015-11-10 11:59:03 -08:00
  • 4328c6c3bc Fix delete oldest logic. Adam Ierymenko 2015-11-10 09:46:14 -08:00
  • b171c9a0db Replace slow std::list<> with an O(log(N)) data structure for the cluster relaying send queue. Adam Ierymenko 2015-11-10 09:05:01 -08:00
  • 82a60b1e28 Fixed throughput build script Joseph Henry 2015-11-09 20:16:27 -08:00
  • 19f09e46fa Moved/Renamed Docker test dirs Joseph Henry 2015-11-09 19:37:19 -08:00
  • 134ad8ac21 Changed httpd version in throughput-test Dockerfile root 2015-11-09 19:13:53 -08:00
  • 32ec378e3b Announce that we have peers on the cluster when we first see them to improve startup times, and add a result crunching script to tests/http. Adam Ierymenko 2015-11-09 18:01:23 -08:00
  • 2cc50bdb10 Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT Adam Ierymenko 2015-11-09 15:44:13 -08:00
  • 94f4316a0e Fix for possible high CPU usage on multicast queries. Adam Ierymenko 2015-11-09 14:54:05 -08:00
  • 35c4e28f31 Mark geo-redirected paths as suboptimal and do not report that we have a peer if all we have is one of these. Also a few other small fixes. Adam Ierymenko 2015-11-09 14:25:28 -08:00
  • 47424df417 Fix (1) a deadlock bug and (2) a bug that prevented distributed rendezvous messages from being sent. Adam Ierymenko 2015-11-09 13:39:06 -08:00
  • 73e2c6e511 How did that ever work? Adam Ierymenko 2015-11-09 12:24:49 -08:00
  • 12cd9df059 . Adam Ierymenko 2015-11-09 11:30:17 -08:00
  • 4ad2ff2f71 . Adam Ierymenko 2015-11-09 11:08:52 -08:00
  • b57c855a8c PROXY_SEND fix. Adam Ierymenko 2015-11-09 10:25:20 -08:00
  • ed954c5ca2 . Adam Ierymenko 2015-11-09 10:09:16 -08:00
  • 21341ab15c Ready to test. Adam Ierymenko 2015-11-09 09:45:43 -08:00
  • f4d12603e0 Tweak how Switch passes off to Cluster on relay to fit new paradigm. Adam Ierymenko 2015-11-09 09:19:03 -08:00
  • ff81415ffe Build fixes... Adam Ierymenko 2015-11-09 09:14:26 -08:00
  • 5371195c80 Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge Adam Ierymenko 2015-11-09 09:01:58 -08:00
  • 473ce82040 Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge Adam Ierymenko 2015-11-09 09:01:41 -08:00
  • ab013d831c . Adam Ierymenko 2015-11-09 09:01:38 -08:00
  • 57b71bfff0 Cluster simplification and refactor work in progress... Adam Ierymenko 2015-11-08 13:57:02 -08:00
  • 6bc8c9d8ef Clustering cleanup, still a work in progress. Adam Ierymenko 2015-11-06 16:12:41 -08:00
  • 5f39d5b7ea Further pare down Cluster messaging and rename some stuff. Adam Ierymenko 2015-11-06 14:37:17 -08:00
  • 9490b1f136 Try prioritizing cluster-send over direct send in cluster mode -- may improve cluster relaying reliability. Adam Ierymenko 2015-11-06 13:38:56 -08:00
  • badec136fc New agent master IP. Adam Ierymenko 2015-11-06 11:55:06 -08:00
  • 8ea5f424fd Small amount of cleanup. Adam Ierymenko 2015-11-06 11:15:06 -08:00
  • 3cafa60284 fix up some borders & colors Grant Limberg 2015-11-05 19:39:26 -08:00
  • 2415ae45c1 remove the peers page Grant Limberg 2015-11-05 19:39:17 -08:00
  • aa169b54de Add conntrack tweak to nf for testing. Adam Ierymenko 2015-11-05 18:06:04 -08:00
  • 83c6b7ab3d Use bigger UDP buffer on bigger x64 machines. Keep old value elsewhere since these are likely to be smaller boxes. Adam Ierymenko 2015-11-05 17:41:07 -08:00
  • ba5008c370 Now make cluster announcements slightly more frequent. Adam Ierymenko 2015-11-05 17:28:55 -08:00
  • 3fa1b5a89d Make cluster HAVE_PEER a little lighter by removing full identity. Technically this is not necessary and they will propagate over time in any case. Might restore it in some form in the future. Adam Ierymenko 2015-11-05 17:22:22 -08:00
  • 7603d8cee8 Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge Adam Ierymenko 2015-11-05 16:46:42 -08:00
  • 869eff49bc . Adam Ierymenko 2015-11-05 16:46:33 -08:00
  • d9abc28fe3 . Adam Ierymenko 2015-11-05 14:54:54 -08:00
  • 3e22fee842 Integrate deferred background processing into main OneService implementation. Adam Ierymenko 2015-11-05 12:41:14 -08:00
  • 5ec5911e1b Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge Adam Ierymenko 2015-11-05 12:23:06 -08:00
  • 8ef4edebbf Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. Adam Ierymenko 2015-11-05 12:22:58 -08:00
  • 86c74d8a65 set manifest to require administrator privileges and read the authtoken and port from disk Grant Limberg 2015-11-04 20:34:49 -08:00
  • 49086e4556 just a little xaml cleanup Grant Limberg 2015-11-04 20:31:41 -08:00
  • 4c7bb06894 make the main window width a bit smaller Grant Limberg 2015-11-04 20:19:14 -08:00
  • f3e527e130 update the peer list in place rather than replacing it Grant Limberg 2015-11-04 20:17:58 -08:00
  • df74dd6e41 make the peers page prettier Grant Limberg 2015-11-04 20:03:25 -08:00
  • 5e9166cec7 setting width/height isn't necessary Grant Limberg 2015-11-04 19:30:26 -08:00
  • d2c288b13f Fix vertical scrolllbar on networks view Grant Limberg 2015-11-04 19:12:12 -08:00
  • fc32dc11a6 make the networks view a bit prettier Grant Limberg 2015-11-04 19:08:13 -08:00
  • 2721804ebf make the tabs a little prettier Grant Limberg 2015-11-04 18:39:45 -08:00
  • 7b86176d0e Don't go kaboom when the ZeroTier service isn't running. Grant Limberg 2015-11-04 18:28:07 -08:00
  • a95ff21aaf test stuff Adam Ierymenko 2015-11-04 15:09:19 -08:00
  • 3e84e8b8c3 Performance tweaks to lwipopts.h (TX=12MB/s) Joseph Henry 2015-11-04 14:45:26 -08:00
  • 9ec32e7926 Agent settings for big test. Adam Ierymenko 2015-11-04 13:28:43 -08:00
  • 7756b5bf1c Merge branch 'android-jni-dev' into edge Grant Limberg 2015-11-03 19:15:00 -08:00
  • eadeac0a42 logging of events Grant Limberg 2015-11-03 19:14:11 -08:00
  • 4b07987210 Added throughput-test Docker files Joseph Henry 2015-11-03 18:10:39 -08:00
  • 172fc1052b Merge windows-ui into edge. Adam Ierymenko 2015-11-03 17:38:36 -08:00
  • 523412edfb Abort backup in progress if thread is told to shut down. Adam Ierymenko 2015-11-03 16:03:00 -08:00
  • f7a407ffa0 Tweak timings and use lock in backup to make it a bit faster and still permit main thread to work. Adam Ierymenko 2015-11-03 15:56:24 -08:00
  • 7903f24a8f Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db. Adam Ierymenko 2015-11-03 15:52:10 -08:00
  • 4b655ab22c tests Adam Ierymenko 2015-11-03 14:39:44 -08:00
  • d9d11042ca . Adam Ierymenko 2015-11-03 12:56:34 -08:00
  • 0b245b031e Allow ZT_TRACE without debug. Adam Ierymenko 2015-11-03 11:20:12 -08:00
  • a42d714a87 . Adam Ierymenko 2015-11-03 11:18:45 -08:00
  • c9e6e60c09 Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses if the addressing scheme matches -- this allows multicast-free instant lookup of local IPv6 for better performance and reliability. Adam Ierymenko 2015-11-03 10:46:41 -08:00
  • df391c8413 Added debug statements for transfer test Joseph Henry 2015-11-03 10:30:18 -08:00
  • 4c20fa4874 Added debug statements for transfer test Joseph Henry 2015-11-03 10:26:10 -08:00
  • b7df177f33 updates for origin/edge Grant Limberg 2015-11-02 19:18:55 -08:00