1. 21d1d81 Add test for too-large negative integer (and remove todo for this test) by Laurence Lundblade · 6 years ago
  2. 6216b1b Fix minor bug in test framework by Laurence Lundblade · 6 years ago
  3. a65b482 Minor clean up of test code headers by Laurence Lundblade · 6 years ago
  4. 9916b1b Fix bug decoding empty arrays and maps (#16) by Laurence Lundblade · 6 years ago
  5. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  6. cd72159 Merge pull request #8 from janjongboom/indefinite_length_encoding by Laurence Lundblade · 6 years ago
  7. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  8. 47d86c5 Add encode test for indefinite length array/map by Jan Jongboom · 6 years ago
  9. 4a93a66 Add indefinite length encoding for maps and arrays by Jan Jongboom · 6 years ago
  10. f607a2a Minor bug fix for QCBOREncode_GetErrorState() by Laurence Lundblade · 6 years ago
  11. 3a6042e Reinstate DecodeFailure tests; Minor decode error handling improvement by Laurence Lundblade · 6 years ago
  12. eb8772d remove some extra spaces / tabs by Laurence Lundblade · 6 years ago
  13. 5296011 Small README corrections by Laurence Lundblade · 6 years ago
  14. af9cbc6 Small clarifying comment on endianness options by Laurence Lundblade · 6 years ago
  15. bfb047a Config options for more efficient endianness handling by Laurence Lundblade · 6 years ago
  16. 7244e02 fix merge conflict for endianness by Laurence Lundblade · 6 years ago
  17. f7ce8ba More documentation tweaks for endianness by Laurence Lundblade · 6 years ago
  18. e4f9123 fix trailing spaces by Laurence Lundblade · 6 years ago
  19. faaebca completed endianness efficiency fixes by Laurence Lundblade · 6 years ago
  20. 427b474 comment improvements for endianness options by Laurence Lundblade · 6 years ago
  21. 1e67a94 big/little endian options near complete by Laurence Lundblade · 6 years ago
  22. 7f08cba Comment improvements for big / little endian by Laurence Lundblade · 6 years ago
  23. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  24. 635993b Optional #ifdefs for handling endianness more efficiently by Laurence Lundblade · 6 years ago
  25. 077475f Large public header documentataion improvement by Laurence Lundblade · 6 years ago
  26. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  27. 46e799d Merge UsefulBuf documentation updates by Laurence Lundblade · 6 years ago
  28. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  29. 5cc2568 UsefulBuf documentation and coding style improvements by Laurence Lundblade · 6 years ago
  30. d5e101e Add UsefulBuf_IsValue which checks all bytes in a UsefulBufC for a value. by Laurence Lundblade · 6 years ago
  31. c5a61c6 Add extern "C" by Laurence Lundblade · 6 years ago
  32. 6ca805a Rename struct useful_buf to q_useful_buf. by Laurence Lundblade · 6 years ago
  33. fae26bf Fix bug in recent string allocator change by Laurence Lundblade · 6 years ago
  34. 126dab4 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 6 years ago
  35. 1d7eb63 Redesign MemPool to fix memory access alignment bug and allocate all bug by Laurence Lundblade · 6 years ago
  36. 01168ef Update license in Makefile by Laurence Lundblade · 7 years ago
  37. 035bd78 remove trailing spaces by Laurence Lundblade · 7 years ago
  38. a3fd49f Use SPDX-License-Identifier. (No change to code or license terms) by Laurence Lundblade · 7 years ago
  39. d2c1908 Add struct useful_buf... for code perferring "_" to camelCase. by Laurence Lundblade · 7 years ago
  40. 93aa1c0 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  41. 11f9c93 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  42. 9928bd6 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  43. d1d20ce Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  44. 4e5cde2 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  45. 9dddd9c Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  46. 44e625e Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  47. f1eeac3 Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  48. 03291de Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  49. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  50. f015d46 Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  51. d396f62 Make RunTest() handle newlines in a portable way by Laurence Lundblade · 7 years ago
  52. 10346b6 update readme with smaller code size by Laurence Lundblade · 7 years ago
  53. 41b63cc Merge branch 'cleverdecode' by Laurence Lundblade · 7 years ago
  54. 4c0cf84 New clever type and argument decoder saves 250 bytes of object code by Laurence Lundblade · 7 years ago
  55. cf25b2d Updates to ReadeMe by Laurence Lundblade · 7 years ago
  56. f0ea5f3 cosmetic changes; update copyright year and remove trailing spaces by Laurence Lundblade · 7 years ago
  57. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  58. 2b8f557 Fix copyright date by Laurence Lundblade · 7 years ago
  59. 2da5d08 fix copyright date for 2019 by Laurence Lundblade · 7 years ago
  60. 673b533 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 7 years ago
  61. 56a7932 Another clean up for gcc8 warning by Laurence Lundblade · 7 years ago
  62. b26de6f fix clean in Makefile by Laurence Lundblade · 7 years ago
  63. 5e39082 Test with gcc 8 and fix a few minor warnings and issues by Laurence Lundblade · 7 years ago
  64. 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
  65. 6d926af Update copyright date to 2019 for last check-in by Laurence Lundblade · 7 years ago
  66. 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
  67. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  68. 2c40ab8 Code comments fixes. Fold some really long lines by Laurence Lundblade · 7 years ago
  69. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  70. 9c09739 Documentation & code comment minor updates by Laurence Lundblade · 7 years ago
  71. 4386290 Merge branch 'smallinsert' of https://github.com/laurencelundblade/QCBOR into smallinsert by Laurence Lundblade · 7 years ago
  72. e9b0032 Final touches on optimized code for inserting type and argument by Laurence Lundblade · 7 years ago
  73. a2e2907 Reduce test time for main set of decoding tests. Allow the BigComprehensiveTest to be run separately by Laurence Lundblade · 7 years ago
  74. df2836b make SetMemPool always have the same overhead; fixes to AllocAllStringsTest by Laurence Lundblade · 7 years ago
  75. c9d3dcf fix makefile breakage from previous change by Laurence Lundblade · 7 years ago
  76. c0e7345 typo in readme by Laurence Lundblade · 7 years ago
  77. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  78. 565e000 remove more junk that should not be in the repo by Laurence Lundblade · 7 years ago
  79. 660d66b remove .o files that got accidentally added by Laurence Lundblade · 7 years ago
  80. 7d06e0b document recent UsefulBuf change by Laurence Lundblade · 7 years ago
  81. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  82. 0319457 Readme updates. Fold at 80 columns by Laurence Lundblade · 7 years ago
  83. d4728fd strings.h -> string.h (was just a typo) by Laurence Lundblade · 7 years ago
  84. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  85. cd532e4 more stringent rules in the Makefile by Laurence Lundblade · 7 years ago
  86. 20db9c9 clean up some debug printf's in decoding tests by Laurence Lundblade · 7 years ago
  87. 12b495d fixes for a couple of decode tests; add -Wparentheses to the makefile to catch these errors by Laurence Lundblade · 7 years ago
  88. f280195 fix for 32-bit devices for floating point; fixes compiler error by Laurence Lundblade · 7 years ago
  89. f2a58f6 complete encoder error tets by Laurence Lundblade · 7 years ago
  90. 4e7bc68 fix some comments by Laurence Lundblade · 7 years ago
  91. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  92. f970f1d minor cleanup for smaller insert function by Laurence Lundblade · 7 years ago
  93. 61e6cb4 minor documentation tweaks by Laurence Lundblade · 7 years ago
  94. 2c97883 Makefile now creates a lib archive by Laurence Lundblade · 7 years ago
  95. 04a859b cool optimized version of encode insert function by Laurence Lundblade · 7 years ago
  96. ea567ac completed tests for string only labels decoder mode by Laurence Lundblade · 7 years ago
  97. 028e3cb Merge pull request #3 from laurencelundblade/test_array_decode by Laurence Lundblade · 7 years ago
  98. d61cbf3 bug fixes for decode maps-as-arrays mode by Laurence Lundblade · 7 years ago
  99. 351bfea first version of smaller InsertEncodedType by Laurence Lundblade · 7 years ago
  100. ccfb8cd Added test for decode maps as strings mode by Laurence Lundblade · 7 years ago