Age | Commit message (Expand) | Author |
2022-06-18 | Drop make_array(); use std::to_array() where needed | Alexey Rusakov |
2022-06-18 | Drop pre-Qt 5.15 code | Alexey Rusakov |
2022-01-23 | Cleanup some #includes | Alexey Rusakov |
2022-01-02 | Add ImplPtr and makeImpl | 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 | Deprecate BaseJob::Data | Alexey Rusakov |
2021-07-18 | Introduce to_array() to fix building on macOS | Alexey Rusakov |
2021-07-02 | Actually delete BaseJob::Query | Alexey Rusakov |
2021-06-13 | BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttribute | 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-07 | BaseJob: setStatus(Pending) on scheduling a retry | Kitsune Ral |
2021-01-07 | BaseJob: more logging | 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-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-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-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-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-11-19 | BaseJob: Don't send accessToken if not needed; send again on 401 | Kitsune Ral |
2019-10-02 | BaseJob::Private: experiment with [[nodiscard]] | Kitsune Ral |
2019-10-02 | More fixes for Apple not having deduction guides in stdlib | Kitsune Ral |
2019-09-29 | BaseJob, urlForLog() -> dumpRequest(): include HTTP verb into log lines | Kitsune Ral |