Commit Graph

12 Commits

Author SHA1 Message Date
afe5f6ae4e Adding implementation for adding new node. 2017-08-05 15:41:01 -05:00
03156e45de Remove old interfaces 2017-08-05 15:14:37 -05:00
7222ad3e2a Reorganization of interfaces. 2017-07-31 14:19:15 -05:00
6cc7de6383 Added connection class with basic binding
There's no listening yet, and still a bunch of different errors to
handle.
2017-07-23 23:19:20 -05:00
f70c9943c8 Added error handling functionality. 2017-07-19 11:57:41 -05:00
7aed5f8124 Move files to a `neocomm/' directory. 2017-07-17 11:23:23 -05:00
b375439f2a Added documentation. 2017-07-11 19:18:45 +02:00
0db8eb82e9 New shutdown function. 2017-07-02 17:13:59 +02:00
a393cb8b4e Moving node list into global scope. 2017-07-02 13:38:20 +02:00
cafe6a7243 Adding a node returns a pointer to the new node.
This should help to edit aspects of it, such as whether or not it is a
directory and such.
2017-07-02 13:06:36 +02:00
da483c5ba4 Added new interfaces.
I also optimized the node list a bit so as not to use more processing
power than necessary.
2017-07-02 12:09:49 +02:00
4f66f0cc96 Started adding node functionality. 2017-07-01 18:46:22 +02:00