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-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
2014-07-16tests: Fix assertion.Klaas Freitag
2014-07-16tests: Reverted previous change, do not append in createLocalFile()Klaas Freitag
2014-07-16tests: do not use system any more to modify files, rather perl native.Klaas Freitag
2014-07-10t1.pl: Change the corruption creation command.Klaas Freitag
2014-07-10Added t8.pl that test case sensitivity issuesOlivier Goffart
2014-07-01Merge remote-tracking branch 'origin/il'Olivier Goffart
2014-06-27Permissions: When moving is not allowed, fallback to delete and uploadOlivier Goffart
2014-06-27t7.pl: Test that deleting a directory restores it and all its sub directoriesOlivier Goffart
2014-06-27Add t7.pl Test for operation of files with restrictionsOlivier Goffart
2014-06-26t1.pl: add a sleep to make sure the mtime of the files are differentOlivier Goffart
2014-06-24propagator: Fix folder duplication if the folder is renamed on the server whi...Olivier Goffart
2014-06-24csync_update: update the permission in the db when they changeOlivier Goffart
2014-06-24Permission: keep a space if the permission is emptyOlivier Goffart
2014-06-23Merge remote-tracking branch 'origin/1.6' into ilOlivier Goffart
2014-06-20Exclude: Add a missing free in case of empty lines.Klaas Freitag
2014-06-20Revert "csync file util: Remove compare file function, not needed anymore."Olivier Goffart
2014-06-20csync core: Remove logically dead code: Can never be reached.Klaas Freitag
2014-06-20reconcile: use the proper enum typeOlivier Goffart
2014-06-20csync_owncloud: silent CID 12883Olivier Goffart