1. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  2. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  3. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  4. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  5. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  6. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  7. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  8. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  9. 47d86c5 Add encode test for indefinite length array/map by Jan Jongboom · 6 years ago
  10. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  11. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  12. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  13. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  14. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  15. 6d926af Update copyright date to 2019 for last check-in by Laurence Lundblade · 7 years ago
  16. 7412f81 Minor bug fix to UsefulBuf_Tail; add tests to check UsefulBuf_Tail and test for BStr wrap with NULL output buf by Laurence Lundblade · 7 years ago
  17. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  18. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  19. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  20. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  21. f2a58f6 complete encoder error tets by Laurence Lundblade · 7 years ago
  22. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  23. c6ec7ef clean up a tiny TODO with the COSE Optional tag by Laurence Lundblade · 7 years ago
  24. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  25. 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
  26. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  27. 3df8c7e Big simplification of floating point API. Now does preferred encoding of floats like preferred encoding of ints per upcoming update to CBOR RFC by Laurence Lundblade · 7 years ago
  28. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  29. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  30. 5164a9e merge new tag encoding design by Laurence Lundblade · 7 years ago
  31. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  32. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  33. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  34. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  35. 369b90a Big general tidy-up of the encoder tests by Laurence Lundblade · 7 years ago
  36. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  37. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  38. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  39. 684aec2 fold bstr wrap tests into encode tests by Laurence Lundblade · 7 years ago
  40. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago
  41. dc6e28e No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running by Laurence Lundblade · 7 years ago
  42. 2ded3d9 Add tests from CAF exactly as they came from CAF. They are not yet being called and run by Laurence Lundblade · 7 years ago