aboutsummaryrefslogtreecommitdiff
path: root/jobs/syncjob.cpp
AgeCommit message (Expand)Author
2018-03-26Introduce JoinStates (QFlags<JoinState>)Kitsune Ral
2018-03-03Improve compatibility with gcc 4.9 to be able to build for Android with QtCre...Roman Plášil
2018-02-28Profiling logs: added µs, less empty profiling log linesKitsune Ral
2018-02-26SyncJob: parse events from global account data tooKitsune Ral
2017-10-14Make JoinState (de)serializable library-wideKitsune Ral
2017-10-13All jobs: Drop ConnectionData parameter from the constructorKitsune Ral
2017-09-21Merge branch 'master' into kitsune-invite-kickKitsune Ral
2017-09-20Minor optimisations in sync data parsingKitsune Ral
2017-09-09Kicking, inviting, exposing rooms in Invite stateKitsune Ral
2017-09-04Use SyncJob::SyncData as a plain memberRoman Plášil
2017-09-03More fixesRoman Plášil
2017-09-02Use status return type for parseJsonRoman Plášil
2017-08-16Implement saving save to enable incremental sync even after shutdownRoman Plášil
2017-05-22Refactored EventsKitsune Ral
2017-05-13More code cleanup and tweaks; fine-tuning logs; performance improvementsKitsune Ral
2017-05-13Refactored logging enhancementsKitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-04-02Renamed JobHttpType to more fitting HttpVerb; removed Job from enum valuesKitsune Ral
2017-03-25Jobs retry on network and timeout errorsKitsune Ral
2017-02-28Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t...Kitsune Ral
2016-11-01Removed unused #includesKitsune Ral
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-07Fixed massive leaks of Event objectsKitsune Ral
2016-08-31QList<Event*> -> using Events=QVector<Event*>Kitsune Ral
2016-08-23Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointersFelix Rohrbach
2016-08-22Replaced QList<> with QVector<> where appropriate + minor code cleanupKitsune Ral
2016-07-27Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...Kitsune Ral
2016-07-26Log creation/deletion of jobs (especially SyncJob)Kitsune Ral
2016-05-27Use 'override' keyword throughout job classes; constify apiPath(), query(), d...Kitsune Ral
2016-05-27Set the object name for each job, to make it clear which job has failedKitsune Ral
2016-05-26Load a different set of event lists depending on the join state (and actually...Kitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral