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
2014-11-21Folder: Don't blindly trigger sync on first EtagJob resultMarkus Goetz
2014-11-21Propagator: only check the content-lenght if it is thereOlivier Goffart
2014-11-20Propagator: Compare the actual file size with the request content lengthKlaas Freitag
2014-11-20Print ssl library version only on Qt >=5.0.0.Christian Kamm
2014-11-20Windows filewatcher: switch to ReadDirectoryChangesW.Christian Kamm
2014-11-20csync db files: Hide after some commit/transactions. #2461Christian Kamm
2014-11-19Windows: Make unit tests compile.Christian Kamm
2014-11-17Revert "WiP: switch to ReadDirectoryChangesW"Olivier Goffart
2014-11-17Merge pull request #2454 from owncloud/fswatcher_readdirectorychanges_portOlivier Goffart
2014-11-14SyncEngine: Also output the neon versionMarkus Goetz
2014-11-12SyncEngine: Output versions usedMarkus Goetz
2014-11-07Handle invalid handle & fix an issue found during code reviewDaniel Molkentin
2014-11-06Never overwrite the mtime from the local file system in the db when updating ...Olivier Goffart
2014-11-06Folderwatcher_win: handle conversion errorDaniel Molkentin
2014-11-06Folder::wipe(): Remove partial downloads and -shm,-wal db files.Christian Kamm
2014-11-06Resync button: Remove partial downloads too. #2445Christian Kamm
2014-11-06Legacy propagator: Don't use mtime retrieved via _fstat64.Christian Kamm
2014-11-06WiP: switch to ReadDirectoryChangesWDaniel Molkentin
2014-11-06FolderWatcher: Check for hidden outside of loopKlaas Freitag
2014-11-05Logging: Report setModTime failures.Christian Kamm
2014-11-05Logging: Print etags, not just result of comparison.Christian Kamm
2014-11-05Wizard: Fix local folder warning in advanced setup wizard. #2362Christian Kamm
2014-11-05Download: Fix data loss when rename fails. #2428Christian Kamm
2014-10-30NetworkJobs: Improve timeout handling and increase timeout by 5 secMarkus Goetz
2014-10-30Download: Avoid overwriting file with case conflict. #1914Christian Kamm
2014-10-29Add missing license headersOlivier Goffart
2014-10-29Propagator: report error when deleting directoriesOlivier Goffart
2014-10-29CheckServerJob: Guard again null replyMarkus Goetz
2014-10-28ownSql: Also mention filenameMarkus Goetz
2014-10-28ownSql: Don't set busy timeout on bad objectMarkus Goetz
2014-10-28SyncEngine: Handle 503 condition as soft error to properly handle etags.Klaas Freitag
2014-10-27Merge remote-tracking branch 'origin/fix_service_unavailable' into 1.7Olivier Goffart
2014-10-27discovery: handle 503 reply code from server for directoriesKlaas Freitag
2014-10-27Fix compileMarkus Goetz
2014-10-27Make two more asserts usable in nondebugMarkus Goetz
2014-10-27SyncEngine: Log for an assert, return -1 for nondebug compileMarkus Goetz
2014-10-27Selective Sync: change the label textOlivier Goffart
2014-10-24Selective sync ui: Fix #2390Christian Kamm
2014-10-24FolderMan: Use folderForPath method to get the folder object for a pathKlaas Freitag
2014-10-24Merging work branch for a bug fix for bug #2379.Klaas Freitag
2014-10-24Sync scheduling: Only do a follow-up sync 3 times. #2355Christian Kamm
2014-10-24Sync scheduling: Only retry up to twice after fail. #2386Christian Kamm
2014-10-24Setupwizard: Close the database in case of moving the folder.Klaas Freitag
2014-10-24Setup Dialog: Terminate sync if the new folder is a an actual folder.Klaas Freitag
2014-10-24Followup: To unregister a path in socket api use the alias of folder.Klaas Freitag
2014-10-24Unregister path in socketapi before removing it.Klaas Freitag
2014-10-24SqlQuery: Reset after each successful exec().Christian Kamm
2014-10-24SqlDatabase: Make it non-copyable.Christian Kamm
2014-10-24SocketAPI: Don't use a theme dependent name for nowDaniel Molkentin
2014-10-23Add SyncJournalDB autotests.Christian Kamm