1. f93a145 Update doxygen configuration by Davide Pesavento · 7 years ago
  2. 5473abe Use ndn::Buffer::data() instead of buf() by Davide Pesavento · 7 years ago
  3. 12d5faa build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
  4. 08784d4 Fix compilation with latest ndn-cxx by Ashlesh Gawande · 7 years ago
  5. 8dfa63c socket: refresh nonce on timeout by Ashlesh Gawande · 7 years ago
  6. 8ba7d5a logic: do not process exclude interests by Ashlesh Gawande · 7 years ago
  7. 687cf92 Adapt to ndn-cxx security changes by Ashlesh Gawande · 8 years ago
  8. 097bb44 docs: Fix doxgyen build by Ashlesh Gawande · 8 years ago
  9. 8d1347a socket: allow applications to set seq numbers by Ashlesh Gawande · 8 years ago
  10. d31d6b1 logic: don't send oversized exclude interests by Ashlesh Gawande · 8 years ago
  11. e9eda8a Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  12. f42aa2c logic: Implemented exclude filter by Sonu Mishra · 8 years ago
  13. 4d3a2e0 logic: Implement Recovery mechanism by Sonu Mishra · 8 years ago
  14. e10acbc logic: Fixed empty digest comparison by Sonu Mishra · 8 years ago
  15. 0dadc57 logic: Enable early refresh by Sonu Mishra · 8 years ago
  16. 36eb3ed Replace logging with one provided by ndn-cxx by Alexander Afanasyev · 8 years ago
  17. f3192eb build+ci: Upgrade build scripts, enable coverage and sanitizer flags by Alexander Afanasyev · 8 years ago 0.3.0
  18. 60d2588 socket: don't use deprecated ndn::dataBlock by Junxiao Shi · 8 years ago
  19. 0c7f56a tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  20. edaef7c Fix compilation error due to changes in ndn-cxx by Alexander Afanasyev · 10 years ago
  21. ea488fd build: Build ndn-cxx as a shared library by Alexander Afanasyev · 10 years ago
  22. 8fb88f1 build: Fix compilation due to refactoring of EncodingImpl in ndn-cxx library by Alexander Afanasyev · 10 years ago
  23. e042f83 doc: add building instructions for power-constrained platform in README.md by Yingdi Yu · 10 years ago
  24. 372697f build: remove unnecessary dependency on protobuf by Yingdi Yu · 10 years ago
  25. 9d5679a src: destruct logic and socket properly by Yingdi Yu · 10 years ago new-reset
  26. 53f5f04 interest-table: normalize naming of member methods. by Yingdi Yu · 10 years ago
  27. 03b9de3 socket: add remove node function by Qiuhan Ding · 10 years ago
  28. fb8c9e0 tests: move integrated tests into unit tests by Qiuhan Ding · 10 years ago
  29. e246b62 socket: allow manipulating multiple nodes in single logic by Qiuhan Ding · 10 years ago
  30. d71a08a remove scheduler in unit test InterestTableTest by Qiuhan Ding · 10 years ago
  31. caebb8c jenkins: clean up .ndn dir before test by Yingdi Yu · 10 years ago
  32. 8c095fd logic: allow manipulating multiple nodes in single logic by Qiuhan Ding · 10 years ago
  33. 3573e13 build: Fix compilation against the latest ndn-cxx by Alexander Afanasyev · 10 years ago
  34. cd33902 security: Introduce validator by Yingdi Yu · 10 years ago
  35. 906c2ea build: Always build in C++11 mode. by Yingdi Yu · 10 years ago
  36. 31ad44c Fix socket by Yingdi Yu · 10 years ago
  37. f7ede41 Fix logic by Yingdi Yu · 10 years ago
  38. a585d4d Fix logger by Yingdi Yu · 10 years ago
  39. 1c4ba9a Fix InterestTable by Yingdi Yu · 10 years ago
  40. 6f79778 Fix DiffState by Yingdi Yu · 10 years ago
  41. d514c17 Fix State by Yingdi Yu · 10 years ago
  42. 274a227 Fix LeafContainer by Yingdi Yu · 10 years ago
  43. dea99be Simplify Leaf and its sub-classes. by Yingdi Yu · 10 years ago
  44. b20ae81 test: Disable test cases by Yingdi Yu · 10 years ago
  45. 26d0329 build: Do not warn about C99 extensions by Yingdi Yu · 10 years ago
  46. cb5c551 docs: Add sphinx doc by Yingdi Yu · 10 years ago
  47. 06a678a build: organize building system, support sphinx doc by Yingdi Yu · 10 years ago
  48. a2d7649 build: Fix deprecation warning by Yingdi Yu · 10 years ago
  49. 7eb5911 build: Update of waf and waf-tools (fixing boost detection on some platforms) by Alexander Afanasyev · 10 years ago
  50. 8722d87 src: Update license to GPL 3.0 by Alexander Afanasyev · 10 years ago
  51. 7fe5983 build: Fix compilation errors and deprecation warnings by Alexander Afanasyev · 10 years ago
  52. 7c97cfa docs: Adding README, COPYING, and AUTHORS by Alexander Afanasyev · 10 years ago
  53. 7c64e5c build: == Dependency change == ChronoSync now depends on ndn-cxx library by Yingdi Yu · 11 years ago
  54. a873d64 security: Fix compile problem caused by changes in Validator constructor by Yingdi Yu · 11 years ago
  55. 68bc51a namespace: resolve conflict of ndn and std by Yingdi Yu · 11 years ago
  56. 6e1c9cd time: adapt to the new API time structrue by Yingdi Yu · 11 years ago
  57. d4ef5d3 routing: Add routable prefix support by Yingdi Yu · 11 years ago
  58. aed0f3e security: Add security switch in SyncSocket by Yingdi Yu · 11 years ago
  59. 3da10fe security: Integrate certificate exchanging into sync by Yingdi Yu · 11 years ago
  60. 0eee600 security: Add Validator by Yingdi Yu · 11 years ago
  61. 51c8025 api: Use new callback interfaces by Yingdi Yu · 11 years ago
  62. 531803b fixes: Remove sync scheduler; Use ndn::time; Passed all the test cases by Alexander Afanasyev · 11 years ago
  63. 7ad4e4f Tmp debuging state by Yingdi Yu · 11 years ago
  64. 280bb96 security: Cleaning up all security stuff... by Yingdi Yu · 11 years ago
  65. 6d638f0 sync-logic+sync-socket: Chaing std::string name to ndn::Name by Yingdi Yu · 11 years ago
  66. 286eb18 certificate: Simplify SyncIntroCertificate by Yingdi Yu · 11 years ago
  67. 57fdb5f policy: Simplify SecPolicySync by Yingdi Yu · 11 years ago
  68. e815471 compile: Change includes and wscript to compile against ndn-cpp-dev by Yingdi Yu · 11 years ago
  69. 5e0af3e security: adjusting class names and method names to the new ndn-cpp security api by Yingdi Yu · 11 years ago
  70. 0cb0f2b Adapting to TLV-specific ndn-cpp by Yingdi Yu · 11 years ago
  71. 6e235db Change the face setting, now SyncLogic SyncPolicyManager and SyncSocket share the same m_face provided by up-layer application instance. by Yingdi Yu · 11 years ago
  72. 46c9f1a Changing API from ndn.cxx to ndn-cpp by Yingdi Yu · 11 years ago
  73. ce841ca Chaing waf to use ndn-cpp and ndn-cpp-et libs by Yingdi Yu · 11 years ago
  74. 7bfcd65 Fixing the bug in issuing intro cert in the policy manager by Yingdi Yu · 11 years ago
  75. 5eb1cb5 Making sure the shared library is correctly linked (with versioning, "required" on OSX) by Alexander Afanasyev · 11 years ago
  76. d95c231 Making sure code compiles with STL library that comes with OSX 10.9 by Alexander Afanasyev · 11 years ago
  77. 559c370 Remove outdated parts by Alexander Afanasyev · 11 years ago
  78. 1baf6e0 Removing unnecessary LOG msg by Yingdi Yu · 11 years ago
  79. 479e117 Add shutdown wrapper by Yingdi Yu · 11 years ago
  80. 4526a2e Change Policies by Yingdi Yu · 11 years ago
  81. 9529bc3 Change policy to accomodate dsk and ksk by Yingdi Yu · 11 years ago
  82. 8600a09 Fix some bugs by Yingdi Yu · 11 years ago
  83. 0b3bd48 Add SyncPolicyManager by Yingdi Yu · 11 years ago
  84. 43e7161 Adapt sync to use new ndn.cxx api by Yingdi Yu · 11 years ago
  85. f46eac5 Fixing test cases after the reorganization by Alexander Afanasyev · 11 years ago
  86. 7804c23 Fixing pkconfig file by Alexander Afanasyev · 11 years ago
  87. ce00169 Finishing reorganization and making sure code compiles by Alexander Afanasyev · 11 years ago
  88. 6133f9a New waf/wscript and initial reorganization by Alexander Afanasyev · 11 years ago
  89. eb1d865 enable stop by Zhenkai Zhu · 12 years ago
  90. 96974e0 make private to protect in sync-ccnx-wrapper by Zhenkai Zhu · 12 years ago
  91. 9587cd6 reverse the "single pattern" in ccnx wrapper by Zhenkai Zhu · 12 years ago
  92. ba56f43 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Zhenkai Zhu · 12 years ago
  93. b9f1959 hack to avoid using vector in callback for python binding by Zhenkai Zhu · 12 years ago
  94. 2d3e270 limit the scope of m_stateMutex by Zhenkai Zhu · 12 years ago
  95. e761767 make getLocalPrefix a static GetLocalPrefix function by Zhenkai Zhu · 12 years ago
  96. d5aec4b add function to return all branch prefixes by Zhenkai Zhu · 12 years ago
  97. 7f68029 Resolving blocking issue. getLocalPrefix uses its own ccn handle by Alexander Afanasyev · 12 years ago
  98. cf30196 Attempt to solve blocking problem with getLocalPrefix by Alexander Afanasyev · 12 years ago
  99. 50f7e9f implementing getLocalPrefix method by Alexander Afanasyev · 12 years ago
  100. 60126e0 One more modification of singleton (ability to destroy object) by Alexander Afanasyev · 12 years ago