index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T14:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Threading
Age
Commit message (
Expand
)
Author
2025-07-18
Core/Misc: Add splice/pop_front/pop_back to LinkedListHead
Shauren
2025-05-19
Core/Misc: Add support for non-copyable types in LockedQueue
Shauren
2024-07-06
Tools/vmap_assembler: Multithread building vmaps
Shauren
2023-01-31
Core/Misc: Fixed clang 15 warnings
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-12-20
Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC build
Shauren
2022-10-13
Core/Threading: Create ThreadPool class
Shauren
2022-05-11
Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...
Shauren
2022-03-11
Core/DBLayer: Add QueueSize() method (#26733)
Giacomo Pozzoni
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2022-02-04
Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...
Shauren
2022-01-06
Core/Networking: Switch to intrusive variant of MPSC queue to halve the numbe...
Shauren
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-03-04
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-05-10
Core/Common: Move the query callback header to the database project
Naios
2016-02-22
Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before p...
Shauren
2016-02-19
Core/Networking: Rewrite networking threading model
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP