aboutsummaryrefslogtreecommitdiffstats
path: root/client.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-20Fix bugs in server address checkTushar Pankaj2-8/+10
2018-11-14Dirty impl of is_server_in_allowed_ipsTushar Pankaj1-2/+32
2018-11-14Rename message type in protocolTushar Pankaj3-29/+29
2018-11-12Spruce up server error messageTushar Pankaj1-1/+1
2018-11-12Fix memleaktp/experimentTushar Pankaj1-1/+3
2018-11-12Implement basic server/client + protocolTushar Pankaj16-23/+510
2018-11-12Implement server check ifaceTushar Pankaj2-7/+12
2018-11-12Add WireGuard embeddable libraryTushar Pankaj6-2/+16
2018-11-12Working client and server commsTushar Pankaj6-17/+138
2018-11-12Add IP addr structs to protocolTushar Pankaj3-23/+133
2018-11-12Style fixesTushar Pankaj1-4/+4
2018-11-12Write client connect_to_serverTushar Pankaj3-4/+52
2018-11-09Add pthread libraryTushar Pankaj1-1/+1
2018-11-07Write basic mains so project compilesTushar Pankaj8-6/+112
2018-11-07Add Makefile library includes for capnpTushar Pankaj1-2/+4
2018-11-07Make protocol.capnp.o compileTushar Pankaj5-42/+183