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-20Print ssl library version only on Qt >=5.0.0.Christian Kamm
2014-11-14SyncEngine: Also output the neon versionMarkus Goetz
2014-11-12SyncEngine: Output versions usedMarkus Goetz
2014-11-06Never overwrite the mtime from the local file system in the db when updating ...Olivier Goffart
2014-10-28SyncEngine: Handle 503 condition as soft error to properly handle etags.Klaas Freitag
2014-10-27discovery: handle 503 reply code from server for directoriesKlaas Freitag
2014-10-27SyncEngine: Log for an assert, return -1 for nondebug compileMarkus Goetz
2014-10-22SocketAPI: Show an error for files inside the selective sync foldersOlivier Goffart
2014-10-21SyncJournalDB/SyncEngine: Properly detect 1.5 upgradeMarkus Goetz
2014-10-21SyncEngine: De-initialize recursive PROPFIND value correctlyMarkus Goetz
2014-10-20SyncEngine: Avoid transaction warningMarkus Goetz
2014-10-20SyncEngine/SyncJournalDB: Don't keep transactions openMarkus Goetz
2014-10-20SyncEngine: Refactor startSync() codeMarkus Goetz
2014-10-20SyncEngine/SyncJournalDB: Fix creation of .csync_journalMarkus Goetz
2014-10-18csync_statedb: Finalize the precompiled statements after discovery.Klaas Freitag
2014-10-15SyncEngine: Show a warning if post update script can not be exec.Klaas Freitag
2014-10-13SocketAPI: Use non-recursive (heuristic) computation of iconsMarkus Goetz
2014-10-11Sync engine: Do not write to the database too earlyOlivier Goffart
2014-10-09Selective sync: do not upload or rename file that would ends up in a not sele...Olivier Goffart
2014-10-09Selective Sync: ensure that the blacklist contains the last '/'Olivier Goffart
2014-10-09Use climits for ULONG_MAX rather than modern C++ optionKlaas Freitag
2014-10-08blacklist: Fix stale blacklist removal. #2247Christian Kamm
2014-10-03blacklisting: disable broken remove stale entries function for now.Klaas Freitag
2014-09-30SyncEngine: Use proper start indicator, max unit64.Klaas Freitag
2014-09-25Permissions: If a top level shared dir is removed, do not restore files in itKlaas Freitag
2014-09-23progress: Set a clear start indication in the progress.Klaas Freitag
2014-09-18SyncEngine: Better reporting when ignoring hardlinks. #2217Christian Kamm
2014-09-10Restart the sync when we detect we need to redo a syncOlivier Goffart
2014-09-10I forgot to rename one of the while list to the blacklistOlivier Goffart
2014-09-04Clean up stale journal entries and temporaries. #2057Christian Kamm
2014-08-21Sync engine: Take also in account the fact that the instruction can be IGNORE...Olivier Goffart
2014-08-18Merge branch 'master' into selective_syncOlivier Goffart
2014-08-15SyncEngine & UI: Move QElapsedTimer to objectMarkus Goetz
2014-08-15SyncEngine & UI: Make the function part of UpdateJobMarkus 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-14SyncEngine: End the journal transaction after update.Klaas Freitag
2014-08-11Selective sync: ignore the files that are not in the selective sync white listOlivier Goffart
2014-08-11Move the update job in a new file named discoveryphaseOlivier Goffart
2014-08-07Merge branch 'il'Olivier Goffart
2014-08-07SyncEngine: fix permission detection of movesOlivier Goffart
2014-08-07Merge branch 'il'Olivier Goffart
2014-08-07SyncEngine: Keep csync_journal with proper values for fileId and remotePermMarkus Goetz
2014-07-22SyncEngine: allow to do a post upgrade script in debug mode.Klaas Freitag
2014-07-16Merge branch 'il'Olivier Goffart
2014-07-16Merge branch '1.6' into ilOlivier Goffart
2014-07-15Use another way to detect that the server was reconfiguredOlivier Goffart
2014-07-10Engine: Do not reset the csync log callback in the engineOlivier Goffart
2014-07-01Merge pull request #1913 from owncloud/typo-fixOlivier Goffart