- Jan 30, 2017
-
-
Jake Drahos authored
-
- Jan 29, 2017
-
-
Jake authored
Prepared for parsing the new data formats. Data isn't formatted or parsed yet, though. No more memory leaks! Unfortunately each memory leak was replaced by a potential buffer overflow. Basically, the code was riddled with functions that accept a char ** data, which is malloced and then formatted. This was then leaked. Now, it accepts a char * data, which is allocated on the stack by the calling function. However, there is no bounds checking, because that is slightly more involved.
-
Jake authored
See todos in format_command and parse_packet.
-
- Jan 27, 2017
- Dec 05, 2016
-
-
Jake Drahos authored
-
- Dec 03, 2016
-
-
Jake Drahos authored
-
bbartels authored
-
- Dec 02, 2016
-
-
Jake Drahos authored
-
- Nov 15, 2016
- Nov 07, 2016
-
-
burneykb authored
-
- Oct 29, 2016
-
-
burneykb authored
-
- Oct 27, 2016
-
-
Jake Drahos authored
Untested
-
- Oct 17, 2016
-
-
Jake Drahos authored
-
burneykb authored
-
- Oct 11, 2016
-
-
Jake Drahos authored
Was done by copying files, rather than a merge. This nuked the commit history.
-
burneykb authored
-
burneykb authored
-