index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jobs
/
basejob.h
Age
Commit message (
Expand
)
Author
2018-01-05
BaseJob: Provide a simplified constructor
Kitsune Ral
2018-01-03
Support request and response headers
Kitsune Ral
2017-12-30
BaseJob: do not suppress SSL errors
Kitsune Ral
2017-12-25
BaseJob: further minor code cleanup
Kitsune Ral
2017-12-25
BaseJob: consolidate job timeout configuration
Kitsune Ral
2017-12-07
Make BaseJob::Data consume QByteArray as well, not only QJsonObject
Kitsune Ral
2017-10-17
Avoid leaking access_token in the logs
Kitsune Ral
2017-10-13
All jobs: Drop ConnectionData parameter from the constructor
Kitsune Ral
2017-09-01
BaseJob::Data: expose constructors from QJsonObject
Kitsune Ral
2017-08-19
BaseJob::Data: Small update to better match Qt API
Kitsune Ral
2017-06-22
BaseJob::* facility classes: better construction
Kitsune Ral
2017-05-13
Refactored logging enhancements
Kitsune Ral
2017-05-09
Code cleanup and tweaking (partially driven by clang-tidy)
Kitsune Ral
2017-04-02
Renamed JobHttpType to more fitting HttpVerb; removed Job from enum values
Kitsune Ral
2017-04-02
Rotten comments fixes
Kitsune Ral
2017-03-25
Jobs retry on network and timeout errors
Kitsune Ral
2017-03-24
BaseJob: Add more error states
Kitsune Ral
2016-11-26
Cleanup
Kitsune Ral
2016-11-06
Use #pragma once everywhere
Malte Brandy
2016-10-21
Fixed building on VS2013
Kitsune Ral
2016-10-15
BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...
Kitsune Ral
2016-07-27
Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...
Kitsune Ral
2016-07-26
Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B...
Kitsune Ral
2016-07-26
Rewritten BaseJob to not depend on KJob.
Kitsune Ral
2016-07-22
Separate errors of access denial kind to a different BaseJob error code as we...
Kitsune Ral
2016-05-27
Use 'override' keyword throughout job classes; constify apiPath(), query(), d...
Kitsune Ral
2016-05-27
Set the object name for each job, to make it clear which job has failed
Kitsune Ral
2016-05-06
Make sure the QNetworkReply object is aborted at any failure and even silent ...
Kitsune Ral
2016-05-06
Add separate success() and failure() signals to BaseJob
Kitsune Ral
2016-04-12
Resolve Matrix SRV records.
David A Roberts
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral