aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add WireGuard embeddable libraryTushar Pankaj2018-11-126-2/+16
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Working client and server commsTushar Pankaj2018-11-126-17/+138
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Add IP addr structs to protocolTushar Pankaj2018-11-123-23/+133
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Style fixesTushar Pankaj2018-11-121-4/+4
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Write client connect_to_serverTushar Pankaj2018-11-123-4/+52
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Add pthread libraryTushar Pankaj2018-11-091-1/+1
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Merge branch 'master' into tp/protocol_draftTushar Pankaj2018-11-079-4/+121
|\
| * Write basic mains so project compilesTushar Pankaj2018-11-078-6/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 3e88f04eb35d1afe374389958832fd75d76b8824 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Wed Nov 7 09:36:00 2018 -0600 Fix typos Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com> commit 2b7b58b2b67fa8325a21a13d9ef42ad644df1731 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Wed Nov 7 09:35:21 2018 -0600 Separate out server code Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com> commit 9e6ff0536a00498652f12e28d54f1b73b974a9fd Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Wed Nov 7 09:31:32 2018 -0600 Separate out client network code Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com> commit 5bbd32aaefa1baacdd8edd90efd4f8b609cbbc87 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Tue Nov 6 23:12:56 2018 -0600 Write basic main Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
| * Write high-level TODOTushar Pankaj2018-11-061-0/+10
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | Add Makefile library includes for capnpTushar Pankaj2018-11-071-2/+4
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | Make protocol.capnp.o compileTushar Pankaj2018-11-075-42/+183
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | Untested first draft of protocol.capnpTushar Pankaj2018-11-071-0/+24
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | Exclude capnproto from clang-formatTushar Pankaj2018-11-061-1/+3
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | Make better var namesTushar Pankaj2018-11-061-3/+3
| | | | | | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* | First draft of protocolTushar Pankaj2018-11-061-2/+21
|/ | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Write basic MakefileTushar Pankaj2018-11-061-0/+25
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Didn't realize libc has daemon()Tushar Pankaj2018-11-062-68/+0
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Add daemonize function to fork off as a daemon.Tushar Pankaj2018-11-012-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | Method: 1. Forks off 2. Becomes session leader 3. Forks off again 4. Sets up new environment 5. Closes all open file descriptors Squashed commit of the following: commit 1e71e5dcc6f979ce2f06d59e3c05660fa97e69f3 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Thu Nov 1 16:28:09 2018 -0500 Fix missing include in daemonize Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com> commit 80aaa1112f2bf21f98be02f9e5f8be4bc7ed94d1 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Thu Nov 1 16:23:34 2018 -0500 First draft of daemonize Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Empty files for protocol codeTushar Pankaj2018-10-313-0/+17
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Add editor temporaries to gitignoreTushar Pankaj2018-10-311-0/+3
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Update (C) in licenseTushar Pankaj2018-10-311-1/+1
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Borrow clang-format config from Linux kernelTushar Pankaj2018-10-311-0/+427
| | | | Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
* Set up license and READMETushar Pankaj2018-10-313-0/+76
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>