Commit Graph

29 Commits

Author SHA1 Message Date
Nicolás A. Ortega
2dcdf5b74e No need to save the state of errno
We don't have any library calls afterwards, so it's fine.
2017-07-24 16:14:47 -05:00
Nicolás A. Ortega
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
Nicolás A. Ortega
9568de6710 Fixed issue with compiler error. 2017-07-19 12:02:49 -05:00
Nicolás A. Ortega
7cb4792946 We moved the files into include/neocomm/ 2017-07-19 11:58:23 -05:00
Nicolás A. Ortega
f70c9943c8 Added error handling functionality. 2017-07-19 11:57:41 -05:00
Nicolás A. Ortega
7aed5f8124 Move files to a `neocomm/' directory. 2017-07-17 11:23:23 -05:00
Nicolás A. Ortega
34842619cb Updated the description 2017-07-17 10:12:48 -05:00
Nicolás A. Ortega
eb0861c63d Didn't fix shit. 2017-07-16 21:17:30 -05:00
Nicolás A. Ortega
d0f94e7c70 Get the checkboxes working. 2017-07-16 21:13:29 -05:00
Nicolás A. Ortega
dee223e651 Added a roadmap to the README. 2017-07-16 21:00:28 -05:00
Nicolás A. Ortega
5c8f883eff Info about API Docs. 2017-07-16 19:52:00 -05:00
Nicolás A. Ortega
0ee5cb8793 Fixed a few mistakes. 2017-07-13 21:56:19 +02:00
Nicolás A. Ortega
655350bf25 Wrong check 2017-07-13 02:00:55 +02:00
Nicolás A. Ortega
c383e1b7bd Forgot the Doxyfile 2017-07-11 19:30:12 +02:00
Nicolás A. Ortega
b375439f2a Added documentation. 2017-07-11 19:18:45 +02:00
Nicolás A. Ortega
6f98136102 Added quick links to README 2017-07-08 19:58:03 +02:00
Nicolás A. Ortega
12abd12936 Added asserts. 2017-07-03 18:50:46 +02:00
Nicolás A. Ortega
97422a068d Added more to network model info. 2017-07-03 17:45:50 +02:00
Nicolás A. Ortega
3f4eca40f7 Wrong project :P 2017-07-03 17:22:30 +02:00
Nicolás A. Ortega
16eb1d0037 Shortcuts. 2017-07-03 17:20:07 +02:00
Nicolás A. Ortega
1f4b0c3cdd Added contribution guide. 2017-07-03 17:18:17 +02:00
Nicolás A. Ortega
0db8eb82e9 New shutdown function. 2017-07-02 17:13:59 +02:00
Nicolás A. Ortega
a393cb8b4e Moving node list into global scope. 2017-07-02 13:38:20 +02:00
Nicolás A. Ortega
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
Nicolás A. Ortega
605a91bc41 Added build instructions. 2017-07-02 12:10:26 +02:00
Nicolás A. Ortega
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
Nicolás A. Ortega
4f66f0cc96 Started adding node functionality. 2017-07-01 18:46:22 +02:00
Nicolás A. Ortega
cf9ddf441c Decided on a license. 2017-07-01 15:34:13 +02:00
Nicolás A. Ortega
1dc43c5502 Added basic readme 2017-06-23 23:29:57 +02:00