aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-02radix-trie: allow both ipv4 and ipv6 debug outputThomas Gschwantner2-12/+30
2019-06-02radix-trie: fix fls/fls64Thomas Gschwantner1-6/+6
2019-06-02radix-trie: remove bits arg from radix_insert_v4/6Thomas Gschwantner2-6/+6
2019-06-02Use hashtable to match ll-ip with pubkeyThomas Gschwantner2-31/+661
2019-05-26Sleep lessLinus Nordberg1-3/+5
2019-05-26Use blocking I/O in clientLinus Nordberg1-119/+39
2019-05-26No need to clear bits in pollfd reventsLinus Nordberg2-5/+0
2019-05-26Fix backwards logic in debug loggingLinus Nordberg1-2/+2
2019-05-26Implement client sending ip-request and configuring interfaceLinus Nordberg3-24/+521
2019-05-26Implement faked allocations, server sideLinus Nordberg3-104/+433
2019-02-25Specify scope id in addresses to ping6Linus Nordberg1-2/+2
2019-02-25Accept multiple connections in one goThomas Gschwantner1-12/+28
2019-02-25Match incoming IP with pubkeyThomas Gschwantner2-11/+90
2019-02-25Implement a radix-trie for storing ip=pubkeyThomas Gschwantner3-1/+366
2019-02-13Move the google doc into the git repositoryDaniel Kahn Gillmor2-1/+103
2019-02-09Implement key=value parsingThomas Gschwantner4-46/+411
2019-01-27Fix licensing headersThomas Gschwantner5-13/+12
2019-01-26Implement basic validation and I/O multiplexingThomas Gschwantner3-25/+374