1. 3f9ef04 progress on map/array mode by Laurence Lundblade · 5 years ago entermap
  2. 1341c59 Some tests are working by Laurence Lundblade · 5 years ago
  3. bb87be2 progress... by Laurence Lundblade · 5 years ago
  4. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  5. afc7fac Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 5 years ago
  6. 02990fa Separate making of shared lib; other makefile clean up by Laurence Lundblade · 5 years ago
  7. 12b2375 Fix bad headers when used from C++ (#43) by Dave Thaler · 5 years ago
  8. 6e03077 Fixes #41. Added qcbor_err_to_str.c/o to Makefile. (#42) by Michael Eckel · 5 years ago
  9. 84c7f7e Add qcbor_err_to_str (#40) by Patrick Uiterwijk · 5 years ago
  10. 4e8dbde Add integer epoch time FAQ by Laurence Lundblade · 5 years ago
  11. 7e8effa #38 build and install shared objects (#39) by Michael Eckel · 5 years ago
  12. f3b922e Update readme with better code size information by Laurence Lundblade · 5 years ago
  13. 9c42c20 Fixes #36: Added 'all' target to Makefile; fixed typos. (#37) by Michael Eckel · 5 years ago
  14. f19f4da Remove strict compiler options by Laurence Lundblade · 5 years ago
  15. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  16. 5c53133 Restructured includes to be in a subfolder and added `make install`. (#33) by Michael Eckel · 5 years ago
  17. ee146ab Fix an indentation (#32) by Patrick Uiterwijk · 5 years ago
  18. 299a4b0 Remove the conversion warnings (#29) by Patrick Uiterwijk · 5 years ago
  19. 9019643 Ignore built files (#26) by Patrick Uiterwijk · 5 years ago
  20. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  21. 42272e4 Fix test failure on 32-bit systems introduced in recent change by Laurence Lundblade · 6 years ago
  22. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  23. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  24. ea627d2 Fix gcc makefile by Laurence Lundblade · 6 years ago
  25. 29501b7 rename RunTest() and PrintSize() so they are not duplicate with t_cose by Laurence Lundblade · 6 years ago
  26. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  27. 17af490 Fix gcc compiler warning in test code by Laurence Lundblade · 6 years ago
  28. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  29. 6120974 Improve comments on pointer math; no code change at all; remove todo about updating comments by Laurence Lundblade · 6 years ago
  30. a1ad878 Fix warning about long long conversion to double; this was also a bug that affected a 30 second range of dates 10 billion years in the future or past by Laurence Lundblade · 6 years ago
  31. dd95d03 New README section list software that uses QCBOR by Laurence Lundblade · 6 years ago
  32. e9482dd Officially support udataType == QCBOR_TYPE_NONE on decoding errors by Laurence Lundblade · 6 years ago
  33. 4b09f63 Minor error handling fix -- udataType is QCBOR_TYPE_NONE when QCBORDecode_GetNext fails by Laurence Lundblade · 6 years ago
  34. 21d1d81 Add test for too-large negative integer (and remove todo for this test) by Laurence Lundblade · 6 years ago
  35. 6216b1b Fix minor bug in test framework by Laurence Lundblade · 6 years ago
  36. a65b482 Minor clean up of test code headers by Laurence Lundblade · 6 years ago
  37. 9916b1b Fix bug decoding empty arrays and maps (#16) by Laurence Lundblade · 6 years ago
  38. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  39. cd72159 Merge pull request #8 from janjongboom/indefinite_length_encoding by Laurence Lundblade · 6 years ago
  40. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  41. 47d86c5 Add encode test for indefinite length array/map by Jan Jongboom · 6 years ago
  42. 4a93a66 Add indefinite length encoding for maps and arrays by Jan Jongboom · 6 years ago
  43. f607a2a Minor bug fix for QCBOREncode_GetErrorState() by Laurence Lundblade · 6 years ago
  44. 3a6042e Reinstate DecodeFailure tests; Minor decode error handling improvement by Laurence Lundblade · 6 years ago
  45. eb8772d remove some extra spaces / tabs by Laurence Lundblade · 6 years ago
  46. 5296011 Small README corrections by Laurence Lundblade · 6 years ago
  47. af9cbc6 Small clarifying comment on endianness options by Laurence Lundblade · 6 years ago
  48. bfb047a Config options for more efficient endianness handling by Laurence Lundblade · 6 years ago
  49. 7244e02 fix merge conflict for endianness by Laurence Lundblade · 6 years ago
  50. f7ce8ba More documentation tweaks for endianness by Laurence Lundblade · 6 years ago
  51. e4f9123 fix trailing spaces by Laurence Lundblade · 6 years ago
  52. faaebca completed endianness efficiency fixes by Laurence Lundblade · 6 years ago
  53. 427b474 comment improvements for endianness options by Laurence Lundblade · 6 years ago
  54. 1e67a94 big/little endian options near complete by Laurence Lundblade · 6 years ago
  55. 7f08cba Comment improvements for big / little endian by Laurence Lundblade · 6 years ago
  56. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  57. 635993b Optional #ifdefs for handling endianness more efficiently by Laurence Lundblade · 6 years ago
  58. 077475f Large public header documentataion improvement by Laurence Lundblade · 6 years ago
  59. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  60. 46e799d Merge UsefulBuf documentation updates by Laurence Lundblade · 6 years ago
  61. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  62. 5cc2568 UsefulBuf documentation and coding style improvements by Laurence Lundblade · 6 years ago
  63. d5e101e Add UsefulBuf_IsValue which checks all bytes in a UsefulBufC for a value. by Laurence Lundblade · 6 years ago
  64. c5a61c6 Add extern "C" by Laurence Lundblade · 6 years ago
  65. 6ca805a Rename struct useful_buf to q_useful_buf. by Laurence Lundblade · 6 years ago
  66. fae26bf Fix bug in recent string allocator change by Laurence Lundblade · 6 years ago
  67. 126dab4 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 6 years ago
  68. 1d7eb63 Redesign MemPool to fix memory access alignment bug and allocate all bug by Laurence Lundblade · 6 years ago
  69. 01168ef Update license in Makefile by Laurence Lundblade · 7 years ago
  70. 035bd78 remove trailing spaces by Laurence Lundblade · 7 years ago
  71. a3fd49f Use SPDX-License-Identifier. (No change to code or license terms) by Laurence Lundblade · 7 years ago
  72. d2c1908 Add struct useful_buf... for code perferring "_" to camelCase. by Laurence Lundblade · 7 years ago
  73. 93aa1c0 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  74. 11f9c93 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  75. 9928bd6 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  76. d1d20ce Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  77. 4e5cde2 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  78. 9dddd9c Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  79. 44e625e Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  80. f1eeac3 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  81. 03291de Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  82. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  83. f015d46 Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  84. d396f62 Make RunTest() handle newlines in a portable way by Laurence Lundblade · 7 years ago
  85. 10346b6 update readme with smaller code size by Laurence Lundblade · 7 years ago
  86. 41b63cc Merge branch 'cleverdecode' by Laurence Lundblade · 7 years ago
  87. 4c0cf84 New clever type and argument decoder saves 250 bytes of object code by Laurence Lundblade · 7 years ago
  88. cf25b2d Updates to ReadeMe by Laurence Lundblade · 7 years ago
  89. f0ea5f3 cosmetic changes; update copyright year and remove trailing spaces by Laurence Lundblade · 7 years ago
  90. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  91. 2b8f557 Fix copyright date by Laurence Lundblade · 7 years ago
  92. 2da5d08 fix copyright date for 2019 by Laurence Lundblade · 7 years ago
  93. 673b533 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 7 years ago
  94. 56a7932 Another clean up for gcc8 warning by Laurence Lundblade · 7 years ago
  95. b26de6f fix clean in Makefile by Laurence Lundblade · 7 years ago
  96. 5e39082 Test with gcc 8 and fix a few minor warnings and issues by Laurence Lundblade · 7 years ago
  97. 1f8b5b0 Remove malloc dependency in tests. Give list of tests to run on command line. Describe tests in README.md by Laurence Lundblade · 7 years ago
  98. 6d926af Update copyright date to 2019 for last check-in by Laurence Lundblade · 7 years ago
  99. 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
  100. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago