1. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  2. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  3. 412226d Change Interest.nonce to a Blob. by Jeff Thompson · 11 years ago
  4. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  5. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  6. 17882b4 Use relative paths for local includes. by Jeff Thompson · 11 years ago
  7. f9d4bfd Added dumpInterest. by Jeff Thompson · 11 years ago
  8. ed4f373 Show the hex encoding of the re-encoded interest. by Jeff Thompson · 11 years ago
  9. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  10. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  11. e32adb6 Rename test-encode-decode-interest.cpp (lower case) by Jeff Thompson · 11 years ago[Renamed from tests/test-encode-decode-interest2.cpp]
  12. 58095b7 Temporarily rename test-encode-decode-Interest.cpp by Jeff Thompson · 11 years ago[Renamed from tests/test-encode-decode-Interest.cpp]
  13. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  14. c98be1a Added test-get-async by Jeff Thompson · 11 years ago
  15. 0d567da Implement TcpTransport by Jeff Thompson · 11 years ago
  16. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  17. d602023 Rename directory test to tests by Jeff Thompson · 11 years ago[Renamed from test/test-encode-decode-interest.cpp]
  18. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  19. fe55686 Implement Interest Exclude by Jeff Thompson · 11 years ago
  20. 06f824a Implement encodeBinaryXMLInterest. by Jeff Thompson · 11 years ago
  21. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  22. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  23. 2255290 Implement ndn_decodeBinaryXMLInterest (except for Exclude) by Jeff Thompson · 11 years ago
  24. 443398d Implement Name(const char *uri) by Jeff Thompson · 11 years ago
  25. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  26. 2fb4b1b Use name.to_uri() by Jeff Thompson · 11 years ago
  27. 539e79f Test Name.decode by Jeff Thompson · 11 years ago
  28. 7afc98e Fix bug in ndn_BinaryXMLStructureDecoder_findElementEnd: need to use bufferDecoder, not decoder. by Jeff Thompson · 11 years ago
  29. 42cea3a Rename folder wire to encoding by Jeff Thompson · 11 years ago
  30. 3b3aabf Make static ndn-cpp.a. Remove libtool dynamic linking. by Jeff Thompson · 11 years ago