Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-09 | Move to run queue | 9 | -251/+478 | |
2019-12-06 | Fixed inbound job bug (add to sequential queue) | 10 | -207/+289 | |
2019-12-03 | Moving away from peer threads | 14 | -432/+640 | |
2019-11-28 | Close socket fd after getmtu ioctl | 1 | -0/+17 | |
2019-11-27 | Fetch updated MTU on linux | 1 | -20/+75 | |
2019-11-27 | Work on netlink IF event code for Linux | 6 | -109/+311 | |
2019-11-25 | Enable up/down from configuration interface | 9 | -85/+180 | |
2019-11-24 | Make IO traits suitable for Tun events (up/down) | 20 | -126/+186 | |
2019-11-21 | Daemonization | 6 | -33/+72 | |
2019-11-21 | Clean dependencies and imports | 9 | -34/+57 | |
2019-11-18 | Better compartmentalization of cryptokey router | 6 | -185/+395 | |
2019-11-18 | Bug fixes from compliance tests with WireGuard | 11 | -230/+291 | |
2019-11-17 | Update configuration API | 15 | -105/+122 | |
2019-11-15 | Update UAPI semantics for remove | 18 | -140/+288 | |
2019-11-13 | Initial version of full UAPI parser | 4 | -83/+142 | |
2019-11-11 | Work on UAPI serialize device | 6 | -17/+113 | |
2019-11-10 | Implemented UAPI "get" line-parser | 5 | -161/+240 | |
2019-11-08 | Removal of secret key in the handshake module | 6 | -169/+190 | |
2019-11-06 | Implement disable/enable timers | 6 | -88/+138 | |
2019-11-04 | Work on Up/Down operation on WireGuard device | 8 | -152/+267 | |
2019-11-03 | Work on UAPI parser | 6 | -41/+231 | |
2019-11-02 | Work on configuration interface | 9 | -34/+120 | |
2019-10-31 | Add derived_session | 2 | -8/+19 | |
2019-10-31 | Work on timer semantics | 10 | -80/+181 | |
2019-10-30 | Remove unused dependencies | 3 | -5/+18 | |
2019-10-30 | Change router job to accommodate keep_key_fresh | 5 | -140/+139 | |
2019-10-29 | Unified use of make_packet during tests | 6 | -119/+144 | |
2019-10-28 | First full test of pure WireGuard | 10 | -62/+238 | |
2019-10-23 | Fixed Ordering::Acquire -> Ordering::SeqCst typo | 4 | -8/+12 | |
2019-10-23 | Work on pure WireGuard test | 7 | -83/+156 | |
2019-10-23 | Moved IO traits into platform module | 26 | -270/+352 | |
2019-10-23 | Work on platform specific code (Linux) | 14 | -80/+277 | |
2019-10-16 | Work on porting timer semantics and linux platform | 10 | -237/+293 | |
2019-10-13 | Work on Linux platform code | 34 | -52/+289 | |
2019-10-11 | Port timer.c from WireGuard | 2 | -21/+76 | |
2019-10-11 | Enable adding TUN reader to WG interface | 7 | -144/+244 | |
2019-10-09 | Start porting kernel timer semantics | 4 | -50/+115 | |
2019-10-09 | Restructure IO traits. | 16 | -343/+610 | |
2019-10-06 | Restructure dummy implementations | 8 | -230/+320 | |
2019-09-28 | Added key_confirmed callback | 8 | -114/+217 | |
2019-09-22 | Work on peer timers | 6 | -58/+131 | |
2019-09-21 | Added zero_key to peer | 6 | -66/+190 | |
2019-09-18 | WIP: TUN IO worker | 6 | -129/+212 | |
2019-09-16 | WIP: Work on handshake worker | 5 | -24/+76 | |
2019-09-15 | WIP: Handshake queue and workers | 2 | -26/+79 | |
2019-09-15 | Sent staged packets when key-pair confirmed | 4 | -46/+50 | |
2019-09-14 | Begin work on the pure Wireguard implemenation | 13 | -144/+182 | |
2019-09-11 | Test for confirmation of key using staged packet | 1 | -6/+13 | |
2019-09-11 | Simplified router tests | 4 | -145/+169 | |
2019-09-10 | Full inbound/outbound router test | 9 | -247/+363 |