Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-21Add the new directories comming from the sync in the watcherOlivier Goffart
2013-08-07Notify user if there is a problem with the inotify watcherDaniel Molkentin
2013-07-22INotify backend: honor ignored filesDaniel Molkentin
2013-07-05More work on ignore/exclude files:Daniel Molkentin
2013-02-19Simplify and fix startup: Steer starting of sync from folderman.Klaas Freitag
2012-12-06Start fs watching with a delay of 2 seconds to don't catch the journal changes.Klaas Freitag
2012-12-06Fix Windows folder watcherDaniel Molkentin
2012-12-06Implement folder watching for OS X using FSEventsDaniel Molkentin
2012-12-06Add windows backend, require Inotify on LinuxDaniel Molkentin
2012-12-04pimpl folderwatcherDaniel Molkentin
2012-12-04factor inotify out of folderwatcherDaniel Molkentin
2012-07-20Use a better inotify implementation and use config.h. Fixes oCB #713.Klaas Freitag
2012-05-21A lot of krazy2 (codechecker) fixes.Klaas Freitag
2012-04-15Replace USE_WATCHER with USE_INOTIFYKlaas Freitag
2012-03-28Let folderwatcher use the exclude list file.Klaas Freitag
2012-02-29Added #ifdef USE_WATCHER to switch between INotify and PollingKlaas Freitag
2012-02-16Use a hash to store inotified pathes.Klaas Freitag
2011-04-08force the initial sync even if the list is empty as this pointDuncan Mac-Vicar P
2011-04-07Simplify how the event queue works. Now it is just a timerDuncan Mac-Vicar P
2011-04-06add proper licensingDuncan Mac-Vicar P
2011-04-05move polling system to Folder where it belongsDuncan Mac-Vicar P
2011-04-04- lot of stability improvementsDuncan Mac-Vicar P
2011-03-28refactor the notification timer in a new methodDuncan Mac-Vicar P
2011-03-27When syncing, disable event notifier and start accumulating themDuncan Mac-Vicar P
2011-03-25sync process now runs, but no synchronization between sync processesDuncan Mac-Vicar P
2011-03-23Implement an event queue:Duncan Mac-Vicar P
2011-03-21Only fire folderChanged if > 2 seconds since last eventDuncan Mac-Vicar P
2011-03-21add accessor for root folderDuncan Mac-Vicar P
2011-03-21add some documentationDuncan Mac-Vicar P
2011-03-19- listen to the right eventsDuncan Mac-Vicar P
2011-03-18- fix inotify/folderwatcher so that it uses full pathsDuncan Mac-Vicar P
2011-03-18- introduce a tmp dir class and rm-rf util functionDuncan Mac-Vicar P
2011-03-17Make the inotify interface work with multiple pathsDuncan Mac-Vicar P
2011-03-16Infrastructure for inotify. To replace QFileSystemWatcher, which, dueDuncan Mac-Vicar P
2011-02-17first port to C++Duncan Mac-Vicar P