Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | 2015-08-18 | |
| | |||
* | Fixing json doc. | 2015-07-08 | |
| | |||
* | Merge pull request #2142 from murgatroid99/core_json_conversion_warnings | 2015-06-22 | |
|\ | | | | | Fixed integer conversion warnings in src/core/json | ||
| * | Fixed incorrect functional change | 2015-06-19 | |
| | | |||
| * | Fixed conversion warnings in src/core/json | 2015-06-19 | |
| | | |||
* | | Adressing comments. | 2015-06-18 | |
|/ | |||
* | Guard headers tool. | 2015-03-01 | |
| | |||
* | Addressing security concerns. | 2015-02-23 | |
| | | | | | -) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type). | ||
* | Add missing new-lines at end of file | 2015-02-18 | |
| | |||
* | Update copyright to 2015 | 2015-02-18 | |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | 2015-01-30 | |
| | | | | fixing all subsequent errors. | ||
* | Fixing a couple of minor bugs, and adding a few tests. | 2015-01-27 | |
| | |||
* | Addressing latest comments. | 2015-01-28 | |
| | |||
* | Fixing a few typos. | 2015-01-26 | |
| | |||
* | Addressing comments. | 2015-01-26 | |
| | |||
* | Replacing cJSON with our own code instead. | 2015-01-22 | |