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-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
2014-09-12owncloudcmd: restart the sync if requiredOlivier Goffart
2014-09-10Win32: ignore files ending in '.' or at least one spaceDaniel Molkentin
2014-09-10csync_vio_local on windows: fix overflow when computing the size of file > 4GiBOlivier Goffart
2014-09-10csync_update: fix compilation warningOlivier Goffart
2014-09-05CSync: Show file size and inode during update traversalMarkus Goetz
2014-08-28t4.pl: add a test to test that ignored file are not deletedOlivier Goffart
2014-08-28Tests: Get rid of the Carp package that ogoffart does not have.Klaas Freitag
2014-08-28csync: remove ignored_cleanup: it's not used anymoreOlivier Goffart
2014-08-28reconcile/update: don't remove directory that contains ignored filesOlivier Goffart
2014-08-28Selective sync: deselecting a folder removes it from the local file systemOlivier Goffart
2014-08-21Excludes: Fix unit tests for the new exclude load interface.Klaas Freitag
2014-08-21Excludes: Add an context free implementation of exclude file loading.Klaas Freitag
2014-08-18Merge branch 'master' into selective_syncOlivier Goffart
2014-08-18Update phase progress: Check if callback is defined.Klaas Freitag
2014-08-15CSync: Add a 30 second connect (not read) timeoutMarkus 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-15Merge remote-tracking branch 'origin/master' into selective_syncOlivier Goffart
2014-08-14csync journal: Improve get_below_path query.Klaas Freitag
2014-08-14Updater: Added a bit of useful logging.Klaas Freitag
2014-08-14csync statedb: Fixed handling of sqlite reply value.Klaas Freitag
2014-08-14csync statedb: Set sqlite3_busy_timeout to 5 seconds.Klaas Freitag
2014-08-12Tests: Give a more random name to test directoriesMarkus Goetz
2014-08-12Silent some warningsOlivier Goffart
2014-08-12selective sync: fix whitelist matchingOlivier Goffart
2014-08-11Selective sync: ignore the files that are not in the selective sync white listOlivier Goffart
2014-08-07tests: Never stumble over an already existing test share dir.Klaas Freitag
2014-08-07tests: Some more tests with local files and shares.Klaas Freitag
2014-08-07Merge branch 'il'Olivier Goffart
2014-08-07journaldb: Fix that fileid might be missing in the dbOlivier Goffart
2014-08-07SyncEngine: Keep csync_journal with proper values for fileId and remotePermMarkus Goetz
2014-08-06tests: Fix t5: work with ownCloud 7 sharing.Klaas Freitag
2014-08-06tests: Add another two seconds break, hope to make it work in virt. env.Klaas Freitag
2014-07-29t2.pl Fix the test testing that moving a file that was just added do not cr...Olivier Goffart
2014-07-22tx.pl: Add a chunking update test, test for precondition failed.Klaas Freitag
2014-07-22tests: Big file chunking, change an existing big file to trigger updateKlaas Freitag
2014-07-21csync oC Util: set field flag correctly to avoid etag memleak.Klaas Freitag
2014-07-18Merge branch 'il'Olivier Goffart
2014-07-18csync_owncloud: fix the name of the permissions propertyOlivier Goffart
2014-07-18tests: Another try to get around the jenkins test problem.Klaas Freitag
2014-07-17Use file size of factor of four because of the createLocalFile algorithmKlaas Freitag