1. dd4359b hack to remove empty parent dirs when remote removing a file by Zhenkai Zhu · 12 years ago
  2. 026eaf3 Rough implementation of the state server. Now it is possible to request restore of a particular file by Alexander Afanasyev · 12 years ago
  3. 50746f6 fix bug in fs-watcher; file was never deleted from Files database when the parent dir still exists by Zhenkai Zhu · 12 years ago
  4. d724581 Several corrections to make sure code compiles with gcc and doesn't generate warnings by Alexander Afanasyev · 12 years ago
  5. 555c4f1 fix bug in content server. check whether action interest belong to this group. by Zhenkai Zhu · 12 years ago
  6. ff5acee Making references of exception variables by Alexander Afanasyev · 12 years ago
  7. 7aced75 Fixing bugs with forwarding hints and registration/deregistration by Alexander Afanasyev · 12 years ago
  8. b682d5d catch only NameException and log error in content server by Zhenkai Zhu · 12 years ago
  9. c87e801 Add exception handling (ignoring) in content server by Alexander Afanasyev · 12 years ago
  10. 84894d3 Changing logic with forwarding hints by Alexander Afanasyev · 12 years ago
  11. e10e5f2 Fix two related bugs: rescheduling periodic task + fetch manager restart of failed fetches by Alexander Afanasyev · 12 years ago
  12. 5957c0d fix verify signature bug; by Zhenkai Zhu · 12 years ago
  13. 79264a4 add check of verification for content by Zhenkai Zhu · 12 years ago
  14. 3cca13f Adding special processing in SyncLog and ContentStore when forwardingHint is a prefix to userName by Alexander Afanasyev · 12 years ago
  15. 473346f Adding broadcast hint as a parameter to FetchManager by Alexander Afanasyev · 12 years ago
  16. 2b760d0 Changing TRANSIENT to STATIC in sqlite binds in action log by Alexander Afanasyev · 12 years ago
  17. 4d08675 Almost reverting changes in naming convention: moving "user" name to by Alexander Afanasyev · 12 years ago
  18. 92bb695 content server caches ObjectDbPtr by Zhenkai Zhu · 12 years ago
  19. 12eb4b7 Merge "timed-wait for fetcher in hope to solve crash problem" by Zhenkai Zhu · 12 years ago
  20. 354d46d timed-wait for fetcher in hope to solve crash problem by Zhenkai Zhu · 12 years ago
  21. d6364ef Moving out FileState operations into a separate class/database by Alexander Afanasyev · 12 years ago
  22. 1d1cc83 Changing naming convention by Alexander Afanasyev · 12 years ago
  23. 9d85725 Merge changes Id564ca35,I6082a335,I54210671 by Zhenkai Zhu · 12 years ago
  24. f395882 Printing error when file is requested to be assembled, but something is wrong with assembly by Alexander Afanasyev · 12 years ago
  25. a2fabcf Delaying saving of the local state change from dispatcher (useful when many changes happen at about the same time) by Alexander Afanasyev · 12 years ago
  26. 888be47 set is_complete flag for local published file by Zhenkai Zhu · 12 years ago
  27. f3a9fa6 add check for case that should not have happened: by Zhenkai Zhu · 12 years ago
  28. ce92510 Add sanity check for fs operations in dispatcher by Alexander Afanasyev · 12 years ago
  29. 83906d3 Something strange in actionlog. Removing database upgrades, slightly changing logic when adding new FileState by Alexander Afanasyev · 12 years ago
  30. 4aecad8 Correcting initialization order in FetchManager by Alexander Afanasyev · 12 years ago
  31. 7c1cd8d add GZip support for protobuf use GZip in serializing SyncStateMsg by Zhenkai Zhu · 12 years ago
  32. f695aed (Re-)adding detection of added files. Recent change has postponed that by 5 minutes by Alexander Afanasyev · 12 years ago
  33. 7a64700 Adding is_complete flag to FileState and enabling fs-watcher to use this flag in some (not all) cases by Alexander Afanasyev · 12 years ago
  34. 785b0a0 Removing foreign key support in action log table. We need to keep all actions, even if something is missing (in some cases, this will bring some---and hopefully only temporary---inconsistency) by Alexander Afanasyev · 12 years ago
  35. be47bb1 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
  36. da68688 add fetch-task-db and integrate it with fetch-manager by Zhenkai Zhu · 12 years ago
  37. 2ec2c38 Adding experimental mutex in Fetcher by Alexander Afanasyev · 12 years ago
  38. 506ff22 Fixing another bug with deletion detection. Now it seems to work by Alexander Afanasyev · 12 years ago
  39. 4a8781c Fixing recently introduced bugs by Alexander Afanasyev · 12 years ago
  40. 41a7312 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 12 years ago
  41. 0a30a0c Deletion detection by Alexander Afanasyev · 12 years ago
  42. b8c49af use default callbacks for FetchManagers in Dispatcher by Zhenkai Zhu · 12 years ago
  43. a014738 enable default callbacks for fetch-manager by Zhenkai Zhu · 12 years ago
  44. 9079a2d Don't assemble a file if file already exists in a file system (can happen if several files with the same content are simultaneously created) by Alexander Afanasyev · 12 years ago
  45. e227721 Don't refetch file that already exists in the local database by Alexander Afanasyev · 12 years ago
  46. bc8bf23 Ok. I was wrong... bind does make a copy... bastard... by Alexander Afanasyev · 12 years ago
  47. 1f1def5 use executor to delete fetcher, some segfault with "intrusive" container by Zhenkai Zhu · 12 years ago
  48. ab9215c shared executor in Fetchers by Zhenkai Zhu · 12 years ago
  49. 67d757c Forgotten reference in OnTimeout_Execute by Alexander Afanasyev · 12 years ago
  50. ddc283c In Fetcher serializing also callback from ccnx into executor thread by Alexander Afanasyev · 12 years ago
  51. ca77d4e Serializing FillPipeline in Fetcher : by Alexander Afanasyev · 12 years ago
  52. 94b6480 Merge remote-tracking branch 'git.irl/alex' by Alexander Afanasyev · 12 years ago
  53. cfd5dfc Bug: there was a subtle bug in fetcher (in some cases, same segment were rerequested) by Alexander Afanasyev · 12 years ago
  54. ff4fa8a run timeoutcallback of ccnx wrapper in executor by Zhenkai Zhu · 12 years ago
  55. dc11fc9 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
  56. 126b21c make ContentServer use separate Ccnx handle; by Zhenkai Zhu · 12 years ago
  57. 38a0473 Handling the case when file is moved fast several times (permissions may throw an exception) by Alexander Afanasyev · 12 years ago
  58. f975623 Experimental scheduling of tasks in FetchManager by Alexander Afanasyev · 12 years ago
  59. 47cf2ef Correction of test-ccnx-wrapper. Small logging changes in executor by Alexander Afanasyev · 12 years ago
  60. e840942 move executor to its own dir by Zhenkai Zhu · 12 years ago
  61. 1888f74 Run ccnx interest and data callback in executor Run scheduler task in executor by Zhenkai Zhu · 12 years ago
  62. f8b22bf Correction of fetcher by Alexander Afanasyev · 12 years ago
  63. 548d38d Extension of scheduler, different logic in FetchManager regarding re-requesting (exponential backoff, and flipping broadcast/forwarding hint) by Alexander Afanasyev · 12 years ago
  64. 1247aaa Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 12 years ago
  65. 5052628 Experimental things with scheduling syncInterests in sync-core by Alexander Afanasyev · 12 years ago
  66. 4c656b9 correct ContentServer destructor by Zhenkai Zhu · 12 years ago
  67. 30ef922 Checking for non-empty content before handling sync data by Alexander Afanasyev · 12 years ago
  68. ff8d9dc Adding executor to fetcher: there was a deadlock otherwise by Alexander Afanasyev · 12 years ago
  69. 0c545ed Apply delete action by Alexander Afanasyev · 12 years ago
  70. 6d4befc Bug: while creating delete action, UPDATE command was specified... by Alexander Afanasyev · 12 years ago
  71. cb50205 Making interval 10 sec by Alexander Afanasyev · 12 years ago
  72. 3566f2f fix bug in rescheduleTask; use PeriodicTask instead (so it won't delete itself) by Zhenkai Zhu · 12 years ago
  73. 9516010 make sync interest interval configurable by Zhenkai Zhu · 12 years ago
  74. 3b40659 fix sync interest sending in sync-core by Zhenkai Zhu · 12 years ago
  75. fcf81dc Small improvement with logging by Alexander Afanasyev · 12 years ago
  76. c3a2787 fix content server btw, ccn exception when prefix discvoery enabled at home by Zhenkai Zhu · 12 years ago
  77. e04712b Hopefully fixing empty file problem by Alexander Afanasyev · 12 years ago
  78. ac70462 Handling empty file, but something is fishy by Alexander Afanasyev · 12 years ago
  79. d3310b1 Small update in dispatcher by Alexander Afanasyev · 12 years ago
  80. 5f6181a log instead of exception in dispatcher by Zhenkai Zhu · 12 years ago
  81. 9ca444e Adding Dispatcher to gui (callback are not yet connected) by Alexander Afanasyev · 12 years ago
  82. 09a8473 Removing unnecessary scheduler thread in FetchManager by Alexander Afanasyev · 12 years ago
  83. b74e1e9 update test by Zhenkai Zhu · 12 years ago
  84. 3f64d2d fix bug in dispatcher about registering prefixes by Zhenkai Zhu · 12 years ago
  85. a7ed62a take out poolSize param in dispatcher by Zhenkai Zhu · 12 years ago
  86. 17507ba Making executor pool with only 1 thread. More than one creates problems by Alexander Afanasyev · 12 years ago
  87. 1807e8d For the first time dispatcher test is working... though there is still by Alexander Afanasyev · 12 years ago
  88. 28ca3ed Almost everything works, but still small problem with file assembly by Alexander Afanasyev · 12 years ago
  89. e6f2ae1 Small bug, causing infinite loops by Alexander Afanasyev · 12 years ago
  90. fc72036 Add tons of new loggings by Alexander Afanasyev · 12 years ago
  91. 454bae2 check minSeqNo <= maxSeqNo in fetch-manager Enqueue by Zhenkai Zhu · 12 years ago
  92. faee2d4 add test for dispatcher; by Zhenkai Zhu · 12 years ago
  93. d276f1e small correction in sync-core by Zhenkai Zhu · 12 years ago
  94. 3290b8e drop redundant param in dispatcher constructor by Zhenkai Zhu · 12 years ago
  95. 1c036bf small fixes in dispatcher by Zhenkai Zhu · 12 years ago
  96. d94a8c6 Moving out scheduler from dispatcher and sync-core constructors by Alexander Afanasyev · 12 years ago
  97. 758f51b Now dispatcher uses CcnxDisovery to maintain localPrefix by Alexander Afanasyev · 12 years ago
  98. ab5dff7 Small corrections in executor by Alexander Afanasyev · 12 years ago
  99. bc73857 add part to serve action log by Zhenkai Zhu · 12 years ago
  100. b2e608d Put begin transaction/end transaction into contructor/destructor of ObjectDb by Alexander Afanasyev · 12 years ago