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
/
lib
/
jobs
Age
Commit message (
Expand
)
Author
2021-07-02
Actually delete BaseJob::Query
Alexey Rusakov
2021-06-13
BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttribute
Alexey Rusakov
2021-06-13
Make RequestData compile again
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2021-01-15
Merge branch 'master' into dfaure/stricter-flags
Kitsune Ral
2021-01-15
Merge pull request #428 from ognarb/licensing
Kitsune Ral
2021-01-15
Drop a file deleted in master
Kitsune Ral
2021-01-07
isJobRunning() -> isJobPending()
Kitsune Ral
2021-01-07
BaseJob: setStatus(Pending) on scheduling a retry
Kitsune Ral
2021-01-07
BaseJob: more logging
Kitsune Ral
2020-12-28
Use generated SetReadMarkerJob instead of PostReadMarkersJob
Kitsune Ral
2020-12-28
BaseJob::initiate: add Q_LIKELY
Kitsune Ral
2020-12-28
Cleanup and clang-tidy/clazy fixes
Kitsune Ral
2020-12-27
Fix use-after-free of QNetworkReply in BaseJob
Nicolas Fella
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-12-24
Fix clang-tidy/clazy warnings
Kitsune Ral
2020-12-23
BaseJob::Status: add comparison with int
Kitsune Ral
2020-12-23
BaseJob: add [[fallthrough]] as clang-tidy says
Kitsune Ral
2020-12-23
BaseJob: tolerate unexpected error payloads
Kitsune Ral
2020-12-10
Fix DELETE jobs with json data
Tobias Fella
2020-11-27
Make it compile with QT_NO_KEYWORDS
Carl Schwan
2020-11-26
Enable QT_NO_URL_CAST_FROM_STRING and QT_STRICT_ITERATORS.
David Faure
2020-08-04
BaseJob: go for a retry on IncorrectResponse
Kitsune Ral
2020-08-04
Cleanup around [BaseJob::]IncorrectResponse[Error]
Kitsune Ral
2020-06-26
Disable HTTP2; enable pipelining
Kitsune Ral
2020-06-12
BaseJob: fail early if the job needs token and there's none
Kitsune Ral
2020-06-11
BaseJob::prepareError(): be more tolerant to empty error payloads
Kitsune Ral
2020-06-07
BaseJob: jsonData() and prepareResult/Error()
Kitsune Ral
2020-06-07
MediaThumbnailJob: be specific about the transform
Kitsune Ral
2020-06-07
BaseJob: expose statusCode as Q_PROPERTY
Kitsune Ral
2020-06-01
Remove the piece of code introduced too early on
Kitsune Ral
2020-05-31
BaseJob: use non-deprecated API for Qt 5.15
Kitsune Ral
2020-05-31
BaseJob::rawData: overload for (even) quicker access
Kitsune Ral
2020-05-31
Move around and format code
Kitsune Ral
2020-05-12
basejob.cpp: nitpicks from clang-format
Kitsune Ral
2020-04-14
BaseJob::makeRequestUrl(): even more tolerance to slash separators
Kitsune Ral
2020-04-07
BaseJob: don't finish and re-try at the same time
Kitsune Ral
2020-04-06
BaseJob: disable pipelining
Kitsune Ral
2020-04-06
Revert changes accidentally sneaked in with the previous commit
Kitsune Ral
2020-04-06
CMakeLists: install header files to a subdirectory
Kitsune Ral
2020-04-05
RequestData: create empty QByteArray by default
Kitsune Ral
2020-03-30
BaseJob: check the connection even harder
Kitsune Ral
2020-03-30
BaseJob: shutdown timers on abandoning and destruction
Kitsune Ral
2019-12-12
BaseJob::initiate(): fix nullptr dereferencing
Kitsune Ral
2019-12-12
BaseJob: prepare() -> initiate() + refactoring around it
Kitsune Ral
2019-12-12
Move FileError definition from DownloadFileJob to BaseJob
Kitsune Ral
2019-12-12
RequestData: optimise fromData() and preopen the buffer
Kitsune Ral
2019-12-11
BaseJob::StatusCode: offset first error from ErrorLevel
Kitsune Ral
2019-11-19
BaseJob: Don't send accessToken if not needed; send again on 401
Kitsune Ral
2019-10-20
Qualify types in signals and Q_INVOKABLEs
Kitsune Ral
[next]