1. 6ee98ff **Breaking change** Use bzip2 compression of sync data payload by Alexander Afanasyev · 7 years ago
  2. 8903629 Add ability to configure maximum packet size for sync data by Alexander Afanasyev · 7 years ago
  3. 4a9ecd5 logic: handle sending data packets larger than MAX_NDN_PACKET_SIZE by Ashlesh Gawande · 7 years ago
  4. 5473abe Use ndn::Buffer::data() instead of buf() by Davide Pesavento · 7 years ago
  5. 08784d4 Fix compilation with latest ndn-cxx by Ashlesh Gawande · 7 years ago
  6. 687cf92 Adapt to ndn-cxx security changes by Ashlesh Gawande · 8 years ago
  7. 8d1347a socket: allow applications to set seq numbers by Ashlesh Gawande · 8 years ago
  8. e9eda8a Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  9. 4d3a2e0 logic: Implement Recovery mechanism by Sonu Mishra · 8 years ago
  10. 36eb3ed Replace logging with one provided by ndn-cxx by Alexander Afanasyev · 8 years ago
  11. f3192eb build+ci: Upgrade build scripts, enable coverage and sanitizer flags by Alexander Afanasyev · 8 years ago 0.3.0
  12. 0c7f56a tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  13. 372697f build: remove unnecessary dependency on protobuf by Yingdi Yu · 10 years ago
  14. fb8c9e0 tests: move integrated tests into unit tests by Qiuhan Ding · 10 years ago
  15. d71a08a remove scheduler in unit test InterestTableTest by Qiuhan Ding · 10 years ago
  16. 8c095fd logic: allow manipulating multiple nodes in single logic by Qiuhan Ding · 10 years ago
  17. 3573e13 build: Fix compilation against the latest ndn-cxx by Alexander Afanasyev · 10 years ago
  18. 906c2ea build: Always build in C++11 mode. by Yingdi Yu · 10 years ago
  19. 31ad44c Fix socket by Yingdi Yu · 10 years ago
  20. f7ede41 Fix logic by Yingdi Yu · 10 years ago
  21. 1c4ba9a Fix InterestTable by Yingdi Yu · 10 years ago
  22. 6f79778 Fix DiffState by Yingdi Yu · 10 years ago
  23. d514c17 Fix State by Yingdi Yu · 10 years ago
  24. 274a227 Fix LeafContainer by Yingdi Yu · 10 years ago
  25. dea99be Simplify Leaf and its sub-classes. by Yingdi Yu · 10 years ago
  26. b20ae81 test: Disable test cases by Yingdi Yu · 10 years ago
  27. 7eb5911 build: Update of waf and waf-tools (fixing boost detection on some platforms) by Alexander Afanasyev · 10 years ago
  28. 8722d87 src: Update license to GPL 3.0 by Alexander Afanasyev · 10 years ago
  29. 7fe5983 build: Fix compilation errors and deprecation warnings by Alexander Afanasyev · 10 years ago
  30. 7c64e5c build: == Dependency change == ChronoSync now depends on ndn-cxx library by Yingdi Yu · 11 years ago
  31. a873d64 security: Fix compile problem caused by changes in Validator constructor by Yingdi Yu · 11 years ago
  32. 6e1c9cd time: adapt to the new API time structrue by Yingdi Yu · 11 years ago
  33. d4ef5d3 routing: Add routable prefix support by Yingdi Yu · 11 years ago
  34. aed0f3e security: Add security switch in SyncSocket by Yingdi Yu · 11 years ago
  35. 3da10fe security: Integrate certificate exchanging into sync by Yingdi Yu · 11 years ago
  36. 0eee600 security: Add Validator by Yingdi Yu · 11 years ago
  37. 51c8025 api: Use new callback interfaces by Yingdi Yu · 11 years ago
  38. 531803b fixes: Remove sync scheduler; Use ndn::time; Passed all the test cases by Alexander Afanasyev · 11 years ago
  39. 7ad4e4f Tmp debuging state by Yingdi Yu · 11 years ago
  40. 280bb96 security: Cleaning up all security stuff... by Yingdi Yu · 11 years ago
  41. d95c231 Making sure code compiles with STL library that comes with OSX 10.9 by Alexander Afanasyev · 11 years ago
  42. 43e7161 Adapt sync to use new ndn.cxx api by Yingdi Yu · 11 years ago
  43. f46eac5 Fixing test cases after the reorganization by Alexander Afanasyev · 11 years ago
  44. 6133f9a New waf/wscript and initial reorganization by Alexander Afanasyev · 11 years ago[Renamed from test]
  45. a2e0b08 add forwarder node by Zhenkai Zhu · 12 years ago
  46. 7c1fe78 modify test by Zhenkai Zhu · 13 years ago
  47. 3cfdcb9 use protobuf instead of tinyxml by Zhenkai Zhu · 13 years ago
  48. 68f04d5 fix sync logic bug about seqno demo works with small flaws by Zhenkai Zhu · 13 years ago
  49. dc70a29 seems to work; however 2 suspicious things: by Zhenkai Zhu · 13 years ago
  50. a30e178 old tests works by Zhenkai Zhu · 13 years ago
  51. 43ae5c7 by default no test compiles by Zhenkai Zhu · 13 years ago
  52. 1cb2929 get rid of publisher and fetcher by Zhenkai Zhu · 13 years ago
  53. 699d740 change wscript: by default no debug change wait time before checking in test by Zhenkai Zhu · 13 years ago
  54. 8e845ba Making tests compile by Alexander Afanasyev · 13 years ago
  55. b6cf56e Merge with branch 'simulation' by Alexander Afanasyev · 13 years ago
  56. f007f92 for test sha256 by Chaoyi Bian · 13 years ago
  57. 158ec0d Small reogranization by Alexander Afanasyev · 13 years ago
  58. 3e1eb16 why include my chinese name in all files.. removed by Chaoyi Bian · 13 years ago
  59. 9813519 correct parameter in calling m_onUpdate in sync-logic.cc by Chaoyi Bian · 13 years ago
  60. 235c6d7 Repairing one more bug with SyncLogic's diff log by Alexander Afanasyev · 13 years ago
  61. d3c501e Small correction with PIT (was correct, but now it is slightly better) by Alexander Afanasyev · 13 years ago
  62. 860e6fe Bug solving in SyncLogic by Alexander Afanasyev · 13 years ago
  63. 7df7333 BUG: handling of the transaction log was totally wrong, though easily solved by Alexander Afanasyev · 13 years ago
  64. 4f9ea48 Adding experimental (and optional) support of log4cxx logging. by Alexander Afanasyev · 13 years ago
  65. 2247b30 Added crazy thing in CcnxWrapper by Alexander Afanasyev · 13 years ago
  66. 1b449c4 Solving some deadlocks and crashes by Alexander Afanasyev · 13 years ago
  67. f7417d9 Correcting test_scheduler (increasing the correct number of scheduled events by one by Alexander Afanasyev · 13 years ago
  68. 44ab222 Correcting SyncLogic test to make it compile by Alexander Afanasyev · 13 years ago
  69. 848dd84 Revert "client code needs to call start() in order to start syncing" by Alexander Afanasyev · 13 years ago
  70. 3f93c2b Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  71. bf2b436 Many improvements for the event scheduler by Alexander Afanasyev · 13 years ago
  72. ce66e21 separate ccnx handle for sync and app data by Zhenkai Zhu · 13 years ago
  73. 88916c2 client code needs to call start() in order to start syncing by Zhenkai Zhu · 13 years ago
  74. 0f33415 set syncPrefix to be the same.. forgot to do so by Zhenkai Zhu · 13 years ago
  75. 1a0fd5d format output in test by Zhenkai Zhu · 13 years ago
  76. 0030400 update test case by Zhenkai Zhu · 13 years ago
  77. 1ee93c9 modify data publish class; get next seq instead of highest seq by Zhenkai Zhu · 13 years ago
  78. 5548e03 data publish seq start from 0; use exception to indicate error in getting the by Zhenkai Zhu · 13 years ago
  79. 47afc72 actually it's not working by Zhenkai Zhu · 13 years ago
  80. 64db03a add test for app_socket; seems to work by Zhenkai Zhu · 13 years ago
  81. 45fba08 Introducing a separate Scheduler class by Alexander Afanasyev · 13 years ago
  82. a36b751 Implementing the forgotten diff() function for DiffState by Alexander Afanasyev · 13 years ago
  83. 750d187 Moving some logic of dealing with sequence numbers to SyncAppDataFetch by Alexander Afanasyev · 13 years ago
  84. e4e2bf7 Leaf::getInfo () now returns boost::shared_ptr<const NameInfo> instead of NameInfo reference as before. by Alexander Afanasyev · 13 years ago
  85. 387ac95 Correcting SyncLogic with respect of delayed response to unrecognized digests by Alexander Afanasyev · 13 years ago
  86. a022f3d Small corrections in SyncInterestTable by Alexander Afanasyev · 13 years ago
  87. 7ee3281 Result: should not include sleep in DataCallback Revert "just test" by Zhenkai Zhu · 13 years ago
  88. 689a0df just test by Zhenkai Zhu · 13 years ago
  89. a585803 Implementing hash indexing of DiffStateContainer by Alexander Afanasyev · 13 years ago
  90. a5d06d7 test pit; fix SyncInterestTable bug; modify fetchAll() return by Zhenkai Zhu · 13 years ago
  91. de59ea1 update test by Zhenkai Zhu · 13 years ago
  92. bc7bfce test for data publish and data fetch; small changes by Zhenkai Zhu · 13 years ago
  93. c103019 Doxygen-related changes and minor code modifications by Alexander Afanasyev · 13 years ago
  94. 4194b74 change dataCallback to have two parameters: name and content by Chaoyi Bian · 13 years ago
  95. 44a5fbe Finalizing state to/from XML encoding and decoding by Alexander Afanasyev · 13 years ago
  96. 7224ef0 reduce wait time in test by Zhenkai Zhu · 13 years ago
  97. 3a4758f update unit test for CcnxWrapper by Zhenkai Zhu · 13 years ago
  98. 64d5069 Semi-working (Full|Diff)State -> XML and back conversions by Alexander Afanasyev · 13 years ago
  99. 1bdc703 simple test for CcnxWrapper by Zhenkai Zhu · 13 years ago
  100. a4ce9cf Debugging NameInfo, FullState, and DiffState by Alexander Afanasyev · 13 years ago