1. 6c8c7e7 resolve merge conflicts of 47983a039473f3848647c93278e2d4ae9a5eff51 to qt-dev-plus-aosp by Haibo Huang · 6 years ago
  2. 68f26ba Fixing the pointer cast for ntoh32p in cn-cbor by Max Bires · 6 years ago
  3. d458c34 fixup! fixup! implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
  4. 6afc222 fixup! implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
  5. 6cd105d fixup! cmake: add align_reads -> -DCBOR_ALIGN_READS by Kaspar Schleiser · 7 years ago
  6. 94e6919 cmake: add align_reads -> -DCBOR_ALIGN_READS by Kaspar Schleiser · 7 years ago
  7. 894e0b4 implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
  8. 0301ef6 cn-create: add cn_cbor_float_create by Vincent Dupont · 7 years ago
  9. 2703d2d cn-create: add cn_cbor_double_create by Vincent Dupont · 7 years ago
  10. 2e513d9 fix compilation error with gcc 7.2.0 by Sören Tempel · 7 years ago
  11. 45e9ad9 Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_free to ensure we're at the root. Freeing NULL is still allowed as a no-op. by Joe Hildebrand · 10 years ago
  12. f74c2f0 Rename cbor_encoder_write() to cn_cbor_encoder_write() by Olaf Bergmann · 10 years ago
  13. 3303413 Optional float encoding/decoding by Olaf Bergmann · 10 years ago
  14. a4498c7 separate the two personalities of write_byte by Carsten Bormann · 10 years ago
  15. 4ab6211 Encoder: do the float dance by Carsten Bormann · 10 years ago
  16. ff08b98 Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6' by Carsten Bormann · 10 years ago
  17. 604301f Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-encoder-2-merge (pull request #10) by Carsten Bormann · 10 years ago
  18. 77d31f0 better const correctness by Joe Hildebrand · 10 years ago
  19. 8bffb27 Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj-spudlib-merge by Carsten Bormann · 10 years ago
  20. 64909fb untabify. try and prevent tab creep in the future by Joe Hildebrand · 10 years ago
  21. 60a86fe arpa/inet.h was added so that cn-cbor.c will compile on Linux. I'm willing to put it in an ifdef, or add a config.h if you like; i don't think it hurts anything on non-Linux builds though by Joe Hildebrand · 10 years ago
  22. 85f4523 Anything that takes an error pointer should have a checkable return value by Joe Hildebrand · 10 years ago
  23. 2814a49 indentation by Joe Hildebrand · 10 years ago
  24. ce57683 Directory structure (prepare for pulling PR 9) by Carsten Bormann · 10 years ago
  25. 7e4cb53 make it work with contexts again by Joe Hildebrand · 10 years ago
  26. 74954bb Remove recursion from encoder, remove confusing public interfaces for writing integral types by Joe Hildebrand · 10 years ago
  27. 5620168 Add docs for create routines, and add map_put to allow more complicated maps by Joe Hildebrand · 10 years ago
  28. be75434 Add creation routines by Joe Hildebrand · 10 years ago
  29. 0863174 Add coverage, remove the duplicated strcmp/memcmp by Joe Hildebrand · 10 years ago
  30. a995401 Encoder integrated by Joe Hildebrand · 10 years ago
  31. 9116a9a Add size target. Fix unused variables by Joe Hildebrand · 10 years ago
  32. e03e24e Finish up docs for current API. Move some internals to cbor.h by Joe Hildebrand · 10 years ago
  33. 7c6c356 cmake working by Joe Hildebrand · 10 years ago