- Mar 25, 2017
-
-
burneykb authored
-
- Mar 24, 2017
-
-
burneykb authored
-
- Mar 22, 2017
- Mar 21, 2017
-
-
burneykb authored
-
- Mar 20, 2017
-
-
burneykb authored
-
- Mar 03, 2017
- Feb 23, 2017
-
-
burneykb authored
-
- Feb 19, 2017
-
-
burneykb authored
-
- Feb 18, 2017
- Feb 13, 2017
-
-
burneykb authored
-
- Feb 10, 2017
-
-
Jake Drahos authored
Revert "Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid"" This reverts commit b9292f1c. Yes, this is a revert-revert. Brendan broke all the things.
-
- Feb 05, 2017
- Feb 03, 2017
- Feb 02, 2017
-
-
burneykb authored
-
burneykb authored
-
Jake Drahos authored
There might be some lingering old uses of "xyzcontrol" instead of "xyzparam", but whatever.
-
Jake Drahos authored
-
Jake Drahos authored
-
burneykb authored
-
burneykb authored
-
burneykb authored
cmHandler ready for cmToStr() and strToCm() functions
-
burneykb 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
-
-
burneykb authored
-
- Jan 24, 2017
-
-
burneykb authored
-
- Dec 05, 2016
-
-
burneykb authored
-
burneykb authored
-
Jake Drahos authored
-
Jake Drahos authored
-
Jake Drahos authored
-
- Dec 03, 2016
-
-
Jake Drahos authored
-
Jake Drahos authored
-
bbartels authored
-