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
path: root/csync
AgeCommit message (Expand)Author
2014-11-11t8.pl: fix the test for meOlivier Goffart
2014-11-06Legacy propagator: Don't use mtime retrieved via _fstat64.Christian Kamm
2014-10-30Download: Avoid overwriting file with case conflict. #1914Christian Kamm
2014-10-29tests: exit t5.pl if running against ownCloud 6Klaas Freitag
2014-10-29tests: make t1.pl work on jenkins, for that disable a size compare.Klaas Freitag
2014-10-27discovery: handle 503 reply code from server for directoriesKlaas Freitag
2014-10-24Ignore reserved words on WindowsDaniel Molkentin
2014-10-23csync tests: add some debug code to get behind the jenkins fails.Klaas Freitag
2014-10-22csync_update: add the perms in the logOlivier Goffart
2014-10-22tests: use the ocs_url in the same semantics as the 1.6 branch.Klaas Freitag
2014-10-22CSync: Close/Reopen DB between update and reconcileMarkus Goetz
2014-10-22t6.pl: fix missing space in curl commandOlivier Goffart
2014-10-22t6.pl: pass the --insecure flag to curl so it works on the test machineOlivier Goffart
2014-10-22Csync tests: Don't use sqlite3_close_v2.Christian Kamm
2014-10-22Csync tests: Fix broken tests.Christian Kamm
2014-10-22Csync tests: Fix compile.Christian Kamm
2014-10-21CSync: statedb sanity check changesMarkus Goetz
2014-10-21SyncJournalDB: Set WAL files to hiddenMarkus Goetz
2014-10-21Fix t3.plOlivier Goffart
2014-10-21csync_reconcile: remove useless debug outputOlivier Goffart
2014-10-21csync tests: Fix test after db changes.v1.7.0-beta4Klaas Freitag
2014-10-21Reconcile: Make sure not to loose new files added in a directory removed on ...Olivier Goffart
2014-10-21Sqlite3: Switch to WALMarkus Goetz
2014-10-21SyncEngine: De-initialize recursive PROPFIND value correctlyMarkus Goetz
2014-10-20CSync: Error out if DB errorMarkus Goetz
2014-10-18Sql: Handle SQLITE_BUSY properly for sqlite3_step and sqlite3_prepare.Klaas Freitag
2014-10-18csync_statedb: Finalize the precompiled statements after discovery.Klaas Freitag
2014-10-17Propagator: Fix renaming of files and case confflictsOlivier Goffart
2014-10-16sqlite3: Bundle 3.8.6 for Mac and WindowsMarkus Goetz
2014-10-15tx.pl: Adopt test t6.pl to the new way of handling precondition failed.Klaas Freitag
2014-10-15tx.pl: Fix sharing api url, some whitespace fixes.Klaas Freitag
2014-10-11SQlite: Print versions we useMarkus Goetz
2014-10-11SelectiveSync: rename blacklist to selectiveSyncBlackList in some placesOlivier Goffart
2014-10-11owncloudcmd: Add a custom ssl verification callback for neon.Klaas Freitag
2014-10-10CSync: Remove dead codeMarkus Goetz
2014-10-10csync_statedb: fix inverted logic in testing if the sqlite was compiled with ...Olivier Goffart
2014-10-09csync tests: conform to read only db.Klaas Freitag
2014-10-09csync statedb: Set PRAGMA synchronous to NORMAL for read only db.Klaas Freitag
2014-10-09csync statedb: Issue a warning if sqlite is not compiled thread safe.Klaas Freitag
2014-10-09csync statedb: Open the statedb in read only mode and with mutex set.Klaas Freitag
2014-10-03tx.pl: Set the SSL relaxing env variable.Klaas Freitag
2014-09-26csync_update: don't recurse into ignored directory.Olivier Goffart
2014-09-24doc: add a memo about the issue that defines the permission flags.Klaas Freitag
2014-09-19CSync tests: Add t1.cfg to gitignore.Christian Kamm
2014-09-18tests: Add a csync exclude test to check toplevel excludes.Klaas Freitag
2014-09-18csync exclude: Export the csync_exclude_add function in debug modeKlaas Freitag
2014-09-18SyncEngine: Better reporting when ignoring hardlinks. #2217Christian Kamm
2014-09-17Doc: Update csync test script README.Christian Kamm
2014-09-17t1.cfg.in: saner placeholder executable nameOlivier Goffart
2014-09-17File change detection: Also look at file sizes.Christian Kamm