Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructuring and dependency version bump. | 2020-03-29 | 1 | -555/+0 | |
| | |||||
* | Fixed unit tests | 2020-02-21 | 1 | -34/+44 | |
| | |||||
* | More comprehensive unit tests for router | 2020-02-20 | 1 | -373/+441 | |
| | |||||
* | Simplified router code | 2020-02-16 | 1 | -4/+3 | |
| | |||||
* | Bumped crate versions. | 2020-02-12 | 1 | -1/+1 | |
| | |||||
* | Make under_load global for WireGuard device | 2019-12-26 | 1 | -1/+2 | |
| | |||||
* | Remove unused test code. | 2019-12-21 | 1 | -1/+1 | |
| | | | | | | | - make naming consistent with the kernel module. - better distribution of functionality from src/wireguard.rs - more consistent "import pattern" throughout the project. - remove unused test code. | ||||
* | Formatting | 2019-12-09 | 1 | -10/+15 | |
| | |||||
* | Move to run queue | 2019-12-09 | 1 | -0/+2 | |
| | |||||
* | Fixed inbound job bug (add to sequential queue) | 2019-12-06 | 1 | -105/+148 | |
| | |||||
* | Enable up/down from configuration interface | 2019-11-25 | 1 | -4/+4 | |
| | |||||
* | Make IO traits suitable for Tun events (up/down) | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Better compartmentalization of cryptokey router | 2019-11-18 | 1 | -2/+2 | |
| | |||||
* | Implement disable/enable timers | 2019-11-06 | 1 | -1/+1 | |
| | |||||
* | Work on configuration interface | 2019-11-02 | 1 | -4/+4 | |
| | |||||
* | Work on timer semantics | 2019-10-31 | 1 | -5/+12 | |
| | |||||
* | Unified use of make_packet during tests | 2019-10-29 | 1 | -26/+14 | |
| | |||||
* | First full test of pure WireGuard | 2019-10-28 | 1 | -4/+4 | |
| | |||||
* | Moved IO traits into platform module | 2019-10-23 | 1 | -7/+7 | |
| | |||||
* | Work on porting timer semantics and linux platform | 2019-10-16 | 1 | -11/+11 | |
| | |||||
* | Work on Linux platform code | 2019-10-13 | 1 | -0/+432 | |