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-11-19Windows: Make unit tests compile.Christian Kamm
2014-11-06Resync button: Remove partial downloads too. #2445Christian Kamm
2014-10-23Add SyncJournalDB autotests.Christian Kamm
2014-10-21SyncJournalDB: WAL checkpoint at end of syncMarkus Goetz
2014-10-20SyncEngine: Avoid transaction warningMarkus Goetz
2014-10-14Sql: New implementation of ownSql class to go away from Qt's own SqlKlaas Freitag
2014-10-13JournalDb: Do not use static variable for path.Klaas Freitag
2014-10-13Use sqlite C api.Klaas Freitag
2014-09-04Clean up stale journal entries and temporaries. #2057Christian Kamm
2014-08-07journaldb: Fix that fileid might be missing in the dbOlivier Goffart
2014-06-20SyncJournalDB: Initialize size member properly with 0Klaas Freitag
2014-06-17SyncEngine: Use QSet for the seenFiles rather than QHash.Klaas Freitag
2014-06-03Propagator: Recover from 'precondition failed' errorOlivier Goffart
2014-04-29Merge remote-tracking branch 'origin/libowncloudsync_noqtgui'Olivier Goffart
2014-04-25Do not read from the database when upgrading from 1.5Olivier Goffart
2014-04-25Add EXPORT macro to owncloudsync libraryOlivier Goffart
2014-04-01Fix some error cases in the SyncEngineOlivier Goffart
2014-03-26SyncEngine: Sanity bail out if DB does not exist suddenlyMarkus Goetz
2014-02-12Fix removing and renaming directories from the Shared directoryOlivier Goffart
2013-12-03Add blackListEntryCount method.Klaas Freitag
2013-12-03Add a button to acitivity view to clean the blacklist.Klaas Freitag
2013-11-25Fix mutex usage in the journalOlivier Goffart
2013-11-21Made transaction management a bit more transparent. Some fixes.Klaas Freitag
2013-11-20Add blacklisting for files with error conditions.Klaas Freitag
2013-11-18Cached more queries, used safe QSqlQuery patternKlaas Freitag
2013-11-18Use transactions to speed up database access.Klaas Freitag
2013-11-18Close database after retrieval of file record count.Klaas Freitag
2013-11-15Use precompiled database statements.Klaas Freitag
2013-11-11PostSyncCleanup added: Remove superfluous entries from database afterKlaas Freitag
2013-10-28Refactor the new propagator in jobsOlivier Goffart
2013-10-25Write file Id to journal table.Klaas Freitag
2013-10-16Put the progress database within the journalOlivier Goffart
2013-10-04Protect the sync database by a mutex since it is used by the threadOlivier Goffart
2013-10-04Compile with MinGWDaniel Molkentin
2013-10-04CsyncThread: Activate recursive PROPFINDMarkus Goetz
2013-10-04Save the database after each operation.Olivier Goffart
2013-10-03WIP on the journal database.Klaas Freitag
2013-10-03Added method setFileRecord to update sync journalKlaas Freitag
2013-10-03Add sync journal database class that opens the csync db to read from it.Klaas Freitag