| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed typo in under load codeclean | 2019-12-27 | 6 | -25/+69 | |
| | | |||||
| * | Remove unused under_load code | 2019-12-26 | 2 | -18/+10 | |
| | | |||||
| * | Make under_load global for WireGuard device | 2019-12-26 | 13 | -337/+77 | |
| | | |||||
| * | Remove unused test code. | 2019-12-21 | 16 | -552/+545 | |
| | | | | | | | | - 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. | ||||
| * | Constant renamed to be consistent with kernel WG | 2019-12-16 | 3 | -6/+7 | |
| | | |||||
| * | Clean dead code | 2019-12-16 | 18 | -110/+45 | |
| | | |||||
| * | Revert to crossbeam | 2019-12-16 | 8 | -51/+43 | |
| | | |||||
| * | Removed unused atexit | 2019-12-14 | 1 | -11/+1 | |
| | | |||||
| * | Added profiler feature | 2019-12-14 | 12 | -48/+183 | |
| | | |||||
| * | Remove crossbeam dependency | 2019-12-10 | 9 | -92/+84 | |
| | | |||||
| * | Formatting | 2019-12-09 | 9 | -42/+45 | |
| | | |||||
| * | Merge branch 'runq' of ssh://git.zx2c4.com/wireguard-rs into runq | 2019-12-09 | 2 | -8/+0 | |
| |\ | |||||
| | * | Remove futures from dependencies | 2019-12-06 | 2 | -8/+0 | |
| | | | |||||
| * | | Move to run queue | 2019-12-09 | 9 | -251/+478 | |
| |/ | |||||
| * | Fixed inbound job bug (add to sequential queue) | 2019-12-06 | 10 | -207/+289 | |
| | | |||||
| * | Moving away from peer threads | 2019-12-03 | 14 | -432/+640 | |
| | | |||||
| * | Close socket fd after getmtu ioctl | 2019-11-28 | 1 | -0/+17 | |
| | | |||||
| * | Fetch updated MTU on linux | 2019-11-27 | 1 | -20/+75 | |
| | | |||||
| * | Work on netlink IF event code for Linux | 2019-11-27 | 6 | -109/+311 | |
| | | |||||
| * | Enable up/down from configuration interface | 2019-11-25 | 9 | -85/+180 | |
| | | |||||
| * | Make IO traits suitable for Tun events (up/down) | 2019-11-24 | 20 | -126/+186 | |
| | | |||||
| * | Daemonization | 2019-11-21 | 8 | -37/+94 | |
| | | |||||
| * | Clean dependencies and imports | 2019-11-21 | 11 | -63/+57 | |
| | | |||||
| * | Better compartmentalization of cryptokey router | 2019-11-18 | 6 | -185/+395 | |
| | | |||||
| * | Bug fixes from compliance tests with WireGuard | 2019-11-18 | 11 | -230/+291 | |
| | | |||||
| * | Update configuration API | 2019-11-17 | 15 | -105/+122 | |
| | | |||||
| * | Update UAPI semantics for remove | 2019-11-15 | 18 | -140/+288 | |
| | | |||||
| * | Initial version of full UAPI parser | 2019-11-13 | 4 | -83/+142 | |
| | | |||||
| * | Work on UAPI serialize device | 2019-11-11 | 6 | -17/+113 | |
| | | |||||
| * | Implemented UAPI "get" line-parser | 2019-11-10 | 5 | -161/+240 | |
| | | |||||
| * | Removal of secret key in the handshake module | 2019-11-08 | 6 | -169/+190 | |
| | | |||||
| * | Implement disable/enable timers | 2019-11-06 | 6 | -88/+138 | |
| | | |||||
| * | Work on Up/Down operation on WireGuard device | 2019-11-04 | 8 | -152/+267 | |
| | | |||||
| * | 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 | |
| | | |||||
