93 Commits (bfa4bd2584bbfffd41cb1728ed3577c704ce0613)

Author SHA1 Message Date
Adam Ierymenko 9aff094b6f
node/ -> MPL 8 months ago
Adam Ierymenko 055be92ef0
Plumb through attaching network ID to packet sends. 8 months ago
Adam Ierymenko 5eb3cd2699
clang-format this branch to match dev 9 months ago
Adam Ierymenko 342fa9d33f
clang-format this branch 9 months ago
Adam Ierymenko ba2a4a605c
clang-format 9 months ago
Adam Ierymenko 96ba1079b2
Clang-format!!! 2 years ago
Adam Ierymenko 1982071d46 1.14.0 version bump for Linux and macOS, date update. 2 years ago
Adam Ierymenko 0e5651f353
1.12.0 merge to main (#2104) 3 years ago
Brenton Bostick f73e51e94c
Brenton/curly braces (#1971) 3 years ago
Grant Limberg 595e033776
Outgoing Packet Metrics (#1980) 3 years ago
Joseph Henry 39f3f5b2d9 User-configurable physical MTU for individual links 3 years ago
Adam Ierymenko 06730c7d1d BSL date bump 6 years ago
Joseph Henry a50e8e9878 Add Bonds, Slaves, and Flows 6 years ago
Adam Ierymenko 52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1 7 years ago
Joseph Henry 5453cab22b Added flow-awareness check for policies, more work on ZT_MULTIPATH_ACTIVE_BACKUP 7 years ago
Joseph Henry 0634214f2c Added notion of Flows 7 years ago
Adam Ierymenko d9432f2f1e cleanup 7 years ago
Joseph Henry 0e597191b8 Updated licenses for 2019 7 years ago
Adam Ierymenko 5b114791e5 Fix a bug that caused a crash on empty HTTP requests (localhost only) and add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths. 8 years ago
Joseph Henry 28cb40529d Rough draft of fq-codel implementation 8 years ago
Adam Ierymenko 6d8e1e8783 More cleanup of old stuff. 8 years ago
Adam Ierymenko 6fbd15f8b2 cleanup 8 years ago
Adam Ierymenko 65c07afe05 Copyright updates for 2018. 8 years ago
Grant Limberg b1d60df44c timestamps changed from uint64_t to int64_t 9 years ago
Adam Ierymenko 180049a277 Fix pointer bug. 9 years ago
Adam Ierymenko 6ee201865b Clean up WHOIS code. 9 years ago
Adam Ierymenko b1d94c9f93 Performance improvement to RX queue ring buffer. 9 years ago
Adam Ierymenko e3cf756785 Make rxQueue lock-free using an atomic counter ring buffer. 9 years ago
Adam Ierymenko b9e1d53d7a Minor cleanup. 9 years ago
Adam Ierymenko f18158a52d . 9 years ago
Adam Ierymenko 1b68d6dbdc License header update. 9 years ago
Adam Ierymenko e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 9 years ago
Adam Ierymenko d9e4ba1280 Eliminate a little copypasta. 9 years ago
Adam Ierymenko dcb1233b0d Slight refactor to RENEDEZVOUS sending code for federation. 9 years ago
Adam Ierymenko 5dbebc513a Minor send path refactor to make packet I/O work on clusters if they are members of networks. Also fix a crash if compiled in cluster mode but no cluster is enabled. 9 years ago
Adam Ierymenko 39333c9e8e Modify unite() to deal with a second layer of upstreams. 9 years ago
Adam Ierymenko e1310a764a More cleanup and removal of cruft due to obsolete network-specific relays (will be replaced with federation stuff). 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 284e5d83b5 Fix some broken TRACEs and a tiny reorder in a few ifs. 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 4e4fd51117 boring doc stuff 10 years ago
Adam Ierymenko 704205c5f7 Dead code removal. 10 years ago
Adam Ierymenko 436c1fac1d Selectively move over changes from "edge" to "dev" excluding netcon. 10 years ago
Adam Ierymenko 9490b1f136 Try prioritizing cluster-send over direct send in cluster mode -- may improve cluster relaying reliability. 11 years ago
Adam Ierymenko f692cec763 Change how cluster relays packets -- just PROXY_UNITE and then send packet via normal ZeroTier front plane -- more efficient and eliminates fragmentation issues. 11 years ago
Adam Ierymenko f69454ec98 (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Adam Ierymenko 367ffde00c Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 11 years ago
Adam Ierymenko a8d7a31327 Integrate arp into NetconEthernetTap. 11 years ago
Adam Ierymenko 85b90f122a Final std::map<> from Switch, and add some smallish default values for hash size. 11 years ago
Adam Ierymenko 3dba016a93 Almost done... very few std::map<>s remaining in any spot that matters. 11 years ago