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
/
basejob.h
Age
Commit message (
Expand
)
Author
2020-06-07
BaseJob: jsonData() and prepareResult/Error()
Kitsune Ral
2020-06-07
BaseJob: expose statusCode as Q_PROPERTY
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-04-14
BaseJob::makeRequestUrl(): even more tolerance to slash separators
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-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
2019-08-27
Don't use enumerator attributes
Kitsune Ral
2019-08-20
BaseJob/ConnectionData: connection-wide rate-limiting
Kitsune Ral
2019-08-20
BaseJob: Status/StatusCode tweaks, cleanup, mo' comments
Kitsune Ral
2019-08-16
BaseJob: support M_USER_DEACTIVATED error code
Kitsune Ral
2019-08-13
Support for server notices rooms (MSC1452)
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-08-02
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-01
Merge branch 'master' into forget-rooms-really
Kitsune Ral
2019-07-01
Handle M_UNKNOWN as The Spec says; factor out BaseJob::parseError()
Kitsune Ral
2019-06-26
BaseJob::Status: fromHttpCode
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-06-07
BaseJob::StatusCode: add Error-less synonyms; officially deprecate JsonParseE...
Kitsune Ral
2019-05-31
Ignore some errors on leaving rooms, add new error enum. Fixes #307
Ville Ranki
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-02-20
BaseJob: M_UNSUPPORTED_ROOM_VERSION & M_INCOMPATIBLE_ROOM_VERSION
Kitsune Ral
2018-12-24
Clarify doc-comment for BaseJob::finished a bit
Kitsune Ral
2018-11-19
BaseJob::rawDataSample()
Kitsune Ral
2018-07-04
Connection: Trim raw data in emitted signals
Kitsune Ral
2018-06-11
BaseJob: Drop 'error' from methods that work in normal job state too
Kitsune Ral
2018-05-29
BaseJob: Treat M_CONSENT_NOT_GIVEN separately from other content access errors
Kitsune Ral
2018-05-29
BaseJob: "background" switch; more extensive error reporting
Kitsune Ral
2018-05-28
BaseJob: support status tracking
Kitsune Ral
2018-05-28
BaseJob: refresh rotten comments about kill()
Kitsune Ral
2018-05-23
BaseJob: more careful error handling; unify and extend error signals in Conne...
Kitsune Ral
2018-05-06
Optimise #includes, eliminate some excess blank lines in lib/csapi
Kitsune Ral
2018-04-25
BaseJob: rewrite error detection using genuine HTTP codes
Kitsune Ral
2018-04-02
BaseJob: set the status upon headers arrival
Kitsune Ral
2018-04-01
BaseJob: use QDebugStateSaver
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral