1. e0dd63e fs-watcher: Switch code to use ndn-cxx by Lijing Wang · 10 years ago
  2. 1cf5c43 Make use of logger provided by ndn-cxx by Alexander Afanasyev · 8 years ago
  3. eda3b7a Update style to (almost) conform to ndn-cxx style using clang-format by Alexander Afanasyev · 8 years ago
  4. fa2f662 Add license file and update license boilerplates by Alexander Afanasyev · 8 years ago
  5. f4cde4e Fix includes by Alexander Afanasyev · 8 years ago
  6. 4528997 Remove legacy code and rename files to new naming convention by Alexander Afanasyev · 8 years ago[Renamed from fs-watcher/fs-watcher.cc]
  7. 57f667b fs-watcher: Fixed fs-watcher multiple onChange callback by Yingdi Yu · 12 years ago
  8. a264b87 fs-watcher: Add fs-watcher delay test by Yingdi Yu · 12 years ago
  9. e70a2d8 fs-watcher: readding file to QT filewatcher on FileChange event by Alexander Afanasyev · 12 years ago
  10. 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
  11. c494204 fs-watcher: While rescanning, remove/add files, instead of just adding by Alexander Afanasyev · 12 years ago
  12. 89024ac Removing unnecessary c_str() calls by Alexander Afanasyev · 12 years ago
  13. 369eff1 move fs-watcher to separate dir; correct wscript by Zhenkai Zhu · 12 years ago[Renamed from gui/fs-watcher.cc]
  14. d175627 fs-watcher uses its own database add test for fs-watcher by Zhenkai Zhu · 12 years ago
  15. f695aed (Re-)adding detection of added files. Recent change has postponed that by 5 minutes by Alexander Afanasyev · 12 years ago
  16. 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
  17. c80207d On directory event, do not fire rescan/notification immediately, but schedule it in some distant future (5 mins) by Alexander Afanasyev · 12 years ago
  18. 7943c6b Remove delay to detect file state when app starts by Alexander Afanasyev · 12 years ago
  19. 506ff22 Fixing another bug with deletion detection. Now it seems to work by Alexander Afanasyev · 12 years ago
  20. 4a8781c Fixing recently introduced bugs by Alexander Afanasyev · 12 years ago
  21. 0a30a0c Deletion detection by Alexander Afanasyev · 12 years ago
  22. 583449a Replacing executor with schedule in fs-watcher: tags are used to limit number of notification per event by Alexander Afanasyev · 12 years ago
  23. 69e1317 Connecting callback... Ready for "real" experiment by Alexander Afanasyev · 12 years ago
  24. 9ca444e Adding Dispatcher to gui (callback are not yet connected) by Alexander Afanasyev · 12 years ago[Renamed (96%) from fs-watcher/fs-watcher.cc]
  25. 5e14087 Correcting fs-watcher (executor now requires explicit start and shutdown) by Alexander Afanasyev · 12 years ago
  26. 9e5a470 GUI/FS-watcher update by Alexander Afanasyev · 12 years ago