summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restructure of public key -> peer stateMathias Hall-Andersen2020-01-261-7/+8
* Work on sticky socketsMathias Hall-Andersen2020-01-091-1/+0
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-0/+1
* Revert to crossbeamMathias Hall-Andersen2019-12-161-0/+1
* Added profiler featureMathias Hall-Andersen2019-12-141-1/+5
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-101-1/+0
* Remove futures from dependenciesMathias Hall-Andersen2019-12-061-1/+0
* DaemonizationMathias Hall-Andersen2019-11-211-1/+2
* Clean dependencies and importsMathias Hall-Andersen2019-11-211-1/+0
* Remove unused dependenciesMathias Hall-Andersen2019-10-301-5/+1
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-0/+2
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+3
* Work on peer timersMathias Hall-Andersen2019-09-221-2/+1
* WIP: Handshake queue and workersMathias Hall-Andersen2019-09-151-0/+1
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-0/+1
* Begin work on full router interaction unittestMathias Hall-Andersen2019-09-081-0/+1
* More extensive outbound testMathias Hall-Andersen2019-09-041-0/+2
* Simply passing of JobBuffer ownershipMathias Hall-Andersen2019-09-041-0/+1
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-1/+2
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-0/+1
* Better management of key materialMathias Hall-Andersen2019-08-311-0/+1
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-301-1/+2
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-271-0/+1
* Update the blake2 crate to fix bug upstreamMathias Hall-Andersen2019-08-261-2/+2
* Move to hjul crateMathias Hall-Andersen2019-08-241-2/+2
* Initial version of timer frameworkMathias Hall-Andersen2019-08-221-0/+1
* Begin drafting cross-platform interfaceMathias Hall-Andersen2019-08-161-0/+1
* Layout work on routerMathias Hall-Andersen2019-08-161-1/+0
* Implement add_keypair semanticsMathias Hall-Andersen2019-08-131-0/+1
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-0/+2
* Concurrent rate limiterMathias Hall-Andersen2019-08-071-0/+2
* Add rate limiter check to handshake messages.Mathias Hall-Andersen2019-08-061-0/+1
* Added property-based test for full DoS interactionMathias Hall-Andersen2019-08-031-1/+4
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-1/+1
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-0/+5
* Restructured for wireguard-rsMathias Hall-Andersen2019-07-281-1/+1
* Move parser code to zerocopyMathias Hall-Andersen2019-07-261-1/+3
* Fixed GenericArray versionMathias Hall-Andersen2019-07-251-1/+1
* Tested full handshakeMathias Hall-Andersen2019-07-241-0/+1
* Finish handshake exchangeMathias Hall-Andersen2019-07-221-0/+1
* Begin creation of responseMathias Hall-Andersen2019-07-181-0/+1
* Create initiation messageMathias Hall-Andersen2019-07-161-2/+2
* Begin work on creating initiationMathias Hall-Andersen2019-07-131-1/+5
* Add peers and psks to deviceMathias Hall-Andersen2019-07-121-1/+1
* Encoding / decoding of messagesMathias Hall-Andersen2019-07-101-0/+11