Age | Commit message (Expand) | Author |
2019-03-22 | Get rid of ZT_FAST_MEMCPY because this is not really needed. | Adam Ierymenko |
2019-03-21 | Replace certificate based gating of multicast like/gather with a simpler more... | Adam Ierymenko |
2019-01-14 | Updated licenses for 2019 | Joseph Henry |
2018-05-18 | node: remove deprecated register hint for C++17 compatibility | Dave Cottlehuber |
2018-01-10 | cleanup | Adam Ierymenko |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko |
2018-01-08 | Tear out old "link quality" stuff since it is not currently used and will be ... | Adam Ierymenko |
2017-12-15 | Some micro-optimizations, including a memcpy that is faster than Linux for mo... | Adam Ierymenko |
2017-07-07 | Remote trace: plumbing, replace old TRACE with calls to Trace object. | Adam Ierymenko |
2017-05-30 | Remove old circuit test code. Rules engine will let us do this much better an... | Adam Ierymenko |
2017-05-09 | define likely/unlikely | Adam Ierymenko |
2017-04-27 | License header update. | Adam Ierymenko |
2017-04-20 | Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_P... | Adam Ierymenko |
2017-04-19 | Integrate ARM/NEON crypto. | Adam Ierymenko |
2017-04-18 | Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This gi... | Adam Ierymenko |
2017-04-17 | Enable use of NaCl for faster X64 Salsa20 implementations. Also include binar... | Adam Ierymenko |
2017-03-17 | Windows build fixes, app about text revisions. | Adam Ierymenko |
2017-03-17 | GitHub issue #461 -- plus a bit of cleanup and optimization | Adam Ierymenko |
2017-03-17 | LZ4 cleanup | Adam Ierymenko |
2017-03-17 | . | Adam Ierymenko |
2017-03-17 | ARM tweaks | Adam Ierymenko |
2017-03-10 | Sigh. Another thinko. | Adam Ierymenko |
2017-03-10 | Build fix (typo) | Adam Ierymenko |
2017-03-10 | Also must mask off counter bits in IV in cryptField. | Adam Ierymenko |
2017-03-10 | cryptField() used to obscure extended fields in HELLO cannot use mangleKey() | Adam Ierymenko |
2017-03-01 | Outgoing side of packet counter for link quality reporting. Also some cleanup... | Adam Ierymenko |
2017-02-06 | One more tweak after thinking about related keys and key stream reuse. Just a... | Adam Ierymenko |
2017-02-06 | Tweak how we do crypto of the masked portions of HELLO just to be more "borin... | Adam Ierymenko |
2017-02-05 | Docs, code cleanup, and protect the extra new fields of HELLO with encryption... | Adam Ierymenko |
2017-01-19 | Encapsulate LZ4 in Packet.cpp to eliminate dependency. | Adam Ierymenko |
2017-01-19 | Fix LZ4 warning. | Adam Ierymenko |
2016-10-13 | cleanup | Adam Ierymenko |
2016-10-13 | Remove unused POW code, will revisit later. | Adam Ierymenko |
2016-09-26 | Bunch more refactoring and work on revocations, etc. | Adam Ierymenko |
2016-09-08 | Clean up handling of COMs, network access control, and fix a backward compati... | Adam Ierymenko |
2016-08-23 | Stub out USER_MESSAGE. | Adam Ierymenko |
2016-08-09 | ZT_TRACE fix. | Adam Ierymenko |
2016-08-08 | It builds... almost ready to test some rules engine stuff. | Adam Ierymenko |
2016-08-03 | Bunch of work on pushing and replication of tags and capabilities, and protoc... | Adam Ierymenko |
2016-07-26 | Cleanup and stub out new object transfer messages. | Adam Ierymenko |
2016-04-19 | Revise peer path weighting to always prioritize cluster-optimal paths. | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko |
2015-10-09 | Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE) | Adam Ierymenko |
2015-10-07 | Finally add an ECHO. | Adam Ierymenko |
2015-10-07 | Add proof of work request for future DDOS mitigation use. | Adam Ierymenko |
2015-09-30 | Add new verb names, and fix some Mac compiler flags. | Adam Ierymenko |
2015-07-06 | Documentation in Packet, more work on path push, and clean up ancient legacy ... | Adam Ierymenko |
2015-06-29 | Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH | Adam Ierymenko |
2015-06-13 | Add definition for VERB_CMA -- GitHub issue #180 | Adam Ierymenko |