aboutsummaryrefslogtreecommitdiff
path: root/src/common/Threading
AgeCommit message (Expand)Author
2025-07-18Core/Misc: Add splice/pop_front/pop_back to LinkedListHeadShauren
2025-05-19Core/Misc: Add support for non-copyable types in LockedQueueShauren
2024-07-06Tools/vmap_assembler: Multithread building vmapsShauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-20Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
2022-10-13Core/Threading: Create ThreadPool classShauren
2022-05-11Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...Shauren
2022-03-11Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-04Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...Shauren
2022-01-06Core/Networking: Switch to intrusive variant of MPSC queue to halve the numbe...Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-05-11Core/Common: Include cleanupShauren
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-02-22Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before p...Shauren
2016-02-19Core/Networking: Rewrite networking threading modelShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP