1. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/c/encoding/binary-xml-encoder.h]
  2. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  3. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  4. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  5. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  6. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  7. 214c26f Added writeUData, writeUDataDTagElement and writeOptionalUDataDTagElement by Jeff Thompson · 11 years ago
  8. 8f3bd99 In writeAbsDoubleBigEndianBlob, comment that the value is rounded. by Jeff Thompson · 11 years ago
  9. c978a7b In ndn_BinaryXmlEncoder_init, take a pointer to an existing ndn_DynamicUCharArray. by Jeff Thompson · 11 years ago
  10. 9254d74 Make ndn_DynamicUCharArray realloc take a self pointer. by Jeff Thompson · 11 years ago
  11. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  12. f2349af Use NDN_ERROR_success instead of (ndn_Error)0 by Jeff Thompson · 11 years ago
  13. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/c/encoding/BinaryXMLEncoder.h]
  14. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  15. edc2225 Added writeOptionalTimeMillisecondsDTagElement, which takes double milliseconds by Jeff Thompson · 11 years ago
  16. 2d62c93 Need to cast ndn_Error to 0 by Jeff Thompson · 11 years ago
  17. 45492a7 Added writeOptionalUnsignedDecimalIntDTagElement by Jeff Thompson · 11 years ago
  18. a8749a5 Added writeOptionalBlobDTagElement by Jeff Thompson · 11 years ago
  19. a259cc4 Added writeUnsignedIntBigEndianBlob. by Jeff Thompson · 11 years ago
  20. 5b696e0 Added writeUnsignedDecimalIntDTagElement by Jeff Thompson · 11 years ago
  21. e227689 Added ndn_BinaryXMLEncoder_writeUnsignedDecimalInt by Jeff Thompson · 11 years ago
  22. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  23. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  24. 5a98483 Implement writeElementStartDTag, writeBlobDTagElement, etc. by Jeff Thompson · 11 years ago
  25. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/encoding/BinaryXMLEncoder.h]
  26. 433e6da Implement encodeTypeAndValue by Jeff Thompson · 11 years ago
  27. c896365 Added initial BinaryXMLEncoder by Jeff Thompson · 11 years ago