Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | Renamed JobHttpType to more fitting HttpVerb; removed Job from enum values | Kitsune Ral | |
2016-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and ↵ | Kitsune Ral | |
data() in each job class | |||
2016-08-23 | CheckAuthMethods: fixed parseJson() to return some value | Kitsune Ral | |
It's been a warning with GCC/Clang but an error with Visual Studio. | |||
2016-07-27 | Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now ↵ | Kitsune Ral | |
return it This better fixes the contract for derived job classes and simplifies error reporting. Methods error() and errorString() are kept for back-compatibility; status() returns a combination of them, conveniently packed into a Status object. For a quick status check, Status::good() is provided. | |||
2016-05-27 | Use 'override' keyword throughout job classes; constify apiPath(), query(), ↵ | Kitsune Ral | |
data() Thanks to CLang model. | |||
2016-05-27 | Set the object name for each job, to make it clear which job has failed | Kitsune Ral | |
And we don't need two log lines for timeouts. | |||
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |