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-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin
2014-07-10Add Q_DECL_OVERRIDE for all function that are overriding somethingOlivier Goffart
2014-06-23Merge remote-tracking branch 'origin/1.6' into ilOlivier Goffart
2014-06-20Fix use-after-free in QNAM propagatorDaniel Molkentin
2014-06-16Merge remote-tracking branch 'origin/1.6' into 'il'Olivier Goffart
2014-06-16Propagator: Handle file open error properly and log error message.Klaas Freitag
2014-06-16Propagator: Give a more specific error message on file remove.Klaas Freitag
2014-06-03Merge branch '1.6'Olivier Goffart
2014-06-03Propagator: Recover from 'precondition failed' errorOlivier Goffart
2014-06-03CSync & Propagator: Support a direct download URLMarkus Goetz
2014-05-26No need to check for case preserving filesystem here.Klaas Freitag
2014-05-24fix typoVolkan Gezer
2014-05-23Check for case clash on downloads.Klaas Freitag
2014-05-06Super useful source comment.Klaas Freitag
2014-05-02Fix reporting the right error in a GETOlivier Goffart
2014-05-02Have only one place where we read the timeoutOlivier Goffart
2014-04-30Add a timeout when using the QNAM propagationOlivier Goffart
2014-04-30Removed unused Q_OBJECTKlaas Freitag
2014-04-30Propagator: Dont show silly string for non-errorMarkus Goetz
2014-04-30Fix updating mtimev1.6.0-beta2Olivier Goffart
2014-04-29Support old server which do not have the x-oc-mtime supportOlivier Goffart
2014-04-22Fix function signature: pass argument by const referenceOlivier Goffart
2014-04-22Propagator: Add support for CSYNC_CONFLICT_FILE_USERNAMEMarkus Goetz
2014-04-22Propagator: Add makeConflictFileName functionMarkus Goetz
2014-04-22In case of error, report the right error instead of missing etagOlivier Goffart
2014-04-07Fix content-length calculation for sizes multiple of the chunk size.Klaas Freitag
2014-04-05Propagator: Fix chunking for realMarkus Goetz
2014-04-04Propagator: Fix chunkingMarkus Goetz
2014-03-28Make the chunk size configurable via an environement variableOlivier Goffart
2014-03-26Add a duration and the repsonse timestamp to the jobs.Klaas Freitag
2014-03-26Change data type for fileId to QByteArray.Klaas Freitag
2014-03-26Exxtract the exception message from reply to PUTOlivier Goffart
2014-03-20QNAM jobs: Make sure there is an etag is proper and not changed when one resumeOlivier Goffart
2014-03-20Detect the error that may happen when downloading a fileOlivier Goffart
2014-03-14Refactor the progressOlivier Goffart
2014-03-06Saner defaultsOlivier Goffart
2014-03-06Better error classificationOlivier Goffart
2014-03-06Do not sent more chunk and cancel the upload when the file change while uploa...Olivier Goffart
2014-02-27Make the parrallel uploaded also check for problem in SharedOlivier Goffart
2014-02-18Refactor the renameReplace in its own functionOlivier Goffart
2014-02-18move the file system helpers in their own fileOlivier Goffart
2014-02-18Move the jobs around between filesOlivier Goffart