summaryrefslogtreecommitdiffstats
path: root/src/musicbrainz
AgeCommit message (Expand)Author
2021-01-11musicbrainz: Rename crc.c to crc.cppJan Holthuis
2021-01-09Use r-value references only for constructionUwe Klotz
2021-01-08Move network error handling from NetworkTask into WebTaskUwe Klotz
2021-01-07TagFetcher: Fix cancelation of AcoustId/MusicBrainz subtasksUwe Klotz
2021-01-07Do not try to read from failed network repliesUwe Klotz
2021-01-05Network response data: Replace inheritance with compositionUwe Klotz
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-14Increase AcoustId and MusicBrainz timeoutsUwe Klotz
2020-12-13Networking: Move shared code into WebTask base classUwe Klotz
2020-12-11Merge pull request #3434 from uklotzde/musicbrainzBe
2020-12-11Fix shadowing of variable namesUwe Klotz
2020-12-11Fix typo in commentsUwe Klotz
2020-12-11Reword commentsUwe Klotz
2020-12-11MusicBrainz XML: Remove unused variableUwe Klotz
2020-12-11Fix parsing of MusicBrainz XML responseUwe Klotz
2020-12-11Detect and prevent duplicate signals on network errorsUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-04Use QNetworkReply::errorOccured instead of overloaded error signalJan Holthuis
2020-04-02Merge branch 'master' into audio_typesUwe Klotz
2020-04-01Cancel all tasks in TagFetcher after last signalUwe Klotz
2020-04-01Don't pass parent to object in a different threadUwe Klotz
2020-03-31Remove implicit auto-delete from web tasksUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-24Handle client-side timeoutsUwe Klotz
2020-03-23Signal failure to parse XML reponseUwe Klotz
2020-03-23Handle abort signals of AcoustId and MusicBrainz tasksUwe Klotz
2020-03-23Handle QNetworkReply::error signalsUwe Klotz
2020-03-23Prevent web network tasks from becoming parentedUwe Klotz
2020-03-08Use QLatin1String instead of QStringLiteralUwe Klotz
2020-03-04Avoid unnecessary conversionUwe Klotz
2020-03-04Pass-through MusicBrainz data type over signal/slot connectionUwe Klotz
2020-03-04Explicitly ignore XML token typesUwe Klotz
2020-02-27Use web task framework and fetch additional MusicBrainz metadataUwe Klotz
2020-02-27Add MusicBrainzRecordingsTaskUwe Klotz
2020-02-27Add AcoustIdLookupTaskUwe Klotz
2020-02-21Handle HTTP status 301 as successful reponseUwe Klotz
2020-02-21Fix parsing of MusicBrainz error responseUwe Klotz
2020-01-21Remove a bunch of unused non-trivial variablesJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis