Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-10-08 | Fix some clippy warnings | 1 | -15/+26 | |
2020-06-14 | Added architecture illustration. | 1 | -30/+25 | |
2020-05-13 | Remove "list_peers" and "lookup_peer". | 1 | -0/+2 | |
2020-05-10 | Refactoring timer code: | 1 | -0/+31 | |
2020-03-29 | Restructuring and dependency version bump. | 1 | -4/+7 | |
2020-02-20 | More comprehensive unit tests for router | 1 | -15/+17 | |
2020-02-16 | Simplified router code | 1 | -123/+83 | |
2020-02-01 | Squashed commit of the following: | 1 | -1/+1 | |
2019-12-27 | Fixed typo in under load codeclean | 1 | -6/+12 | |
2019-12-16 | Constant renamed to be consistent with kernel WG | 1 | -1/+1 | |
2019-12-09 | Formatting | 1 | -3/+2 | |
2019-12-09 | Move to run queue | 1 | -1/+20 | |
2019-12-06 | Fixed inbound job bug (add to sequential queue) | 1 | -1/+3 | |
2019-12-03 | Moving away from peer threads | 1 | -125/+95 | |
2019-11-24 | Make IO traits suitable for Tun events (up/down) | 1 | -9/+9 | |
2019-11-18 | Better compartmentalization of cryptokey router | 1 | -77/+7 | |
2019-11-18 | Bug fixes from compliance tests with WireGuard | 1 | -1/+1 | |
2019-11-06 | Implement disable/enable timers | 1 | -13/+19 | |
2019-11-04 | Work on Up/Down operation on WireGuard device | 1 | -27/+41 | |
2019-11-02 | Work on configuration interface | 1 | -3/+3 | |
2019-10-31 | Work on timer semantics | 1 | -0/+6 | |
2019-10-30 | Change router job to accommodate keep_key_fresh | 1 | -45/+29 | |
2019-10-28 | First full test of pure WireGuard | 1 | -6/+6 | |
2019-10-23 | Moved IO traits into platform module | 1 | -1/+1 | |
2019-10-13 | Work on Linux platform code | 1 | -1/+1 | |
2019-10-09 | Start porting kernel timer semantics | 1 | -13/+21 | |
2019-10-09 | Restructure IO traits. | 1 | -32/+33 | |
2019-09-28 | Added key_confirmed callback | 1 | -62/+97 | |
2019-09-21 | Added zero_key to peer | 1 | -13/+45 | |
2019-09-15 | WIP: Handshake queue and workers | 1 | -19/+31 | |
2019-09-15 | Sent staged packets when key-pair confirmed | 1 | -35/+42 | |
2019-09-14 | Begin work on the pure Wireguard implemenation | 1 | -1/+1 | |
2019-09-11 | Simplified router tests | 1 | -0/+4 | |
2019-09-10 | Full inbound/outbound router test | 1 | -22/+107 | |
2019-09-07 | Write inbound packets to TUN device | 1 | -34/+80 | |
2019-09-05 | Added outbound benchmark | 1 | -11/+6 | |
2019-09-04 | More extensive outbound test | 1 | -10/+25 | |
2019-09-04 | Expanded outbound test | 1 | -3/+1 | |
2019-09-04 | Simply passing of JobBuffer ownership | 1 | -71/+62 | |
2019-09-02 | Wake workers when submitting work | 1 | -33/+17 | |
2019-09-02 | Reconsider inorder queueing | 1 | -3/+11 | |
2019-09-01 | Outbound cryptkey routing | 1 | -8/+62 | |
2019-08-31 | Added Bind trait to router | 1 | -21/+21 | |
2019-08-31 | Reduce number of type parameters in router | 1 | -24/+24 | |
2019-08-28 | Renamed confirmed -> initator on keypair | 1 | -2/+2 | |
2019-08-27 | Add confirm_key stub | 1 | -0/+10 | |
2019-08-27 | Use confirmation status from keypair in dec-state | 1 | -6/+7 | |
2019-08-27 | Work on inbound/outbound consume code | 1 | -0/+1 | |
2019-08-27 | Unbox callback closures | 1 | -17/+21 | |
2019-08-26 | Work on callback structure for cryptkey router | 1 | -22/+22 |