aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs
AgeCommit message (Expand)Author
2021-07-18Introduce to_array() to fix building on macOSAlexey Rusakov
2021-07-16Log thumbnail requests in their own categoryAlexey Rusakov
2021-07-02Actually delete BaseJob::QueryAlexey Rusakov
2021-06-13BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttributeAlexey Rusakov
2021-06-13Make RequestData compile againAlexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2021-01-15Merge branch 'master' into dfaure/stricter-flagsKitsune Ral
2021-01-15Merge pull request #428 from ognarb/licensingKitsune Ral
2021-01-15Drop a file deleted in masterKitsune Ral
2021-01-07isJobRunning() -> isJobPending()Kitsune Ral
2021-01-07BaseJob: setStatus(Pending) on scheduling a retryKitsune Ral
2021-01-07BaseJob: more loggingKitsune Ral
2020-12-28Use generated SetReadMarkerJob instead of PostReadMarkersJobKitsune Ral
2020-12-28BaseJob::initiate: add Q_LIKELYKitsune Ral
2020-12-28Cleanup and clang-tidy/clazy fixesKitsune Ral
2020-12-27Fix use-after-free of QNetworkReply in BaseJobNicolas Fella
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-12-24Fix clang-tidy/clazy warningsKitsune Ral
2020-12-23BaseJob::Status: add comparison with intKitsune Ral
2020-12-23BaseJob: add [[fallthrough]] as clang-tidy saysKitsune Ral
2020-12-23BaseJob: tolerate unexpected error payloadsKitsune Ral
2020-12-10Fix DELETE jobs with json dataTobias Fella
2020-11-27Make it compile with QT_NO_KEYWORDSCarl Schwan
2020-11-26Enable QT_NO_URL_CAST_FROM_STRING and QT_STRICT_ITERATORS.David Faure
2020-08-04BaseJob: go for a retry on IncorrectResponseKitsune Ral
2020-08-04Cleanup around [BaseJob::]IncorrectResponse[Error]Kitsune Ral
2020-06-26Disable HTTP2; enable pipeliningKitsune Ral
2020-06-12BaseJob: fail early if the job needs token and there's noneKitsune Ral
2020-06-11BaseJob::prepareError(): be more tolerant to empty error payloadsKitsune Ral
2020-06-07BaseJob: jsonData() and prepareResult/Error()Kitsune Ral
2020-06-07MediaThumbnailJob: be specific about the transformKitsune Ral
2020-06-07BaseJob: expose statusCode as Q_PROPERTYKitsune Ral
2020-06-01Remove the piece of code introduced too early onKitsune Ral
2020-05-31BaseJob: use non-deprecated API for Qt 5.15Kitsune Ral
2020-05-31BaseJob::rawData: overload for (even) quicker accessKitsune Ral
2020-05-31Move around and format codeKitsune Ral
2020-05-12basejob.cpp: nitpicks from clang-formatKitsune Ral
2020-04-14BaseJob::makeRequestUrl(): even more tolerance to slash separatorsKitsune Ral
2020-04-07BaseJob: don't finish and re-try at the same timeKitsune Ral
2020-04-06BaseJob: disable pipeliningKitsune Ral
2020-04-06Revert changes accidentally sneaked in with the previous commitKitsune Ral
2020-04-06CMakeLists: install header files to a subdirectoryKitsune Ral
2020-04-05RequestData: create empty QByteArray by defaultKitsune Ral
2020-03-30BaseJob: check the connection even harderKitsune Ral
2020-03-30BaseJob: shutdown timers on abandoning and destructionKitsune Ral
2019-12-12BaseJob::initiate(): fix nullptr dereferencingKitsune Ral
2019-12-12BaseJob: prepare() -> initiate() + refactoring around itKitsune Ral
2019-12-12Move FileError definition from DownloadFileJob to BaseJobKitsune Ral
2019-12-12RequestData: optimise fromData() and preopen the bufferKitsune Ral
2019-12-11BaseJob::StatusCode: offset first error from ErrorLevelKitsune Ral