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