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
2022-01-18Remove error when checking removed file for changesHannah von Reth
2021-12-17Handle locks in recursive deleteHannah von Reth
2021-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
2021-03-02Log fallback resultHannah von Reth
2021-02-12Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2021-02-12Fix Windows long path issue introduced in dd641fae997d71c8396b77def2fa25ad96f...Hannah von Reth
2020-12-14Clarify commentHannah von Reth
2020-12-14Simplify file comparisonHannah von Reth
2020-07-20Remove more legacy C codeHannah von Reth
2020-07-20Remove custome string functionsHannah von Reth
2020-01-09[CMAKE] Use KDECompilerSettingsHannah von Reth
2018-12-07Merge remote-tracking branch 'owncloud/vfs-master'Olivier Goffart
2018-11-26winvfs: initial workChristian Kamm
2018-05-23FileSystem: make removeRecursively() reusableChristian Kamm
2018-01-13Remove unused c_pathOlivier Goffart
2017-09-18Move non-csync-dependent parts of FileSystem to src/commonJocelyn Turcotte
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-09-06Replace csync_vio_file_stat_t with csync_file_stat_tJocelyn Turcotte
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-08-22Compile almost all of csync as C++Jocelyn Turcotte
2017-07-24windows: Fix a memory leak in FileSystem::longWinPathJocelyn Turcotte
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2016-11-23Folder: Make folder only accessible by user #5282 (#5315)Markus Goetz
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-09-16Fix the MSVC buildJocelyn Turcotte
2016-06-16Checksum speedup. (#4968)Olivier Goffart
2016-04-29LockWatcher: Keep an eye on Windows file locks (#4758)ckamm
2016-01-19Win: Fix filesystem detection for exFAT workaround #2701Christian Kamm
2016-01-05Windows: Fix deleting and replacing of read-only files #4308Christian Kamm
2016-01-05Propagator: Deal with directories becoming files #4302Christian Kamm
2015-12-21csync_vio_local_stat: Win: fetch mtime and size if not previously fetchedOlivier Goffart
2015-11-23Permissions: Keep more user permissionsChristian Kamm
2015-11-11Fix OS X compilation: use mode_t instead of __mode_tDaniel Molkentin
2015-11-10Reflect read-only permissions in filesystem #3244Christian Kamm
2015-10-09FileSystem: Reuse the FileInfo object that is created in the caller.Klaas Freitag
2015-10-05libtypos comment and message typos for masterPhil Davis
2015-07-15Sync: Store information about ignored files on the server in database.Klaas Freitag
2015-07-08Fix comment for c_path_to_UNC, plus cleanup of superflous debug.Klaas Freitag
2015-07-08FileSystem: Use long file name handling method from csync.Klaas Freitag
2015-07-08Win32 long filename format for Qt functions.Klaas Freitag
2015-05-20Improved implementation efficiency of checksum calculation.Klaas Freitag
2015-05-20TransmissionChecksum: Fix identation.Klaas Freitag
2015-05-20TransmissionChecksum: Removed "pseudo" thread worker functionsKlaas Freitag
2015-05-19Filesystem Utilities: Add Checksum calculation methods.Klaas Freitag
2015-05-07Propagator: Overwrite local data only if unchanged. #3156Christian Kamm
2015-03-12Uploads: Fix big seeks on Windows. #2954Christian Kamm
2015-03-11Lnk: Work around QFile::rename() #2792Christian Kamm
2015-02-27FileSystem: Remove QFileInfo based implementations.Klaas Freitag