| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Work on UAPI parser | 2019-11-03 | 6 | -41/+231 | ||
| | | ||||||
| * | Work on configuration interface | 2019-11-02 | 9 | -34/+120 | ||
| | | ||||||
| * | Add derived_session | 2019-10-31 | 2 | -8/+19 | ||
| | | ||||||
| * | Work on timer semantics | 2019-10-31 | 10 | -80/+181 | ||
| | | ||||||
| * | Remove unused dependencies | 2019-10-30 | 5 | -423/+19 | ||
| | | ||||||
| * | Change router job to accommodate keep_key_fresh | 2019-10-30 | 5 | -140/+139 | ||
| | | ||||||
| * | Unified use of make_packet during tests | 2019-10-29 | 6 | -119/+144 | ||
| | | ||||||
| * | First full test of pure WireGuard | 2019-10-28 | 12 | -62/+242 | ||
| | | ||||||
| * | Fixed Ordering::Acquire -> Ordering::SeqCst typo | 2019-10-23 | 4 | -8/+12 | ||
| | | ||||||
| * | Work on pure WireGuard test | 2019-10-23 | 7 | -83/+156 | ||
| | | ||||||
| * | Moved IO traits into platform module | 2019-10-23 | 26 | -270/+352 | ||
| | | ||||||
| * | Work on platform specific code (Linux) | 2019-10-23 | 14 | -80/+277 | ||
| | | ||||||
| * | Work on porting timer semantics and linux platform | 2019-10-16 | 10 | -237/+293 | ||
| | | ||||||
| * | Work on Linux platform code | 2019-10-13 | 36 | -52/+293 | ||
| | | ||||||
| * | Port timer.c from WireGuard | 2019-10-11 | 2 | -21/+76 | ||
| | | ||||||
| * | Enable adding TUN reader to WG interface | 2019-10-11 | 7 | -144/+244 | ||
| | | ||||||
| * | Start porting kernel timer semantics | 2019-10-09 | 4 | -50/+115 | ||
| | | ||||||
| * | Restructure IO traits. | 2019-10-09 | 16 | -343/+610 | ||
| | | ||||||
| * | Restructure dummy implementations | 2019-10-06 | 8 | -230/+320 | ||
| | | ||||||
| * | Added key_confirmed callback | 2019-09-28 | 8 | -114/+217 | ||
| | | ||||||
| * | Work on peer timers | 2019-09-22 | 8 | -64/+135 | ||
| | | ||||||
| * | Added zero_key to peer | 2019-09-21 | 6 | -66/+190 | ||
| | | ||||||
| * | WIP: TUN IO worker | 2019-09-18 | 6 | -129/+212 | ||
| | | | | | Also removed the type parameters from the handshake device. | |||||
| * | WIP: Work on handshake worker | 2019-09-16 | 5 | -24/+76 | ||
| | | ||||||
| * | WIP: Handshake queue and workers | 2019-09-15 | 4 | -26/+90 | ||
| | | ||||||
| * | Sent staged packets when key-pair confirmed | 2019-09-15 | 4 | -46/+50 | ||
| | | ||||||
| * | Begin work on the pure Wireguard implemenation | 2019-09-14 | 13 | -144/+182 | ||
| | | | | | Start joining the handshake device and router device in the top-level Wireguard implemenation. | |||||
| * | Test for confirmation of key using staged packet | 2019-09-11 | 1 | -6/+13 | ||
| | | ||||||
| * | Simplified router tests | 2019-09-11 | 4 | -145/+169 | ||
| | | ||||||
| * | Full inbound/outbound router test | 2019-09-10 | 11 | -247/+392 | ||
| | | ||||||
| * | Begin work on full router interaction unittest | 2019-09-08 | 5 | -91/+239 | ||
| | | ||||||
| * | Fixed outbound unittest | 2019-09-07 | 4 | -24/+22 | ||
| | | ||||||
| * | Write inbound packets to TUN device | 2019-09-07 | 9 | -138/+306 | ||
| | | ||||||
| * | Added outbound benchmark | 2019-09-05 | 5 | -89/+126 | ||
| | | | | | | | Decent performance (~1.5Gb/s on old XPS laptop from 2014), biggest bottleneck seems to be the heap allocator, swapping with jemalloc yields 2x performance. | |||||
| * | Output test number and parameters to debug | 2019-09-04 | 1 | -1/+3 | ||
| | | ||||||
| * | More extensive outbound test | 2019-09-04 | 6 | -116/+231 | ||
| | | ||||||
| * | Expanded outbound test | 2019-09-04 | 6 | -21/+44 | ||
| | | ||||||
| * | Simply passing of JobBuffer ownership | 2019-09-04 | 7 | -299/+274 | ||
| | | ||||||
| * | Wake workers when submitting work | 2019-09-02 | 6 | -155/+190 | ||
| | | ||||||
| * | Reconsider inorder queueing | 2019-09-02 | 6 | -17/+85 | ||
| | | ||||||
| * | Outbound cryptkey routing | 2019-09-01 | 9 | -35/+602 | ||
| | | ||||||
| * | Added Bind trait to router | 2019-08-31 | 6 | -60/+70 | ||
| | | ||||||
| * | Reduce number of type parameters in router | 2019-08-31 | 8 | -72/+137 | ||
| | | | | | | Merge multiple related type parameters into trait, allowing for easier refactoring and better maintainability. | |||||
| * | Explicitly clear t0 in KDF macro | 2019-08-31 | 1 | -3/+8 | ||
| | | ||||||
| * | Fix race condition on response processing | 2019-08-31 | 1 | -28/+52 | ||
| | | ||||||
| * | Better management of key material | 2019-08-31 | 7 | -223/+234 | ||
| | | ||||||
| * | Move to RustCrypto AEAD crate for handshake | 2019-08-30 | 6 | -271/+163 | ||
| | | ||||||
| * | Join with worker threads on device drop | 2019-08-28 | 6 | -30/+91 | ||
| | | ||||||
| * | Renamed confirmed -> initator on keypair | 2019-08-28 | 5 | -11/+13 | ||
| | | | | | | Done to reflect that the property is immutable, unlike the "confirmed" field on the decryption state. | |||||
| * | Start worker threads for device | 2019-08-28 | 2 | -26/+53 | ||
| | | ||||||
