1. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  2. d7db8bf tools: ndnsec code reorganization by Alexander Afanasyev · 10 years ago
  3. 28d0d94 build: Support tools and examples with multiple translation units by Alexander Afanasyev · 10 years ago
  4. 4cd8d73 tools: Fix incorrect tag map in tlvdump by Alexander Afanasyev · 10 years ago
  5. 7d8644a tools: Allow ndnsec-key-gen to generate ECDSA keys by Yingdi Yu · 10 years ago
  6. 2a047eb tools: Allow generation of DSK using ndnsec-key-gen by Alexander Afanasyev · 10 years ago
  7. ace7445 tools: Enable ndnsec-dsk-gen by Alexander Afanasyev · 10 years ago
  8. 3e8b52e tools: Allow verbose option in ndnsec-list/ndnsec-ls-identity command line tools by Yingdi Yu · 10 years ago
  9. 37339fd tools: Fix segmentation fault in ndnsec-sign-req by Yingdi Yu · 10 years ago
  10. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  11. 66cd424 tools: New (safer) option to include additional information blocks into the certificate by Alexander Afanasyev · 10 years ago
  12. 7438a15 tools: Accept `--sign-id` and `--cert-prefix` in ndnsec-cert-revoke by Alexander Afanasyev · 10 years ago
  13. ba8604d tools: Fix ndnsec-cert-gen to correctly infer prefix before KEY by Yingdi Yu · 10 years ago
  14. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  15. c4c8120 tools+security: Add empty pointer checking in ndnsec-cert-gen by Yingdi Yu · 10 years ago
  16. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  17. 5edf97d tools: ndnsec-cert-revoke command by Yingdi Yu · 10 years ago
  18. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  19. 24b75c8 src: Minor corrections and improvements by Alexander Afanasyev · 10 years ago
  20. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  21. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  22. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  23. fff47d6 build: Add optional pthread flag when detecting Crypto++ by Alexander Afanasyev · 10 years ago
  24. cfe0b06 build: Changing the way version is managed by Alexander Afanasyev · 10 years ago ndn-cxx-0.1.0
  25. 27b0e39 tools: tlvdump can decode Block from stream directly by Yingdi Yu · 10 years ago
  26. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  27. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  28. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  29. 05842f2 tools: Adjust ndnsec-cert-gen behaivor by Yingdi Yu · 10 years ago
  30. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  31. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  32. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  33. b61f540 security: Correct code style for ndnsec and add command-line exception handling by Yingdi Yu · 10 years ago
  34. 5c1f841 tools: Add delete option in ndnsec by Yingdi Yu · 10 years ago
  35. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  36. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 10 years ago
  37. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  38. 64c3fb4 security: Add a wrapper for export/import information. by Yingdi Yu · 10 years ago
  39. f8fc8de security: Bug fixing by Yingdi Yu · 10 years ago
  40. 8d7468f tools: Combine all security tools into one; Add Export/Import/Delete/Unlock/AddACL command by Yingdi Yu · 10 years ago
  41. be4150e security: Adjust unlocking TPM process. by Yingdi Yu · 10 years ago
  42. 4b45628 tlv: Another set of changes to update TLV type re-assignment by Alexander Afanasyev · 10 years ago
  43. 6835ad8 tlv: !!! MAJOR CHANGE !!! Changed TLV codes by Alexander Afanasyev · 10 years ago
  44. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 10 years ago
  45. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 10 years ago
  46. e289b53 face: Implementing nfd::Controller by Alexander Afanasyev · 10 years ago
  47. 9c7ed11 src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas by Alexander Afanasyev · 10 years ago
  48. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 10 years ago
  49. e6bfab2 tools: Add security tools; Add waf build options for tools. by Yingdi Yu · 10 years ago
  50. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago
  51. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  52. 200dd6f build: Finalizing build system conversion by Alexander Afanasyev · 10 years ago
  53. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  54. a1ae0a1 build: Adding waf as a build system by Alexander Afanasyev · 10 years ago
  55. fffd1e4 renaming: Make names of the tools unique by Yingdi Yu · 10 years ago
  56. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 10 years ago
  57. 89a889c tools/ndncatchunks: Enable MustBeFresh selector by Alexander Afanasyev · 10 years ago
  58. 8995f54 node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason by Alexander Afanasyev · 10 years ago
  59. c1ebbe9 tools: Disabling hardcoded Scope(1) for ndncatchunks tool by Alexander Afanasyev · 10 years ago
  60. 38d7968 tools: ndncatchunks and ndnputchunks tool by Wentao Shang · 10 years ago
  61. 303b350 tools: Adding tlvdump app that visualizes TLV encoding stored in files by Alexander Afanasyev · 11 years ago