Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIPln/remove-allowedips-3 | 2019-10-01 | 4 | -47/+152 | |
* | Fix typo in the previous commits NULL check | 2019-09-27 | 1 | -1/+1 | |
* | Fix incorrect use of pubkey ptr in new_lease() | 2019-09-10 | 1 | -3/+16 | |
* | Fix build issue that occurs on gcc debian 6.3.0-18 | 2019-08-21 | 1 | -1/+5 | |
* | Improve error handling and serialization | 2019-08-20 | 3 | -88/+88 | |
* | Don't build wg-dynamic-client until it's fixed | 2019-08-20 | 1 | -1/+1 | |
* | Initialize pools from routes via netlink | 2019-08-17 | 5 | -29/+191 | |
* | radix-trie: implement pool shadowing | 2019-08-02 | 2 | -27/+60 | |
* | Move counting logic from lease.c to radix-trie.c | 2019-07-18 | 3 | -108/+94 | |
* | Implement lease expiration | 2019-07-18 | 8 | -36/+120 | |
* | radix-trie: inline find_node() into ipp_addpool() | 2019-07-16 | 1 | -16/+8 | |
* | Use epoll() instead of poll() | 2019-06-14 | 4 | -123/+143 | |
* | Remove CLOCK_MONOTONIC comment | 2019-06-14 | 1 | -4/+0 | |
* | Fix use-after-free and memory leak in ipp_free() | 2019-06-14 | 1 | -14/+11 | |
* | Add missing #include in netlink.h | 2019-06-14 | 1 | -0/+1 | |
* | Don't overwrite peer changes by others | 2019-06-13 | 1 | -46/+28 | |
* | Implement basic lease management | 2019-06-12 | 10 | -162/+536 | |
* | radix-trie: implement ipp_addrnd_* and related | 2019-06-02 | 2 | -70/+328 | |
* | Add BUG() and BUG_ON() | 2019-06-02 | 2 | -1/+4 | |
* | radix-trie: allow both ipv4 and ipv6 debug output | 2019-06-02 | 2 | -12/+30 | |
* | radix-trie: fix fls/fls64 | 2019-06-02 | 1 | -6/+6 | |
* | radix-trie: remove bits arg from radix_insert_v4/6 | 2019-06-02 | 2 | -6/+6 | |
* | Use hashtable to match ll-ip with pubkey | 2019-06-02 | 2 | -31/+661 | |
* | Sleep less | 2019-05-26 | 1 | -3/+5 | |
* | Use blocking I/O in client | 2019-05-26 | 1 | -119/+39 | |
* | No need to clear bits in pollfd revents | 2019-05-26 | 2 | -5/+0 | |
* | Fix backwards logic in debug logging | 2019-05-26 | 1 | -2/+2 | |
* | Implement client sending ip-request and configuring interface | 2019-05-26 | 3 | -24/+521 | |
* | Implement faked allocations, server side | 2019-05-26 | 3 | -104/+433 | |
* | Specify scope id in addresses to ping6 | 2019-02-25 | 1 | -2/+2 | |
* | Accept multiple connections in one go | 2019-02-25 | 1 | -12/+28 | |
* | Match incoming IP with pubkey | 2019-02-25 | 2 | -11/+90 | |
* | Implement a radix-trie for storing ip=pubkey | 2019-02-25 | 3 | -1/+366 | |
* | Move the google doc into the git repository | 2019-02-13 | 2 | -1/+103 | |
* | Implement key=value parsing | 2019-02-09 | 4 | -46/+411 | |
* | Fix licensing headers | 2019-01-27 | 5 | -13/+12 | |
* | Implement basic validation and I/O multiplexing | 2019-01-26 | 3 | -25/+374 | |
* | Add .clang-format | 2019-01-26 | 1 | -0/+127 | |
* | Add modified netsh.sh for testing purposes | 2019-01-26 | 1 | -0/+82 | |
* | Initialize project with scafolding and embeddable-wg-library | 2019-01-24 | 9 | -0/+1304 |