Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/csync
AgeCommit message (Expand)Author
2021-10-28Skip sync exclude file from list of exclude files if it doesn't exist.Camila
2021-10-14Add .sync-exclude.lst to exclude filesFelix Weilbach
2021-10-06use alias target for internal librariesMatthieu Gallien
2021-10-06ensure DLL are generated with branded namesMatthieu Gallien
2021-09-29Check for argp library before depending on it.Guido Falsi
2021-09-29Add -largp on non linux systems.Guido Falsi
2021-09-17Fix warningsFelix Weilbach
2021-09-01Use CMAKE_INSTALL_DATADIR instead of custom DATADIRNicolas Fella
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-23Fix Windows long path issue introduced in dd641fae997d71c8396b77def2fa25ad96f...Hannah von Reth
2021-08-23Ignore the desktop.ini file in every directory, not only in top dir. (#8299)Klaas Freitag
2021-08-19Don't use variables for CMake target identifiersNicolas Fella
2021-08-11Don't compare integers with different signsFelix Weilbach
2021-08-11Check result of setPinState()Felix Weilbach
2021-05-06Fix warning by using qsizetype instead of size_tHannah von Reth
2021-04-19Revert "Add CMake option to enable address sanitizers"Matthieu Gallien
2021-04-19Add CMake option to enable address sanitizersFelix Weilbach
2021-04-15CMake: Use own SQLite3 on macOS and WindowsFelix Weilbach
2021-04-07Fix review comments.allexzander
2021-03-18Fix for Windows long path issue.allexzander
2021-02-03Win tests compilation fix. For Windows, the build was failing because of not ...allexzander
2021-01-25Fix build against Qt 5.15.3Nicolas Fella
2021-01-14Provide the path to the current folder to statTypeVirtualFile on unixKevin Ottens
2020-12-15Get the excluded files test to pass again on WindowsKevin Ottens
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Remove now unneeded cmake test and defineHannah von Reth
2020-12-15Replace custome date parser QDateTime::fromString(value, Qt::RFC2822Date)Hannah von Reth
2020-12-15Repair the Windows BuildKevin Ottens
2020-12-15Remove the use of goto from src/csync/csync_exclude.cppHannah von Reth
2020-12-15csync: apply strict QString handlingHannah von Reth
2020-12-15Remove more legacy C codeHannah von Reth
2020-12-15Tests: Port check_vio_ext to WindowsHannah von Reth
2020-12-15Remove custome string functionsHannah von Reth
2020-12-15Remove unused structHannah von Reth
2020-12-15Cleanup moc_csync.cpp includeHannah von Reth
2020-12-15Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2020-12-15Remove now unneede csync_instruction_strHannah von Reth
2020-12-15Make bit flags better readableHannah von Reth
2020-12-15Remove unused definesHannah von Reth
2020-12-15Use Q_ENUM_NS to pretty print csync enumsHannah von Reth
2020-12-15Vfs: Clear up relationship between _type and pin stateChristian Kamm
2020-12-15Windows: Forbid chars 0-31 in filenames #6987Christian Kamm
2020-12-15Discovery: Files can have dehydrate/download actionsChristian Kamm
2020-12-15Build fix for mingw64 7.3 (Qt 5.12.0)Christian Kamm
2020-12-15Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTINGDominik Schmidt
2020-12-15Discovery: Handle the blacklistFiles from the server capabilitiesOlivier Goffart
2020-12-15Port the exclude test to the QTest FrameworkOlivier Goffart
2020-12-15vfs: Ensure SyncOptions::_vfs is never nullChristian Kamm
2020-12-15vfs: Document ignored return value.Christian Kamm
2020-12-15Fixes after rebase to masterChristian Kamm