1. 70fc125 Merge recent changes from master by Laurence Lundblade · 1 year, 2 months ago
  2. cbd7d13 Reduce encode code size; new function QCBOREncode_AddSimple by Laurence Lundblade · 1 year, 3 months ago
  3. d62b8a7 Merge some feature adds from QCBOR 1.x into dev by Laurence Lundblade · 1 year, 3 months ago
  4. f2f0c3f QCBOREncode_Finish sets internal error state (#218) by Laurence Lundblade · 1 year, 4 months ago
  5. dee0d4e Duplicate map label detection for encoding (#209) by Laurence Lundblade · 1 year, 5 months ago
  6. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  7. fb16572 remove QCBOREncode_AddBytesLenOnly (#197) by Laurence Lundblade · 1 year, 6 months ago
  8. 2d49300 Support for 65-bit negative integers (#195) by Laurence Lundblade · 1 year, 6 months ago
  9. 3b703b8 Pull in updates from master by Laurence Lundblade · 1 year, 6 months ago
  10. 8e36f81 Rename private functions to guard against name collisons (#194) by Laurence Lundblade · 1 year, 6 months ago
  11. 3011d43 sync up with master by Laurence Lundblade · 1 year, 7 months ago
  12. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  13. d6e1302 Map sorting by Laurence Lundblade · 1 year, 8 months ago
  14. b556342 Fix warning from static analysis in floating-point test (#178) by escherstair · 2 years, 6 months ago
  15. 5a6fec5 Fix static analyzer warnings for adding empty data/strings (#170) by Laurence Lundblade · 2 years, 7 months ago
  16. d538f0a Simplify wcast qual suppression (#167) by Maxim Zhukov · 2 years, 8 months ago
  17. 46eefce Fix BstrWrapTest() test function return type (#160) by adam2809 · 3 years ago
  18. 7978977 Make OpenBytes call OpenMapOrArray even if the buffer is NULL. (#156) by Paul Liétar · 3 years ago
  19. 274ddef Fix incorrect behavior when closing unopened map, array or bstr by Laurence Lundblade · 3 years, 3 months ago
  20. b24faef New encode feature allows direct writing of byte string value (#137) by Laurence Lundblade · 3 years, 3 months ago
  21. 8ece373 Improve documentation for encode size calculation mode (#123) by Laurence Lundblade · 3 years, 11 months ago
  22. 8d3b855 Add QCBOREncode_CancelBstrWrap() (#110) by Laurence Lundblade · 4 years, 2 months ago
  23. 46d63e9 Add support for day count dates, RFC 8943 (#106) by Laurence Lundblade · 4 years, 3 months ago
  24. dd6e76e rename config macro QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA by Laurence Lundblade · 4 years, 5 months ago
  25. b970245 Quiet warnings for stricter compilers configurations (#84) by Laurence Lundblade · 4 years, 5 months ago
  26. b19ad28 fix compiler warning in tests by Laurence Lundblade · 4 years, 8 months ago
  27. 4bf6e71 Make tests run correcly when SIZE_MAX is less than UINT32_MAX (no change to actual implementation) (#70) by Laurence Lundblade · 4 years, 8 months ago
  28. 8510f8c Improve encode documentation (#65) by Laurence Lundblade · 4 years, 8 months ago
  29. a5f7601 remove extraneous comment by Laurence Lundblade · 4 years, 9 months ago
  30. d8e1c51 disable encode guards mostly working by Laurence Lundblade · 4 years, 9 months ago
  31. 4982f41 Fixes for MIME encoding by Laurence Lundblade · 4 years, 11 months ago
  32. ae66d3f Big change to allow all tag encoding functions to output 'borrowed' format by Laurence Lundblade · 4 years, 11 months ago
  33. a9489f8 big error code renumber to support classification of recoverable errors and thus skip over errors when searching maps by Laurence Lundblade · 5 years ago
  34. 323f8a9 Cleanup, TODO:'s .... by Laurence Lundblade · 5 years ago
  35. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  36. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  37. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  38. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  39. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  40. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  41. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  42. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  43. 47d86c5 Add encode test for indefinite length array/map by Jan Jongboom · 6 years ago
  44. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  45. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  46. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  47. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  48. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  49. 6d926af Update copyright date to 2019 for last check-in by Laurence Lundblade · 7 years ago
  50. 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
  51. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  52. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  53. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  54. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  55. f2a58f6 complete encoder error tets by Laurence Lundblade · 7 years ago
  56. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  57. c6ec7ef clean up a tiny TODO with the COSE Optional tag by Laurence Lundblade · 7 years ago
  58. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  59. 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
  60. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  61. 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
  62. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  63. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  64. 5164a9e merge new tag encoding design by Laurence Lundblade · 7 years ago
  65. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  66. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  67. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  68. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  69. 369b90a Big general tidy-up of the encoder tests by Laurence Lundblade · 7 years ago
  70. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  71. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  72. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  73. 684aec2 fold bstr wrap tests into encode tests by Laurence Lundblade · 7 years ago
  74. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago
  75. dc6e28e No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running by Laurence Lundblade · 7 years ago
  76. 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