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
2014-10-13SocketAPI: Use non-recursive (heuristic) computation of iconsMarkus Goetz
2014-10-09Selective Sync: ensure that the blacklist contains the last '/'Olivier Goffart
2014-09-10Restart the sync when we detect we need to redo a syncOlivier Goffart
2014-09-10I forgot to rename one of the while list to the blacklistOlivier Goffart
2014-09-04Clean up stale journal entries and temporaries. #2057Christian Kamm
2014-08-18Merge branch 'master' into selective_syncOlivier Goffart
2014-08-15SyncEngine & UI: Move QElapsedTimer to objectMarkus Goetz
2014-08-15SyncEngine & UI: Make the function part of UpdateJobMarkus Goetz
2014-08-15SyncEngine & UI: Progress notifications for update phaseMarkus Goetz
2014-08-15Selective sync: use a black list instead of a white listOlivier Goffart
2014-08-11Selective sync: ignore the files that are not in the selective sync white listOlivier Goffart
2014-08-11Move the update job in a new file named discoveryphaseOlivier Goffart
2014-08-07Merge branch 'il'Olivier Goffart
2014-08-07SyncEngine: Keep csync_journal with proper values for fileId and remotePermMarkus Goetz
2014-07-16Merge branch 'il'Olivier Goffart
2014-07-16Merge branch '1.6' into ilOlivier Goffart
2014-07-15Use another way to detect that the server was reconfiguredOlivier Goffart
2014-07-10Engine: Do not reset the csync log callback in the engineOlivier Goffart
2014-06-23Merge remote-tracking branch 'origin/1.6' into ilOlivier Goffart
2014-06-17SyncEngine: Use QSet for the seenFiles rather than QHash.Klaas Freitag
2014-06-17permission: read them from the treeOlivier Goffart
2014-06-17sync engine: try to respect permissionOlivier Goffart
2014-06-07network limits: Fix warningOlivier Goffart
2014-06-07network limits: Do not read them from the config file in the engineOlivier Goffart
2014-05-29remove the _syncMutex and replace it by a simple boolOlivier Goffart
2014-05-20Always wait on the thread before emiting finishedOlivier Goffart
2014-04-25Missing EXPORTOlivier Goffart
2014-04-25Add EXPORT macro to owncloudsync libraryOlivier Goffart
2014-04-02SyncEngine: Removed unused signalMarkus Goetz
2014-03-28Remove progress info from csyncOlivier Goffart
2014-03-28Avoid copies of the StopWatchOlivier Goffart
2014-03-27SyncEngine: new aboutToPropagate signalMarkus Goetz
2014-03-27SyncEngine: Fix typoMarkus Goetz
2014-03-26Use a stopwatch to meassure the time consumed.Klaas Freitag
2014-03-21Engine: Introduce jobCompleted() signalMarkus Goetz
2014-03-17Rename CSyncThread to SyncEngineOlivier Goffart