2683 Commits (90e1262a8b607f35af0eade34eba7a49217cb7ed)
 

Author SHA1 Message Date
Adam Ierymenko 90e1262a8b More refactoring to remove old Dictionary dependencies. 10 years ago
Adam Ierymenko 246f86dad3 Define an "anchor" as a statically defined device that serves as a network lookup point. 10 years ago
Adam Ierymenko d736074301 Refactor rules table in-memory structure in new NetworkConfig to permit far more rules with better space efficiency. 10 years ago
Adam Ierymenko 368efaa2ba Kill some old debug code. 10 years ago
Adam Ierymenko 2f18a92e20 Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route. 10 years ago
Adam Ierymenko affbca74b4 Clean up Linux makefile and remove doc target from default since it requires rst2man. Add doc target to official instead. 10 years ago
Adam Ierymenko 4c455876f9 Revise peer path weighting to always prioritize cluster-optimal paths. 10 years ago
Adam Ierymenko cecfa99b7b (1) cluster members send a flag indicating that a PUSH_DIRECT_PATHS is a cluster redirect, (2) 1.1.5 uses this to avoid a bug (this bug does not exist in 1.1.4) 10 years ago
Adam Ierymenko b3cac538cc Store lat/lon too for testing and future display use. 10 years ago
Adam Ierymenko 587b1e05d1 Replace cluster-geo subprocess with in-memory loaded CSV of GeoIP data. This is faster, cheaper, more reliable. We use https://db-ip.com/ but others would work too. 10 years ago
Adam Ierymenko 02c3727ccd . 10 years ago
Adam Ierymenko af471af8ef Shrink NetworkConfig slightly. 10 years ago
Adam Ierymenko e28838805f Brace fix... 10 years ago
Adam Ierymenko 8a9762331f Fix one more old NetworkConfig bit of code. 10 years ago
Adam Ierymenko 31db6f8f36 NetworkConfig refactor almost done. 10 years ago
Adam Ierymenko ad1e83d8b9 Refactor IncomingPacket for new NetworkConfig 10 years ago
Adam Ierymenko bbd9915056 Refactor Node for new NetworkConfig 10 years ago
Adam Ierymenko 51fecc0be9 Refactor Network for new NetworkConfig. 10 years ago
Adam Ierymenko 6f854c8391 NetworkConfig refactor part 1 10 years ago
Adam Ierymenko 9b8444fff1 Merge of bignose/manual-pages (Linux man pages) 10 years ago
Adam Ierymenko 43e317f0b7 Authorship stuff. 10 years ago
Adam Ierymenko 0e40181d8f Merge branch 'license-clarification' into dev 10 years ago
Adam Ierymenko 63b62ebf4c Boost local interface check interval a bit to speed direct link provisioning on startup. 10 years ago
Adam Ierymenko 569de22481 Make port mapper names even more unique, and trial bind before binding TCP now which should work on Linux and others. 10 years ago
Adam Ierymenko 9085a04b16 Merge branch 'dev' of http://git.int.zerotier.com:/zerotier/ZeroTierOne into dev 10 years ago
Adam Ierymenko c7df61a3c3 dev branch now works again on Linux 10 years ago
Adam Ierymenko c278f05181 RoutingTable build fixes. 10 years ago
Adam Ierymenko 61a9c27af0 Consolidate routing table code. 10 years ago
Adam Ierymenko e9b2613d5f Put routing table code back in osdep/ 10 years ago
Adam Ierymenko 24469a7f43 . 10 years ago
Adam Ierymenko 56096be8b6 Tweak new RX queue algorithm to "expire" old entries to prevent always needing to traverse the whole queue array. 10 years ago
Adam Ierymenko 8ef78e7e7d Preserve add local interface address add order and send in that order since this is a priority. 10 years ago
Adam Ierymenko 504738b183 Binder for Windows, and use Binder to get local interface addresses to advertise. 10 years ago
Adam Ierymenko 32cd2a02c9 OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 10 years ago
Adam Ierymenko 4a109658ab More refactoring and prep for explicit interface bindings (for default route support). 10 years ago
Adam Ierymenko 52d9612301 Reduce symmetric prediction fuzz just a bit. 10 years ago
Adam Ierymenko d8b89b0c86 Fix Cluster to send from a designated endpoint address instead of wildcard. 10 years ago
Adam Ierymenko e0ad854d19 Beginning of local binding manager for default gateway support. 10 years ago
Adam Ierymenko 0e26917c72 Tweak metric and clean out attic a bit. 10 years ago
Adam Ierymenko 3df60995e1 nit pick... might this matter? 10 years ago
Adam Ierymenko 1a5e7cb0cb More tweaks to OS determination stuff. 10 years ago
Adam Ierymenko 8035afae87 Try to define ZT_NO_TYPE_PUNNING on iOS in case it wasn't. 10 years ago
Adam Ierymenko 284e5d83b5 Fix some broken TRACEs and a tiny reorder in a few ifs. 10 years ago
Adam Ierymenko 2b3e1d5c10 Ignore IP assignment pool ranges that begin with 0.0.0.0 or that contain no IPs. 10 years ago
Adam Ierymenko 2c328d61ad Do not auto-assign IP addresses on bridges. IPs can still be assigned manually. 10 years ago
Adam Ierymenko 76f9b4c582 A few other little formatting things. 10 years ago
Adam Ierymenko c589bc4c57 Indentation 10 years ago
Adam Ierymenko d6a1868d0a Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory. 10 years ago
Adam Ierymenko 9f31cbd8b8 Make /network/???/active return more info. 10 years ago
Ben Finney c0262d8f76 Add “doc” to the dependencies for the “all” build target. 10 years ago