Nextcloud Desktop client
Go to file
Duncan Mac-Vicar P d885fe39f8 Implement an event queue:
- If FolderWatcher receives a inotify event in less than 5
  seconds from the last one, then the paths are queued and a timer
  is setup for 5 seconds more. New events are queued if a timer
  is running. The next event after the time gap is due will process
  the full path list
2011-03-22 23:03:43 +01:00
src Implement an event queue: 2011-03-22 23:03:43 +01:00
test - fix inotify/folderwatcher so that it uses full paths 2011-03-18 13:54:32 +01:00
.gitignore first port to C++ 2011-02-17 00:21:45 +01:00
CMakeLists.txt - introduce a tmp dir class and rm-rf util function 2011-03-18 01:14:45 +01:00