Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIPln/filter-routes | 2019-10-17 | 4 | -10/+30 | |
* | fix tests | 2019-10-16 | 1 | -15/+17 | |
* | Merge branch 'ln/devel' into HEAD | 2019-10-16 | 9 | -174/+1160 | |
|\ | |||||
| * | [server] Restore leases from allowedips at startup | 2019-10-11 | 2 | -1/+191 | |
| * | [server] Make leasetime a commandline option | 2019-10-11 | 3 | -7/+25 | |
| * | [tests] Add test cases for lease handling | 2019-10-10 | 2 | -44/+347 | |
| * | Server lease handling. | 2019-10-10 | 4 | -126/+322 | |
| * | Add draft of protocol specification | 2019-10-01 | 2 | -0/+273 | |
* | | Fix parsing issue with split messagestg/devel | 2019-10-09 | 2 | -17/+18 | |
* | | radix-trie: allow full use of the v4 address space | 2019-09-29 | 3 | -5/+5 | |
* | | Rename struct ip_pool to be more descriptive | 2019-09-28 | 3 | -100/+101 | |
* | | Fix random_bounded() to always be in [0, bound) | 2019-09-28 | 3 | -15/+19 | |
* | | Fixup client, including a lot of refactoring | 2019-09-28 | 4 | -364/+197 | |
* | | Extract all RTNETLINK code into ipm.{c,h} | 2019-09-28 | 6 | -127/+262 | |
* | | Serialize/deserialize messages into a struct | 2019-09-28 | 3 | -305/+320 | |
|/ | |||||
* | 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 |