Commit Graph

4 Commits

Author SHA1 Message Date
Charl Wentzel
3eee39611f Minor update:
- LiteProtocolCore:
  - improve error logging
2017-11-21 11:42:42 +02:00
Charl Wentzel
c9244555ec Important update:
- LiteProtocolCore:
  - Bug fix: NewCommandStr() cannot shrink CommandStr on CreateCommand
  - Bug fix: AppendParam() cannot pass NULL string value
2017-08-06 12:32:14 +02:00
Charl Wentzel
4802452a7c Important Update:
- CLiteProtocol:
  - Set input string on methods to const char *
  - Simplify checking for verification
  - Ensure Length parameter can be left out on all methods
  - Add quick functions for structured commands: To, From, Command
- CLogCore:
  - Use only "\n", not "\r\n"
- SignalCore:
  - Use std::endl instead of "\r\n"
2017-07-08 22:23:50 +02:00
Charl Wentzel
9677052042 Important Update:
- Bug fix JSONparseCore: Allow for blank path in file name
- Added new Class LiteProtocolCore for basic protocol
2017-04-30 17:32:19 +02:00