1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2024-11-15 01:05:15 +01:00

Commit Graph

  • 239d582cb2 Renamed config.go to follow general naming pattern Mathias Hall-Andersen 2017-08-28 18:30:11 +0200
  • 6f5ef153c3 Added code from windows branch Mathias Hall-Andersen 2017-08-27 15:41:00 +0200
  • eafa3df606 Added fwmark code Mathias Hall-Andersen 2017-08-25 14:53:23 +0200
  • 4986cfe78b Add support for fwmark on linux Mathias Hall-Andersen 2017-08-22 17:22:45 +0200
  • c6d03ef17f Update MTU based on netlink messages (linux) Mathias Hall-Andersen 2017-08-22 14:57:32 +0200
  • 04640eb629 Added missing IF index check Mathias Hall-Andersen 2017-08-17 12:58:18 +0200
  • 24f9394f64 Detects interface status on linux Mathias Hall-Andersen 2017-08-17 00:25:39 +0200
  • 754ed08bf4 Improved test script Mathias Hall-Andersen 2017-08-14 17:14:44 +0200
  • 12e8db2066 Improved cookie/mac computation code Mathias Hall-Andersen 2017-08-14 17:09:25 +0200
  • a4eff12d7f Improved receive.go Mathias Hall-Andersen 2017-08-11 16:18:20 +0200
  • cba1d6585a Number of fixes in response to code review Mathias Hall-Andersen 2017-08-07 15:25:04 +0200
  • 8c34c4cbb3 First set of code review patches Mathias Hall-Andersen 2017-08-04 16:15:53 +0200
  • 22c83f4b8d Merge branch 'master' of git.zx2c4.com:wireguard-go Mathias Hall-Andersen 2017-08-02 15:32:12 +0200
  • a70c44a9f6 Create /var/run/wireguard if non-existent Mathias Hall-Andersen 2017-08-02 15:30:57 +0200
  • 0ade48cb82 Makefile: cleanup a bit and add cloc Jason A. Donenfeld 2017-08-01 14:41:32 +0200
  • 91c1822473 Remove stale unix socket Mathias Hall-Andersen 2017-08-01 12:45:11 +0200
  • b03a6ab1b1 Close UAPI socket before exit Mathias Hall-Andersen 2017-08-01 12:14:38 +0200
  • d7a49b8b8c Verify source address Mathias Hall-Andersen 2017-07-31 22:26:55 +0200
  • 1fb00e8045 Fixed shadowing bug Mathias Hall-Andersen 2017-07-27 23:51:07 +0200
  • 92135131a7 Merge branch 'master' of git.zx2c4.com:wireguard-go Mathias Hall-Andersen 2017-07-27 23:46:01 +0200
  • fb3fa4f915 Improved timer code Mathias Hall-Andersen 2017-07-27 23:45:37 +0200
  • c3d9ae402d Close UDP connection when listen port changes Mathias Hall-Andersen 2017-07-23 16:21:08 +0200
  • 2ed9dac3a5 Merge branch 'darwin' Mathias Hall-Andersen 2017-07-23 15:48:23 +0200
  • 2a6dd2ed92 Fixed UAPI deadlock Mathias Hall-Andersen 2017-07-21 15:17:43 +0200
  • 47f8a3d89a Moved remaining platform dependent UAPI code Mathias Hall-Andersen 2017-07-20 15:06:24 +0200
  • 086d32186a Reviewed and added OSX patch Mathias Hall-Andersen 2017-07-19 13:12:25 +0200
  • 18714fc4a4 Added last_handshake_time fields to UAPI Mathias Hall-Andersen 2017-07-18 15:22:56 +0200
  • bd6027a4d5 Fixed file descriptor leak on linux Mathias Hall-Andersen 2017-07-18 14:15:29 +0200
  • c5d7efc246 Fixed deadlock in index.go Mathias Hall-Andersen 2017-07-17 16:16:18 +0200
  • dd4da93749 Added padding Mathias Hall-Andersen 2017-07-15 16:27:59 +0200
  • b21c82e32d Conforming to the cross-platform UX Mathias Hall-Andersen 2017-07-15 13:41:02 +0200
  • 8993b3927c Improved throughput Mathias Hall-Andersen 2017-07-14 14:25:18 +0200
  • 0043008ad0 Endpoint discovery from handshake initiation Mathias Hall-Andersen 2017-07-13 21:29:22 +0200
  • 93e3848ea7 Terminate on interface deletion Mathias Hall-Andersen 2017-07-13 14:32:40 +0200
  • 8393cbff52 Restructured MAC/cookie calculation Mathias Hall-Andersen 2017-07-12 23:11:49 +0200
  • 86707cbc88 Fixed MTU method for linux TUN interface Mathias Hall-Andersen 2017-07-11 22:48:58 +0200
  • c273078376 Added ratelimiting of handshake messages Mathias Hall-Andersen 2017-07-11 18:48:29 +0200
  • 9c4acb9f35 Fixed incomming initiation bug Mathias Hall-Andersen 2017-07-10 17:20:43 +0200
  • 44c9896883 Added replay protection Mathias Hall-Andersen 2017-07-10 12:09:19 +0200
  • 4ad62aaa6a Improved timer state machine Mathias Hall-Andersen 2017-07-08 23:51:26 +0200
  • 5c1ccbddf0 Added source verification Mathias Hall-Andersen 2017-07-08 09:23:10 +0200
  • ed31e75739 Fixed cookie reply processing bug Mathias Hall-Andersen 2017-07-07 13:47:09 +0200
  • 70179f8c8c Fixed broken test Mathias Hall-Andersen 2017-07-06 16:24:24 +0200
  • 59f9316f51 Initial working full exchange Mathias Hall-Andersen 2017-07-06 15:43:55 +0200
  • 2aa0daf4d5 Fixed transport header problem Mathias Hall-Andersen 2017-07-02 15:28:38 +0200
  • 1e620427bd Handshake negotiation functioning Mathias Hall-Andersen 2017-07-01 23:29:22 +0200
  • a4cc0a30fa Removed exponential backoff Mathias Hall-Andersen 2017-06-30 23:05:03 +0200
  • ba3e486667 Completed initial version of outbound flow Mathias Hall-Andersen 2017-06-30 14:41:08 +0200
  • 7e185db141 Completed get/set configuration Mathias Hall-Andersen 2017-06-29 14:39:21 +0200
  • 1f0976a26c Work on UAPI Mathias Hall-Andersen 2017-06-28 23:45:45 +0200
  • 8236f3afa2 Implemented MAC1/2 calculation Mathias Hall-Andersen 2017-06-27 17:33:06 +0200
  • eb75ff430d Begin implementation of outbound work queue Mathias Hall-Andersen 2017-06-26 22:07:29 +0200
  • 9d806d3853 Begin work on outbound packet flow Mathias Hall-Andersen 2017-06-26 13:14:02 +0200
  • cf3a5130d3 Completed noise handshake Mathias Hall-Andersen 2017-06-24 22:03:52 +0200
  • 25190e4336 Restructuring of noise impl. Mathias Hall-Andersen 2017-06-24 15:34:17 +0200
  • 521e77fd54 Fixed missing type Mathias Hall-Andersen 2017-06-23 13:45:32 +0200
  • 50aeefcb51 Beginning work noise handshake Mathias Hall-Andersen 2017-06-23 13:41:59 +0200
  • 1868d15914 Beginning work on TUN interface Mathias Hall-Andersen 2017-06-04 21:48:15 +0200
  • dbc3ee3e9d Trie random test Mathias Hall-Andersen 2017-06-02 18:02:04 +0200
  • a377bcaed7 Added random test for trie Mathias Hall-Andersen 2017-06-02 17:58:46 +0200
  • ec3d656beb Inital implementation of trie Mathias Hall-Andersen 2017-06-01 21:31:30 +0200
  • 8ce921987f Merge branch 'master' of git.zx2c4.com:wireguard-go Mathias Hall-Andersen 2017-05-30 22:37:46 +0200
  • 1eebdf88a3 Beginning work on UAPI and routing table Mathias Hall-Andersen 2017-05-30 22:36:49 +0200
  • ea36282213 README: rust -> go Peter Wu 2017-05-30 12:06:44 +0200
  • 6bd0b2fbe2 Initial scaffolding Jason A. Donenfeld 2017-05-30 00:10:06 +0200