aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2014-07-02Delinking ACE from Shared and authserverleak
2014-07-02Replaced ACE_Method_Request based DelayExecutor by PCQ implleak
2014-07-01Removed useless SignalHandler classleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-30Replaced ACE_Task_Base based DatabaseWorker with PCQleak
2014-06-30Replace ACE thread/mutex in OpenSSLCryptoleak
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-24Revert "Removed ACE dependencies from LogWorker" This actually needs way more...leak
2014-06-24Core/Databases: Removed ACE dependencies on some of the database handling code.Subv
2014-06-24Removed ACE dependencies from LogWorkerleak
2014-06-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-24Core/Misc: Fixed warningsShauren
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-23Merge pull request #11976 from Ascathor/masterAokromes
2014-06-23Fix non-PCH buildleak
2014-06-22Core/Dependencies: Remove ACE_Singleton dependency from the Log and DelayExec...Subv
2014-06-22Shared/Misc: Removed some more ACE dependenciesSubv
2014-06-22Various cleanups and fixes due to feedbackleak
2014-06-22Replaced ACE_Configuration_Heap based config file handling with boost::proper...leak
2014-06-22Replaced all ACE_OS::localtime_r callsleak
2014-06-21Removed ACE dependies from ByteBufferleak
2014-06-21Replaced ACE_Auto_Array_Ptrleak
2014-06-21Replaced Threading and SFMT access related code with std::thread and boost TSSleak
2014-06-15Core: Kill again whitespace :/Vincent-Michael
2014-06-15Shared/Misc: Improve Windows crash reportjackpoz
2014-06-13Core/Misc:Ascathor
2014-06-11Fixed windows nopch buildShauren
2014-06-08Remove ace/config-all.h and ancient WinXP defines which are actually commente...leak
2014-06-08Use correct define for endianessleak
2014-06-08Replaced dependencies on ace/OS_NS_time.hleak
2014-06-08Fix for LockedQueue.h (clean rebuilds ftw.)leak
2014-06-08Replaced mutex related code in Common.hleak
2014-06-07Core/Misc: Kill Whitespace ...Vincent-Michael
2014-06-07Core/Database: Update log for incorrect db structureAokromes
2014-06-07Core: Fix non pch buildVincent-Michael
2014-06-06Core/Utils: Move EventMap to Util.hTrisjdc
2014-06-02Replaced LockedQueue ACE lock with std::mutexleak
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
2014-06-01Core/Misc: Added utility method for checking is two sorted containers have a ...Shauren
2014-06-01Core/NetworkIO: Fix performance loss when handling bad packetsjackpoz
2014-05-25Core/Misc: Fix no-pch buildjackpoz
2014-05-25Core/Misc: Throw an exception if client sends invalid float/double datajackpoz
2014-05-18Revert "Core/Logging: Use logger cache for speed up logger filter search"jackpoz
2014-05-18Revert "Core/Logging: store loggers in cache correctly"jackpoz
2014-05-18Shared/Packets: Handle crash by throwing an exception insteadjackpoz
2014-05-17Shared/Database: Increase Database Worker Pool queue sizejackpoz
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-27Core: Droped `faction_H` field -- only one faction table is necessaryKinzcool
2014-04-22Core/Texts: Implemented loading BroadcastTextsjoschiwald