1. de8fcfe Merge pull request #21 from c-rack/issue-19 by Constantin Rack · 8 years ago
  2. ca8ec81 Problem: Array does not support setting the initial capacity by Constantin Rack · 8 years ago
  3. 0140521 Merge pull request #20 from c-rack/issue-18 by Constantin Rack · 8 years ago
  4. a51cb8b Problem: using `clone()` in ByteString is a performance bottleneck by Constantin Rack · 8 years ago
  5. 34823c5 Merge pull request #17 from c-rack/release-0.6 by Constantin Rack · 8 years ago
  6. 01633be Release version 0.6 by Constantin Rack · 8 years ago
  7. 24ce2a9 Merge pull request #14 from c-rack/update-coveralls by Constantin Rack · 9 years ago
  8. 40f5172 Problem: coveralls plugin was outdated by Constantin Rack · 9 years ago
  9. bf80243 Merge pull request #13 from c-rack/update-dependency by Constantin Rack · 9 years ago
  10. ee90d59 Update dependency by Constantin Rack · 9 years ago
  11. 474ec3d Merge pull request #12 from c-rack/use-travis-containers by Constantin Rack · 9 years ago
  12. 16b080e Problem: does not run on travis container by Constantin Rack · 9 years ago
  13. c400e0f Update maven-surefire-report-plugin dependency by Constantin Rack · 9 years ago
  14. 151c286 Update README.md by Constantin Rack · 9 years ago
  15. 77c3907 Problem: maven-project-info-reports-plugin is out of date by Constantin Rack · 9 years ago
  16. 91679e9 Problem: no test for ChunkableDataItem.equals() by Constantin Rack · 9 years ago
  17. 124c375 Use badges from travis and coveralls instead of shields.io by Constantin Rack · 9 years ago
  18. 68cd49b Problem: no tests for rational number decode by Constantin Rack · 9 years ago
  19. 2979bef Problem: cobertura does not correctly report code coverage by Constantin Rack · 9 years ago
  20. 6ac4341 Problem: no tests for LanguageTaggedString decoding by Constantin Rack · 9 years ago
  21. 5a0aba8 Problem: coveralls-maven-plugin out of date by Constantin Rack · 9 years ago
  22. c126427 Problem: coveralls-maven-plugin is outdated by Constantin Rack · 9 years ago
  23. caddc34 Problem: findbugs-maven-plugin out of date by Constantin Rack · 9 years ago
  24. 59720a7 Problem: maven-pmd-plugin is outdated by Constantin Rack · 9 years ago
  25. 8c648be Update site-maven-plugin to 0.12 by Constantin Rack · 9 years ago
  26. 002d8d5 Update README.md by Constantin Rack · 9 years ago
  27. 1464101 Switch to C4.1 process by Constantin Rack · 9 years ago
  28. 6081390 Update README.md by Constantin Rack · 9 years ago
  29. 0a3e6d5 Add automatic decoding. Fixes #11 by Constantin Rack · 9 years ago
  30. 5fc3888 Add test for model by Constantin Rack · 9 years ago
  31. ef3b91d Add link to specification by Constantin Rack · 9 years ago
  32. 19cfbe3 Basic implementation of a LanguageTaggedString by Constantin Rack · 9 years ago
  33. 610a768 Update dependencies by Constantin Rack · 9 years ago
  34. cc1b021 Implement RationalNumber decoding. Fixes #8 by Constantin Rack · 9 years ago
  35. aef565b Protect against NullPointerException by Constantin Rack · 9 years ago
  36. 03c4c8a Add option to automatically decode rational numbers by Constantin Rack · 9 years ago
  37. 9d45e0e Further improve test coverage. by Constantin Rack · 9 years ago
  38. c6c48f5 Fix two defects found by Coverity by Constantin Rack · 9 years ago
  39. 039201e Use correct import for java.util.Objects by Constantin Rack · 9 years ago
  40. e4c0823 Re-enable Coverity by Constantin Rack · 9 years ago
  41. a21b3a2 Refactored hashCode() and equals() methods by Constantin Rack · 9 years ago
  42. 408da46 Increase code coverage. by Constantin Rack · 9 years ago
  43. 29240f8 Disable Coverity due to scan.coverity.com downtime. by Constantin Rack · 9 years ago
  44. 03f11fc Add AbstractFloat.equals by Constantin Rack · 9 years ago
  45. cfda054 Fix tests based on changed DataItem.hashCode implementation by Constantin Rack · 9 years ago
  46. d2fa921 Include majorType in DataItem.hashCode by Constantin Rack · 9 years ago
  47. a0c0dbb Fix NPE found by Coverity. by Constantin Rack · 9 years ago
  48. 31e7f76 Add coverity badge. by Constantin Rack · 9 years ago
  49. 4beed11 Add coverity scan. by Constantin Rack · 9 years ago
  50. ec7d607 Update dependencies. by Constantin Rack · 9 years ago
  51. 2da474a Removed duplicate code. by Constantin Rack · 9 years ago
  52. 08f17da Add test for CborBuilder. by Constantin Rack · 9 years ago
  53. 6b13c33 Improve test for ByteStringEncoder. by Constantin Rack · 9 years ago
  54. 21e03ac Improved tests for SpecialEncoder. by Constantin Rack · 9 years ago
  55. d6c3e09 Add test for MapEncoder. by Constantin Rack · 9 years ago
  56. 44505d8 Add tests for AbstractDecoder. by Constantin Rack · 9 years ago
  57. 9652713 Add test for ArrayBuilder. by Constantin Rack · 9 years ago
  58. 3514aeb Add more tests. by Constantin Rack · 9 years ago
  59. d593591 Merge master by Constantin Rack · 9 years ago
  60. 6002bdc Add more tests. by Constantin Rack · 9 years ago
  61. e240f7b Update README.md by Constantin Rack · 9 years ago
  62. df71e59 Merge pull request #10 from decoit/master by Constantin Rack · 9 years ago
  63. c0e611f Reworked how tagging works. A Tag may be now assigned to any DataItem by using DataItem.setTag(long) or DataItem.setTag(Tag). This change allows tagging of any data item (as it is explicitly stated in RFC 7049), especially those used as values and keys inside Maps. Additonal helper methods on DataItem make working with tags easier. Use DataItem.removeTag() to remove a tag from a data item and DataItem.hasTag() to check for an existing tag. DataItem.getTag() retrieved the tag of the data item. Existing equals() and hashCode() methods were updated to take the tag into account if present. If no tag is present, they work as they did before. by Thomas Rix · 9 years ago
  64. f8b93c9 Added methods to MapBuilder that allow adding nested Maps or Arrays with any DataItem as key, updated MapBuilder tests accordingly. by Thomas Rix · 9 years ago
  65. 0fef3f4 Update version by Constantin Rack · 9 years ago
  66. 5543b98 Update copyright year by Constantin Rack · 9 years ago
  67. 8609307 Merge pull request #9 from decoit/master by Constantin Rack · 9 years ago
  68. 55db3c7 Fixed a Javadoc error regarding external links by Thomas Rix · 9 years ago
  69. ac1c392 Updated Version in pom.xml to 0.4.1, added myself as developer by Thomas Rix · 9 years ago
  70. 7bbecc4 Added method to add a nested Map to a Map using a key of type String/UNICODE_STRING in the parent Map. Updated MapBuilderTest accordingly. by Thomas Rix · 9 years ago
  71. fa94f29 Add test for MapBuilder by Constantin Rack · 9 years ago
  72. 89c23b5 Add test for DataItemListener by Constantin Rack · 9 years ago
  73. e391841 Update README.md by Constantin Rack · 9 years ago
  74. 177b6c2 Update README.md by Constantin Rack · 9 years ago
  75. cfdbdca Update README.md by Constantin Rack · 9 years ago
  76. 228847e Optimization by Constantin Rack · 10 years ago
  77. f8b47f4 Update plugin versions by Constantin Rack · 10 years ago
  78. 7205745 Fix missing CPD, PMD reports by Constantin Rack · 10 years ago
  79. a453a8f Add unit tests by Constantin Rack · 10 years ago
  80. 0d6623c Add JDepend reporting plugin by Constantin Rack · 10 years ago
  81. e225e1f Add tests by Constantin Rack · 10 years ago
  82. 02c2b8b Update plugin dependencies by Constantin Rack · 10 years ago
  83. 02262ad Increase code coverage by Constantin Rack · 10 years ago
  84. 90a442c Cobertura does not recognize Java7 0b11111 numberic constants by Constantin Rack · 10 years ago
  85. 34571b2 Update github site-maven-plugin by Constantin Rack · 10 years ago
  86. 03b59ca Update version by Constantin Rack · 10 years ago
  87. 1c0889b Remove assertion for NegativeInteger. Fixes #1 by Constantin Rack · 10 years ago
  88. ca4181f Code cleanup by Constantin Rack · 10 years ago
  89. e2d9d2b Add link to cbor.io by Constantin Rack · 10 years ago
  90. 29e491c Use github markdown for code examples by Constantin Rack · 10 years ago
  91. ee36643 Add usage examples by Constantin Rack · 10 years ago
  92. 3239961 Add support for rational numbers by Constantin Rack · 10 years ago
  93. 957c046 Add build status to project title, make requirements clear in description of project by Constantin Rack · 10 years ago
  94. 6139fc6 Add maven installation section by Constantin Rack · 10 years ago
  95. c59498a Upgrade to version 0.3 by Constantin Rack · 10 years ago
  96. 44d8dca Merge branch 'master' of github.com:c-rack/cbor-java by Constantin Rack · 10 years ago
  97. c21dece Add unit test for CborException by Constantin Rack · 10 years ago
  98. 0c40ac1 Add links to documentation and java doc by Constantin Rack · 10 years ago
  99. 2de7166 Add tests for AdditionalInformation and UnicodeString by Constantin Rack · 10 years ago
  100. dd7536b Separated example and model tests by Constantin Rack · 10 years ago