1. 0ad7c21 Add building options for NS3 module (highly experimental) by Alexander Afanasyev · 13 years ago
  2. 3e1eb16 why include my chinese name in all files.. removed by Chaoyi Bian · 13 years ago
  3. a504817 correct two logic: by Chaoyi Bian · 13 years ago
  4. 0b7cb5f tiny by Chaoyi Bian · 13 years ago
  5. 9813519 correct parameter in calling m_onUpdate in sync-logic.cc by Chaoyi Bian · 13 years ago
  6. 235c6d7 Repairing one more bug with SyncLogic's diff log by Alexander Afanasyev · 13 years ago
  7. d3c501e Small correction with PIT (was correct, but now it is slightly better) by Alexander Afanasyev · 13 years ago
  8. 860e6fe Bug solving in SyncLogic by Alexander Afanasyev · 13 years ago
  9. 7df7333 BUG: handling of the transaction log was totally wrong, though easily solved by Alexander Afanasyev · 13 years ago
  10. 4f9ea48 Adding experimental (and optional) support of log4cxx logging. by Alexander Afanasyev · 13 years ago
  11. b7e4b88 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Chaoyi Bian · 13 years ago
  12. 9d8768a correct capi by Chaoyi Bian · 13 years ago
  13. a20ca44 A stupid bug with SyncDigest by Alexander Afanasyev · 13 years ago
  14. 2247b30 Added crazy thing in CcnxWrapper by Alexander Afanasyev · 13 years ago
  15. 2c18077 Another attempt to solve some strange bug by Alexander Afanasyev · 13 years ago
  16. c91085d Changing order how ccnx-related stuff is destroyed by Alexander Afanasyev · 13 years ago
  17. b951a62 resume unordered_map data structure by Zhenkai Zhu · 13 years ago
  18. 1b449c4 Solving some deadlocks and crashes by Alexander Afanasyev · 13 years ago
  19. d4cca47 Modifying logic with interest re-expression when it is satisfied by data by Alexander Afanasyev · 13 years ago
  20. 763855a Repair bug with zero-root digest detection by Alexander Afanasyev · 13 years ago
  21. f0519d2 Before add ing a new state to diff log, trying to remove one that has the same hash. by Alexander Afanasyev · 13 years ago
  22. d4adce5 BUG: Sync logic was ignoring insertions by Alexander Afanasyev · 13 years ago
  23. dd0eba7 Adding a pecial case when state is not empty and we have received request with zero-root digest by Alexander Afanasyev · 13 years ago
  24. f7417d9 Correcting test_scheduler (increasing the correct number of scheduled events by one by Alexander Afanasyev · 13 years ago
  25. f07ab35 Adding special processing for 0 (zero-root) digest by Alexander Afanasyev · 13 years ago
  26. 44ab222 Correcting SyncLogic test to make it compile by Alexander Afanasyev · 13 years ago
  27. 848dd84 Revert "client code needs to call start() in order to start syncing" by Alexander Afanasyev · 13 years ago
  28. 3f93c2b Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  29. bf2b436 Many improvements for the event scheduler by Alexander Afanasyev · 13 years ago
  30. 8a3d913 Bug: instead of digest, address of the pointer was printed out (need to check other places) by Alexander Afanasyev · 13 years ago
  31. ce66e21 separate ccnx handle for sync and app data by Zhenkai Zhu · 13 years ago
  32. c81e5d3 something fishy is going on, it takes more than 10 seconds before the Sync by Zhenkai Zhu · 13 years ago
  33. 88916c2 client code needs to call start() in order to start syncing by Zhenkai Zhu · 13 years ago
  34. d010e2c send out Sync Interest after SyncLogic object is created, or otherwise nothing by Zhenkai Zhu · 13 years ago
  35. 0f33415 set syncPrefix to be the same.. forgot to do so by Zhenkai Zhu · 13 years ago
  36. 1a0fd5d format output in test by Zhenkai Zhu · 13 years ago
  37. 0030400 update test case by Zhenkai Zhu · 13 years ago
  38. 1ee93c9 modify data publish class; get next seq instead of highest seq by Zhenkai Zhu · 13 years ago
  39. 5548e03 data publish seq start from 0; use exception to indicate error in getting the by Zhenkai Zhu · 13 years ago
  40. 47afc72 actually it's not working by Zhenkai Zhu · 13 years ago
  41. 64db03a add test for app_socket; seems to work by Zhenkai Zhu · 13 years ago
  42. 03a58b7 Small corrections in doxygen comments by Alexander Afanasyev · 13 years ago
  43. 45fba08 Introducing a separate Scheduler class by Alexander Afanasyev · 13 years ago
  44. 13cae2f Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Zhenkai Zhu · 13 years ago
  45. e25def9 add wrapper for old fashion C apps by Zhenkai Zhu · 13 years ago
  46. a36b751 Implementing the forgotten diff() function for DiffState by Alexander Afanasyev · 13 years ago
  47. 04fd8a8 Amend previous commit by Alexander Afanasyev · 13 years ago
  48. d91497c Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  49. 750d187 Moving some logic of dealing with sequence numbers to SyncAppDataFetch by Alexander Afanasyev · 13 years ago
  50. 4898fd9 minor correction by Zhenkai Zhu · 13 years ago
  51. 0efa37b add remove API by Zhenkai Zhu · 13 years ago
  52. e4e2bf7 Leaf::getInfo () now returns boost::shared_ptr<const NameInfo> instead of NameInfo reference as before. by Alexander Afanasyev · 13 years ago
  53. 387ac95 Correcting SyncLogic with respect of delayed response to unrecognized digests by Alexander Afanasyev · 13 years ago
  54. a022f3d Small corrections in SyncInterestTable by Alexander Afanasyev · 13 years ago
  55. 69955ca tiny by Chaoyi Bian · 13 years ago
  56. 633255f initialize a new thread to wait instead of directly sleep by Chaoyi Bian · 13 years ago
  57. 7ee3281 Result: should not include sleep in DataCallback Revert "just test" by Zhenkai Zhu · 13 years ago
  58. 689a0df just test by Zhenkai Zhu · 13 years ago
  59. d882ee7 set interest filter for sync interest by Chaoyi Bian · 13 years ago
  60. 74cadb5 set digest in diffstate log by Chaoyi Bian · 13 years ago
  61. d8e1bc9 update m_log by Chaoyi Bian · 13 years ago
  62. a585803 Implementing hash indexing of DiffStateContainer by Alexander Afanasyev · 13 years ago
  63. 95a58c3 tiny by Chaoyi Bian · 13 years ago
  64. 4d7c286 remove useless include header by Chaoyi Bian · 13 years ago
  65. a5d06d7 test pit; fix SyncInterestTable bug; modify fetchAll() return by Zhenkai Zhu · 13 years ago
  66. de59ea1 update test by Zhenkai Zhu · 13 years ago
  67. 42ec707 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Zhenkai Zhu · 13 years ago
  68. 5badd71 temporarily comment code that doesn't work yet by Chaoyi Bian · 13 years ago
  69. 5537133 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Zhenkai Zhu · 13 years ago
  70. bc7bfce test for data publish and data fetch; small changes by Zhenkai Zhu · 13 years ago
  71. 89ee2dc implement sync-logic, assuming DiffStateContainer already works by Chaoyi Bian · 13 years ago
  72. 009ff79 throw CccnxOperationException by Zhenkai Zhu · 13 years ago
  73. cd74759 ccnxwrapper clean up works by Zhenkai Zhu · 13 years ago
  74. 172d2b7 Small changes here and there by Alexander Afanasyev · 13 years ago
  75. c103019 Doxygen-related changes and minor code modifications by Alexander Afanasyev · 13 years ago
  76. 4194b74 change dataCallback to have two parameters: name and content by Chaoyi Bian · 13 years ago
  77. 181b1fb remote outdated uml by Zhenkai Zhu · 13 years ago
  78. 1285b38 Initialize m_running variable in Sync::CcnxWrapper by Alexander Afanasyev · 13 years ago
  79. 075bd9d interest table expiration by Zhenkai Zhu · 13 years ago
  80. db6b7b8 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Zhenkai Zhu · 13 years ago
  81. 77169cb expire interests in pendint interests table by Zhenkai Zhu · 13 years ago
  82. 34ebcb7 Several generalizations in wscript. Now waf is considering standard ssl library if pkg-config fails by Alexander Afanasyev · 13 years ago
  83. 11f294f implement sync-app-socket and change appwrapper to logic by Chaoyi Bian · 13 years ago
  84. 44a5fbe Finalizing state to/from XML encoding and decoding by Alexander Afanasyev · 13 years ago
  85. 7224ef0 reduce wait time in test by Zhenkai Zhu · 13 years ago
  86. bc52752 correct: add "/" pass one test, still another to fix by Chaoyi Bian · 13 years ago
  87. 02dba3c correct: content_comps->interest_comps by Chaoyi Bian · 13 years ago
  88. c3e7beb Merge branch 'master' of git.irl.cs.ucla.edu:ndn/sync by Chaoyi Bian · 13 years ago
  89. 44fff0c implement interest-table and start app-wrapper by Chaoyi Bian · 13 years ago
  90. 3a4758f update unit test for CcnxWrapper by Zhenkai Zhu · 13 years ago
  91. 64d5069 Semi-working (Full|Diff)State -> XML and back conversions by Alexander Afanasyev · 13 years ago
  92. 87c9b5d Modifying exception throwing in Sync::Digest by Alexander Afanasyev · 13 years ago
  93. 1bdc703 simple test for CcnxWrapper by Zhenkai Zhu · 13 years ago
  94. 3e99d86 complete sync-app-data-fetch and sync-app-data-publish by Chaoyi Bian · 13 years ago
  95. a1b231a implement operator >> overloading by Chaoyi Bian · 13 years ago
  96. 93d4310 remove sync-data-buffer, use string instead; change ccnx-wrapper accordingly by Chaoyi Bian · 13 years ago
  97. ee5b884 Add boost::thread to wscript by Chaoyi Bian · 13 years ago
  98. 250a4c4 Adding waf scripts to find CCNx and TinyXML header/libs by Alexander Afanasyev · 13 years ago
  99. 49d4675 basicly complete sync-ccnx-wrapper.cc by Chaoyi Bian · 13 years ago
  100. 7f85798 corrects SyncDataBuffer constructor; will explain how to use this class; by Zhenkai Zhu · 13 years ago