summaryrefslogtreecommitdiffstats
path: root/src/network
AgeCommit message (Expand)Author
2021-03-20Qt 5.12: Delete obsolete QT_VERSION_CHECK workaroundsUwe Klotz
2021-01-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-09Use r-value references only for constructionUwe Klotz
2021-01-09WebTask: Fix reading of status code from aborted repliesUwe Klotz
2021-01-08WebTask: Ignore missing Content-Type header for empty repliesUwe Klotz
2021-01-08Move network error handling from NetworkTask into WebTaskUwe Klotz
2021-01-08Fix wrong signalUwe Klotz
2021-01-07Do not try to read from failed network repliesUwe Klotz
2021-01-07WebTask: Fix more state transitions for edge casesUwe Klotz
2021-01-07WebTask: Add missing return statementUwe Klotz
2021-01-07WebTask: Send an aborted signal when task not startedUwe Klotz
2021-01-07Swap function return type and out parameterUwe Klotz
2021-01-07WebTask: Clarify handling of delayed network responsesUwe Klotz
2021-01-06WebTask: Trigger regular abort handling after client-side timeoutUwe Klotz
2021-01-05JsonWebTask: Read QNetworkReply content only onceUwe Klotz
2021-01-05Network response data: Replace inheritance with compositionUwe Klotz
2021-01-05WebTask: Gracefully handle delayed network repliesUwe Klotz
2021-01-04JsonWebTask: Validate query URLsUwe Klotz
2021-01-04Split base class NetworkTask from WebTaskUwe Klotz
2021-01-01Merge remote-tracking branch 'upstream/2.3' into mainBe
2020-12-31Delete local variable to resolve auto-nitpickingUwe Klotz
2020-12-31WebTask: Simplify the consistency checkUwe Klotz
2020-12-31Introduce ScopedDeleteLater helperUwe Klotz
2020-12-31WebTask: Replace QPointer with SafeQPointerUwe Klotz
2020-12-31WebTask: Document and verify thread affinintyUwe Klotz
2020-12-31WebTask: Don't use managed weak pointers (QPointer) directlyUwe Klotz
2020-12-30WebTask: Account for side-effect between deleteLater() and QPointerUwe Klotz
2020-12-30WebTask: Fix swapped linesUwe Klotz
2020-12-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-13Networking: Move shared code into WebTask base classUwe Klotz
2020-12-13WebTask: Fix outdated and wrong commentUwe Klotz
2020-12-11Merge remote-tracking branch 'upstream/2.3' into mainBe
2020-12-11Fix typo in commentsUwe Klotz
2020-12-11Reword commentsUwe Klotz
2020-12-11Improve logging for tracing network failuresUwe Klotz
2020-12-11Detect and prevent duplicate signals on network errorsUwe Klotz
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-28Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-28JsonWebTask: Replace deprecated FollowRedirectsAttributeJan Holthuis
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-06-07Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-05Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2020-06-04Use QNetworkReply::errorOccured instead of overloaded error signalJan Holthuis
2020-05-19Remove all workarounds for Qt <5.9.0Uwe Klotz
2020-04-28Fix various typosluz.paz
2020-04-12Remove debug assertionUwe Klotz
2020-04-12Clarify error handlingUwe Klotz