aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added API function for retrieving the 'run path'sg/masterSascha Grunert2017-04-051-6/+10
* Add some benchmarksGuanhao Yin2017-03-281-0/+2
* Use a global timerGuanhao Yin2017-03-251-1/+3
* Use my real name. Fix #5Guanhao Yin2017-03-241-1/+1
* Add sopium's protocol implementation and wg-standalonesopium2017-03-231-0/+25
* Changed error handling to error-chain crate instead of hand-rolled errors impl (#2)Vladimir Matveev2017-03-181-6/+7
* Fixed clippy lintsSascha Grunert2017-02-281-1/+1
* Removed useless macro_useSascha Grunert2017-02-281-1/+0
* Using "use" statements on top of fileSascha Grunert2017-02-281-1/+2
* Removed unsafe RustSascha Grunert2017-02-281-81/+50
* Added daemon supportSascha Grunert2017-02-281-1/+2
* Fixed indentsSascha Grunert2017-02-271-1/+2
* Fixed wrong path issueSascha Grunert2017-02-271-2/+3
* Improved cli parsing, fixed memory leaksSascha Grunert2017-02-271-21/+28
* Check for the existence of /run firstSascha Grunert2017-02-231-1/+6
* Removed bindgen, added uapi bindings by handSascha Grunert2017-02-231-9/+8
* Changed integration regarding xplatforms exampleSascha Grunert2017-02-231-137/+180
* Added device unit testsSascha Grunert2017-02-221-5/+6
* Improved unit testingSascha Grunert2017-02-221-2/+2
* Improved API and unit testSascha Grunert2017-02-221-15/+30
* Fixed clippy lintsSascha Grunert2017-02-221-4/+7
* Added dummy supportSascha Grunert2017-02-221-3/+18
* Added support for custom addressesSascha Grunert2017-02-221-5/+6
* Made WireGuard work without an external coreSascha Grunert2017-02-221-14/+47
* Added logging support, make tokio implementation a bit more structuredSascha Grunert2017-02-221-19/+45
* Added initial implementationSascha Grunert2017-02-211-0/+88