Age | Commit message (Expand) | Author |
2022-01-23 | Cleanup some #includes | Alexey Rusakov |
2022-01-18 | Revise inline keyword usage | Alexey Rusakov |
2022-01-05 | Fully-qualify types passed to slots | Alexey Rusakov |
2022-01-02 | Add ImplPtr and makeImpl | Alexey Rusakov |
2022-01-01 | Define destructors out-of-line when unique/scoped ptr are involved | Alexey Rusakov |
2021-12-29 | Add QUOTIENT_API throughout non-generated code | Alexey Rusakov |
2021-11-11 | DECL_DEPRECATED_ENUMERATOR | Alexey Rusakov |
2021-10-05 | BaseJob: refresh error handling | Alexey Rusakov |
2021-10-05 | BaseJob::StatusCode: officially deprecate most *Error enumerators | Alexey Rusakov |
2021-10-04 | BaseJob: percent-encode variable path parts | Alexey Rusakov |
2021-09-11 | BaseJob: deprecate endpoint accessors; query returns an object | Alexey Rusakov |
2021-09-01 | Fix building with MSVC | Alexey Rusakov |
2021-08-22 | Fix building with MSVC | Alexey Rusakov |
2021-08-22 | Drop other stuff deprecated pre- or early 0.6 | Alexey Rusakov |
2021-08-22 | Drop QMatrixClient namespace alias | Alexey Rusakov |
2021-08-22 | Deprecate BaseJob::Data | Alexey Rusakov |
2021-08-07 | Drop an out-of-date comment | Alexey Rusakov |
2021-07-18 | Introduce to_array() to fix building on macOS | Alexey Rusakov |
2021-07-16 | Log thumbnail requests in their own category | Alexey Rusakov |
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 |