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
2016-02-08Discovery: don't ignore recall file #4420Olivier Goffart
2016-01-29csync_update: Remove unneeded checks of previous commit.Klaas Freitag
2016-01-27csync_update: Handle comparision of file types properly.Klaas Freitag
2016-01-27csync_update: Use the csync defines rather than plain numbers.Klaas Freitag
2016-01-15csync_private: Fix comment about size of file id bufferKlaas Freitag
2016-01-10csync-tests: Added some directory wildcard tests.Klaas Freitag
2016-01-08Propagation: Fix dir <-> file changes propagating to server #4302Christian Kamm
2016-01-05Propagator: Deal with files becoming directories #4302Christian Kamm
2015-12-21csync_vio_local_stat: Win: fetch mtime and size if not previously fetchedOlivier Goffart
2015-12-02csync: remove PLUGIN install patch from cmake filesOlivier Goffart
2015-11-25Tests: Add a perl test for eml checksums #3235Christian Kamm
2015-11-23Checksums: Reuse the discovery checksum where possibleChristian Kamm
2015-11-23csync_update: Remove disabled inode checkChristian Kamm
2015-11-23Checksums: Don't reupload if size and checksum are unchanged #3235Christian Kamm
2015-11-18csync_update: refactor a bit and remove redundant code.Klaas Freitag
2015-11-18csync_update: Add missing comment about 403 forbidden handling.Klaas Freitag
2015-11-18SyncEngine: Handle 403 Forbidden properly.Klaas Freitag
2015-11-11Fix csync_exclude testChristian Kamm
2015-10-29Hidden files: Consider .* hidden everywhere #4023Christian Kamm
2015-10-28Merge branch 'kill_legacy_propagator'Markus Goetz
2015-10-28csync tests: Remove unused functionChristian Kamm
2015-10-28Fix compile after pull request mergeChristian Kamm
2015-10-28Merge pull request #4004 from owncloud/fix_hidden_detectionKlaas Freitag
2015-10-26Discovery: Fix detection of hidden files.Klaas Freitag
2015-10-22csync_vio: reuse the information from readdir in statOlivier Goffart
2015-10-22csync_exclude: Don't ignore invalid char client side (#3736)Olivier Goffart
2015-10-21csync_statedb: Use the index in csync_statedb_get_below_pathOlivier Goffart
2015-10-21csync_update: Don't fetch the etag in the local discovery from the DBOlivier Goffart
2015-10-20csync_exclude: Use PathMatchSpecA instead of PathMatchSpecWOlivier Goffart
2015-10-20csync_exclude: OptimizeOlivier Goffart
2015-10-20Remove legacy propagator and neonMarkus Goetz
2015-10-19csync: Fix warning the bit field need to be unsignedOlivier Goffart
2015-10-16csync: fix compilation error with -pedenticOlivier Goffart
2015-10-16csync_file_stat_s: Save a bit of memoryOlivier Goffart
2015-10-16Increased fileID size to 36 bytesHugo Gonzalez Labrador
2015-09-25win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call.Klaas Freitag
2015-09-11csync_update: Handle error if current_fs is zero.Klaas Freitag
2015-09-10Minor build etc typosPhil Davis
2015-09-09csync_update: Handle permission denied as soft error in discovery.Klaas Freitag
2015-09-09vio_local_win: Properly set errno in case of error happened.Klaas Freitag
2015-09-04csync io: Fix UNC path conversion on Win #3748Christian Kamm
2015-08-31Fix the Windows buildJocelyn Turcotte
2015-08-24csync_excluded: Another speedup #3638Christian Kamm
2015-08-24csync_update: Use excluded_traversal() to improve performance #3638Christian Kamm
2015-08-24csync_excluded: Add fast _traversal() function #3638Christian Kamm
2015-08-24csync_exclude: Speed up siginificantly #3638Christian Kamm
2015-08-11csync: ignore files/folder for which stat failsOlivier Goffart
2015-08-07Fixup ce5be89a1846b4b75ec8bfa98bdb594773983bebOlivier Goffart
2015-08-06Fix warningOlivier Goffart
2015-08-06check_vio_ext.c: assert_string_equal is a macro and we cannot have #ifdef in itOlivier Goffart