1. ee90d59 Update dependency by Constantin Rack · 9 years ago
  2. 474ec3d Merge pull request #12 from c-rack/use-travis-containers by Constantin Rack · 9 years ago
  3. 16b080e Problem: does not run on travis container by Constantin Rack · 9 years ago
  4. c400e0f Update maven-surefire-report-plugin dependency by Constantin Rack · 9 years ago
  5. 151c286 Update README.md by Constantin Rack · 9 years ago
  6. 77c3907 Problem: maven-project-info-reports-plugin is out of date by Constantin Rack · 9 years ago
  7. 91679e9 Problem: no test for ChunkableDataItem.equals() by Constantin Rack · 9 years ago
  8. 124c375 Use badges from travis and coveralls instead of shields.io by Constantin Rack · 9 years ago
  9. 68cd49b Problem: no tests for rational number decode by Constantin Rack · 9 years ago
  10. 2979bef Problem: cobertura does not correctly report code coverage by Constantin Rack · 9 years ago
  11. 6ac4341 Problem: no tests for LanguageTaggedString decoding by Constantin Rack · 9 years ago
  12. 5a0aba8 Problem: coveralls-maven-plugin out of date by Constantin Rack · 9 years ago
  13. c126427 Problem: coveralls-maven-plugin is outdated by Constantin Rack · 9 years ago
  14. caddc34 Problem: findbugs-maven-plugin out of date by Constantin Rack · 9 years ago
  15. 59720a7 Problem: maven-pmd-plugin is outdated by Constantin Rack · 9 years ago
  16. 8c648be Update site-maven-plugin to 0.12 by Constantin Rack · 9 years ago
  17. 002d8d5 Update README.md by Constantin Rack · 9 years ago
  18. 1464101 Switch to C4.1 process by Constantin Rack · 9 years ago
  19. 6081390 Update README.md by Constantin Rack · 9 years ago
  20. 0a3e6d5 Add automatic decoding. Fixes #11 by Constantin Rack · 9 years ago
  21. 5fc3888 Add test for model by Constantin Rack · 9 years ago
  22. ef3b91d Add link to specification by Constantin Rack · 9 years ago
  23. 19cfbe3 Basic implementation of a LanguageTaggedString by Constantin Rack · 9 years ago
  24. 610a768 Update dependencies by Constantin Rack · 9 years ago
  25. cc1b021 Implement RationalNumber decoding. Fixes #8 by Constantin Rack · 9 years ago
  26. aef565b Protect against NullPointerException by Constantin Rack · 9 years ago
  27. 03c4c8a Add option to automatically decode rational numbers by Constantin Rack · 9 years ago
  28. 9d45e0e Further improve test coverage. by Constantin Rack · 9 years ago
  29. c6c48f5 Fix two defects found by Coverity by Constantin Rack · 9 years ago
  30. 039201e Use correct import for java.util.Objects by Constantin Rack · 9 years ago
  31. e4c0823 Re-enable Coverity by Constantin Rack · 9 years ago
  32. a21b3a2 Refactored hashCode() and equals() methods by Constantin Rack · 9 years ago
  33. 408da46 Increase code coverage. by Constantin Rack · 9 years ago
  34. 29240f8 Disable Coverity due to scan.coverity.com downtime. by Constantin Rack · 9 years ago
  35. 03f11fc Add AbstractFloat.equals by Constantin Rack · 9 years ago
  36. cfda054 Fix tests based on changed DataItem.hashCode implementation by Constantin Rack · 9 years ago
  37. d2fa921 Include majorType in DataItem.hashCode by Constantin Rack · 9 years ago
  38. a0c0dbb Fix NPE found by Coverity. by Constantin Rack · 9 years ago
  39. 31e7f76 Add coverity badge. by Constantin Rack · 9 years ago
  40. 4beed11 Add coverity scan. by Constantin Rack · 9 years ago
  41. ec7d607 Update dependencies. by Constantin Rack · 9 years ago
  42. 2da474a Removed duplicate code. by Constantin Rack · 9 years ago
  43. 08f17da Add test for CborBuilder. by Constantin Rack · 9 years ago
  44. 6b13c33 Improve test for ByteStringEncoder. by Constantin Rack · 9 years ago
  45. 21e03ac Improved tests for SpecialEncoder. by Constantin Rack · 9 years ago
  46. d6c3e09 Add test for MapEncoder. by Constantin Rack · 9 years ago
  47. 44505d8 Add tests for AbstractDecoder. by Constantin Rack · 9 years ago
  48. 9652713 Add test for ArrayBuilder. by Constantin Rack · 9 years ago
  49. 3514aeb Add more tests. by Constantin Rack · 9 years ago
  50. d593591 Merge master by Constantin Rack · 9 years ago
  51. 6002bdc Add more tests. by Constantin Rack · 9 years ago
  52. e240f7b Update README.md by Constantin Rack · 10 years ago
  53. df71e59 Merge pull request #10 from decoit/master by Constantin Rack · 10 years ago
  54. 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 · 10 years ago
  55. f8b93c9 Added methods to MapBuilder that allow adding nested Maps or Arrays with any DataItem as key, updated MapBuilder tests accordingly. by Thomas Rix · 10 years ago
  56. 0fef3f4 Update version by Constantin Rack · 10 years ago
  57. 5543b98 Update copyright year by Constantin Rack · 10 years ago
  58. 8609307 Merge pull request #9 from decoit/master by Constantin Rack · 10 years ago
  59. 55db3c7 Fixed a Javadoc error regarding external links by Thomas Rix · 10 years ago
  60. ac1c392 Updated Version in pom.xml to 0.4.1, added myself as developer by Thomas Rix · 10 years ago
  61. 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 · 10 years ago
  62. fa94f29 Add test for MapBuilder by Constantin Rack · 10 years ago
  63. 89c23b5 Add test for DataItemListener by Constantin Rack · 10 years ago
  64. e391841 Update README.md by Constantin Rack · 10 years ago
  65. 177b6c2 Update README.md by Constantin Rack · 10 years ago
  66. cfdbdca Update README.md by Constantin Rack · 10 years ago
  67. 228847e Optimization by Constantin Rack · 10 years ago
  68. f8b47f4 Update plugin versions by Constantin Rack · 10 years ago
  69. 7205745 Fix missing CPD, PMD reports by Constantin Rack · 10 years ago
  70. a453a8f Add unit tests by Constantin Rack · 10 years ago
  71. 0d6623c Add JDepend reporting plugin by Constantin Rack · 10 years ago
  72. e225e1f Add tests by Constantin Rack · 10 years ago
  73. 02c2b8b Update plugin dependencies by Constantin Rack · 10 years ago
  74. 02262ad Increase code coverage by Constantin Rack · 10 years ago
  75. 90a442c Cobertura does not recognize Java7 0b11111 numberic constants by Constantin Rack · 10 years ago
  76. 34571b2 Update github site-maven-plugin by Constantin Rack · 10 years ago
  77. 03b59ca Update version by Constantin Rack · 10 years ago
  78. 1c0889b Remove assertion for NegativeInteger. Fixes #1 by Constantin Rack · 10 years ago
  79. ca4181f Code cleanup by Constantin Rack · 11 years ago
  80. e2d9d2b Add link to cbor.io by Constantin Rack · 11 years ago
  81. 29e491c Use github markdown for code examples by Constantin Rack · 11 years ago
  82. ee36643 Add usage examples by Constantin Rack · 11 years ago
  83. 3239961 Add support for rational numbers by Constantin Rack · 11 years ago
  84. 957c046 Add build status to project title, make requirements clear in description of project by Constantin Rack · 11 years ago
  85. 6139fc6 Add maven installation section by Constantin Rack · 11 years ago
  86. c59498a Upgrade to version 0.3 by Constantin Rack · 11 years ago
  87. 44d8dca Merge branch 'master' of github.com:c-rack/cbor-java by Constantin Rack · 11 years ago
  88. c21dece Add unit test for CborException by Constantin Rack · 11 years ago
  89. 0c40ac1 Add links to documentation and java doc by Constantin Rack · 11 years ago
  90. 2de7166 Add tests for AdditionalInformation and UnicodeString by Constantin Rack · 11 years ago
  91. dd7536b Separated example and model tests by Constantin Rack · 11 years ago
  92. fc7cca7 Add code coverage report by Constantin Rack · 11 years ago
  93. 361c1e1 Add more reports to site. Fixed CPD and FindBugs warnings. by Constantin Rack · 11 years ago
  94. b128137 Remove GPG plugin that breaks Travis build by Constantin Rack · 11 years ago
  95. ad82b1d Add description to pom to satisfy maven central requirement by Constantin Rack · 11 years ago
  96. cc843df Add support for javadoc and source jars, preparing maven release by Constantin Rack · 11 years ago
  97. 2e1dd7e Fix failing Example73Test by Constantin Rack · 11 years ago
  98. d6e8b16 Add Travis CI by Constantin Rack · 11 years ago
  99. d1d4c31 Add Travis CI by Constantin Rack · 11 years ago
  100. e8e3715 Update README by Constantin Rack · 11 years ago