Age | Commit message (Expand) | Author |
2018-03-23 | BaseJob::start(): self-destruct if not succesfully started | Kitsune Ral |
2018-03-20 | ignore possible appendixes from content type | Krombel |
2018-02-28 | Skip retry interval if the last job attempt timed out | Kitsune Ral |
2018-02-23 | BaseJob: In case of 4xx errors, fill the status with the message from the res... | Kitsune Ral |
2018-02-20 | BaseJob: added Abandoned status | Kitsune Ral |
2018-02-03 | BaseJob::makeRequestUrl | Kitsune Ral |
2018-01-25 | BaseJob::checkReply: log job returned status more explicitly | Kitsune Ral |
2018-01-14 | BaseJob: afterStart(), beforeAbandon(), up/downloadProgress() | Kitsune Ral |
2018-01-14 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-14 | Merge branch 'master' into kitsune-content-repo-create-room | Kitsune Ral |
2018-01-12 | BaseJob::maxRetries: Align the type with that of JobTimeoutConfig | Kitsune Ral |
2018-01-09 | jobs: expect application/json by default; set query in constructor body; prop... | Kitsune Ral |
2018-01-09 | BaseJob: Provide a simplified constructor | Kitsune Ral |
2018-01-09 | BaseJob, MediaThumbnailJob: Support request and response headers | Kitsune Ral |
2018-01-09 | BaseJob: change initial job status from NoError to Pending | Kitsune Ral |
2017-12-30 | BaseJob: do not suppress SSL errors | Kitsune Ral |
2017-12-25 | BaseJob: consolidate job timeout configuration | Kitsune Ral |
2017-11-21 | Mitigate the mess with slashes between base URL and endpoint string | Kitsune Ral |
2017-10-27 | Put access token to headers instead of query | Kitsune Ral |
2017-10-25 | Fixed a typo in the logs | 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-22 | BaseJob: Log the sent request more nicely | Kitsune Ral |
2017-09-20 | BaseJob: track the outcome of sendRequest() in the logs | Kitsune Ral |
2017-09-19 | BaseJob: improved logging | Kitsune Ral |
2017-09-19 | Fix a race condition leading to a crash on close | Kitsune Ral |
2017-09-08 | Revert previous commit as it breaks building with VC 2015 | Kitsune Ral |
2017-09-05 | Initialize more properly to fix a warning | Kitsune Ral |
2017-05-17 | Merge pull request #62 from Fxrh/kitsune-refactoring | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-05-12 | BaseJob: Do not leak access token into the job configuration | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-02 | Renamed JobHttpType to more fitting HttpVerb; removed Job from enum values | Kitsune Ral |
2017-03-27 | Map QNetworkReply::UnknownContentError to BaseJob::IncorrectRequestError | 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-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and da... | Kitsune Ral |
2016-09-11 | Explicitly stop the timer in finishJob() | Kitsune Ral |
2016-09-06 | Connection: homeserver(); Connection and ConnectionData: accessToken(); acces... | Kitsune Ral |
2016-07-28 | Fixed double-emission of signal(s) on job timeout + general cleanup | 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-26 | Log creation/deletion of jobs (especially SyncJob) | 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-27 | Use nullptr | Kitsune Ral |
2016-05-06 | Enhanced logging of job failures | Kitsune Ral |