aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto_pool.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-24update dependencies and strategyjm/multithread-crossbeamJake McGinty1-50/+48
2018-06-04clean stuff up a bitJake McGinty3-89/+157
2018-06-01well, this is interesting.Jake McGinty4-22/+28
2018-06-01follow crossbeam directions to see if perf improvesJake McGinty3-49/+53
2018-06-01use unbounded_send in thread poolJake McGinty1-4/+4
2018-06-01crossbeam crypto poolJake McGinty6-87/+200
2018-06-01encryption wipJake McGinty2-25/+67
2018-06-01finish up nonce reworkJake McGinty2-2/+7
2018-06-01manage nonces locallyJake McGinty1-4/+8
2018-06-01use snow with 'async' modeJake McGinty1-4/+3
2018-05-29tests: add convenient iperf test scriptJake McGinty2-1/+180
2018-05-29wipJake McGinty3-24/+66
2018-05-29build: make Cargo.toml compile for people who aren't me ;)Jake McGinty2-22/+19
2018-05-29config: follow WG_TUN_NAME_FILE style in wg-quickJake McGinty4-130/+170
2018-05-28noise: rebase snow on latest master, start removing wonkJake McGinty3-11/+3
2018-05-22peer_server: fix perf regression from handshake queue additionsJake McGinty1-10/+11
2018-05-18cookies: implement cookie replies under loadJake McGinty5-32/+100
2018-05-18global: update serdeJake McGinty1-8/+8
2018-05-18bench: fix criterion benchmarkJake McGinty1-1/+1
2018-05-18peer_server: fill in more scaffolding for rate limiterJake McGinty2-1/+17