1. 4528997 Remove legacy code and rename files to new naming convention by Alexander Afanasyev · 8 years ago[Renamed from src/dispatcher.cc]
  2. 1dd37ed Switch from NDNx to CCNx by Alexander Afanasyev · 11 years ago
  3. adb54eb Add second fileState to avoid incorrect detection of local modifications by Yingdi Yu · 11 years ago
  4. f8ff5e1 Make sure code compiles on Ubuntu 12.04 with boost 1.46 by Alexander Afanasyev · 12 years ago
  5. dd4359b hack to remove empty parent dirs when remote removing a file by Zhenkai Zhu · 12 years ago
  6. 026eaf3 Rough implementation of the state server. Now it is possible to request restore of a particular file by Alexander Afanasyev · 12 years ago
  7. 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
  8. 7aced75 Fixing bugs with forwarding hints and registration/deregistration by Alexander Afanasyev · 12 years ago
  9. 473346f Adding broadcast hint as a parameter to FetchManager by Alexander Afanasyev · 12 years ago
  10. 4d08675 Almost reverting changes in naming convention: moving "user" name to by Alexander Afanasyev · 12 years ago
  11. d6364ef Moving out FileState operations into a separate class/database by Alexander Afanasyev · 12 years ago
  12. 1d1cc83 Changing naming convention by Alexander Afanasyev · 12 years ago
  13. f395882 Printing error when file is requested to be assembled, but something is wrong with assembly by Alexander Afanasyev · 12 years ago
  14. 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
  15. f3a9fa6 add check for case that should not have happened: by Zhenkai Zhu · 12 years ago
  16. ce92510 Add sanity check for fs operations in dispatcher by Alexander Afanasyev · 12 years ago
  17. 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
  18. be47bb1 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
  19. da68688 add fetch-task-db and integrate it with fetch-manager by Zhenkai Zhu · 12 years ago
  20. 41a7312 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 12 years ago
  21. 0a30a0c Deletion detection by Alexander Afanasyev · 12 years ago
  22. b8c49af use default callbacks for FetchManagers in Dispatcher by Zhenkai Zhu · 12 years ago
  23. 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
  24. e227721 Don't refetch file that already exists in the local database by Alexander Afanasyev · 12 years ago
  25. dc11fc9 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
  26. 126b21c make ContentServer use separate Ccnx handle; by Zhenkai Zhu · 12 years ago
  27. 38a0473 Handling the case when file is moved fast several times (permissions may throw an exception) by Alexander Afanasyev · 12 years ago
  28. cb50205 Making interval 10 sec by Alexander Afanasyev · 12 years ago
  29. 3566f2f fix bug in rescheduleTask; use PeriodicTask instead (so it won't delete itself) by Zhenkai Zhu · 12 years ago
  30. 9516010 make sync interest interval configurable by Zhenkai Zhu · 12 years ago
  31. d3310b1 Small update in dispatcher by Alexander Afanasyev · 12 years ago
  32. 5f6181a log instead of exception in dispatcher by Zhenkai Zhu · 12 years ago
  33. 3f64d2d fix bug in dispatcher about registering prefixes by Zhenkai Zhu · 12 years ago
  34. a7ed62a take out poolSize param in dispatcher by Zhenkai Zhu · 12 years ago
  35. 17507ba Making executor pool with only 1 thread. More than one creates problems by Alexander Afanasyev · 12 years ago
  36. 1807e8d For the first time dispatcher test is working... though there is still by Alexander Afanasyev · 12 years ago
  37. 28ca3ed Almost everything works, but still small problem with file assembly by Alexander Afanasyev · 12 years ago
  38. e6f2ae1 Small bug, causing infinite loops by Alexander Afanasyev · 12 years ago
  39. fc72036 Add tons of new loggings by Alexander Afanasyev · 12 years ago
  40. faee2d4 add test for dispatcher; by Zhenkai Zhu · 12 years ago
  41. 3290b8e drop redundant param in dispatcher constructor by Zhenkai Zhu · 12 years ago
  42. 1c036bf small fixes in dispatcher by Zhenkai Zhu · 12 years ago
  43. d94a8c6 Moving out scheduler from dispatcher and sync-core constructors by Alexander Afanasyev · 12 years ago
  44. 758f51b Now dispatcher uses CcnxDisovery to maintain localPrefix by Alexander Afanasyev · 12 years ago
  45. f2c16e0 Dispatcher now have all desired functions. Hopefully, after testing and debugging everything going to work by Alexander Afanasyev · 12 years ago
  46. f9978f8 Dispatcher is almost ready. File assembly part is temporarily commented out (need to check if assembly is actually necessary) by Alexander Afanasyev · 12 years ago
  47. 1b15cc6 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 12 years ago
  48. a35756b Debugging ActionLog. Corrections in dispatcher (filename in DB should be in a "generic" format) by Alexander Afanasyev · 12 years ago
  49. 1dcbbab add ContenteServer to Dispatcher by Zhenkai Zhu · 12 years ago
  50. cbda992 Merge remote-tracking branch 'git.irl/dispatcher' by Alexander Afanasyev · 12 years ago
  51. c3fd51e dispatcher by Zhenkai Zhu · 12 years ago