summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-06-20Add move assignment operator to DbConnectionPoolerUwe Klotz
2017-06-20Don't try to read more frames than availableUwe Klotz
2017-06-17Untangle code for application startupUwe Klotz
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-17Move initialization of database from Library to MainWindowUwe Klotz
2017-06-17Reformat codeUwe Klotz
2017-06-17Initialize all pointersUwe Klotz
2017-06-17Delete unused member variableUwe Klotz
2017-06-16Merge pull request #1276 from uklotzde/dbconnection_fixes_and_cleanupDaniel Schürmann
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Add some comments on how to use the new connection pool API classesUwe Klotz
2017-06-15Merge pull request #1275 from daschuer/effectunit_clear_crashDaniel Schürmann
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15treat <EffectChain\> entries as null (ejected) chainsDaniel Schürmann
2017-06-15rename getOrCreateEffectChainDaniel Schürmann
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-15Added a Translator comment for "Empty Chain"Daniel Schürmann
2017-06-14omit the assignment + redundant constructor invocationDaniel Schürmann
2017-06-14Renaming: 'Repository' -> 'MixxxDb'Uwe Klotz
2017-06-13Change naming of local variables in anonymous namespaceUwe Klotz
2017-06-12Fix include directivesUwe Klotz
2017-06-12Delete unused function and reformattingUwe Klotz
2017-06-12Delete unused header fileUwe Klotz
2017-06-12Delete obsolete #include directivesUwe Klotz
2017-06-12Eliminate more explicit database() callsUwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Encapsulate database connection paramsUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12AnalysisFeature (soon) needs a Library parentUwe Klotz
2017-06-12Repository is-a component of LibraryUwe Klotz
2017-06-12Thread-safe instance counter for both AnalyzerQueue and LibScannerUwe Klotz
2017-06-12Delete duplicate codeUwe Klotz
2017-06-12Minor editsUwe Klotz
2017-06-12Move AnalysisDao back into waveform analyzerUwe Klotz
2017-06-12Simplify the creation of analyzer queue threadsUwe Klotz
2017-06-12Delete unused parametersUwe Klotz
2017-06-12Generate thread ids in a thread-safe mannerUwe Klotz
2017-06-12Move DAO and database connection into correct threadUwe Klotz
2017-06-12Use mixxx::Logger in AnalyzerQueueUwe Klotz
2017-06-12Add missing #include directiveUwe Klotz
2017-06-12Don't repair database without permission by the userUwe Klotz
2017-06-12Define a constant for [Library] config groupUwe Klotz
2017-06-12Delete undefined member functions from AnalysisDaoUwe Klotz
2017-06-12Use a managed database connection(s) for waveform analyzer(s)Uwe Klotz
2017-06-12Use a managed database connection for library scannerUwe Klotz
2017-06-12Allow to use a custom name for the database connectionUwe Klotz
2017-06-12Explicitly open/close database connectionsUwe Klotz
2017-06-12Explicitly provide database connection for schema init/upgradeUwe Klotz
2017-06-12Delete unused transaction parametersUwe Klotz