aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Threading
AgeCommit message (Expand)Author
2015-04-04Misc: Fixed license header formattingShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete pac...joschiwald
2014-10-02Fixed ==25829== Thread #1: pthread_cond_{signal,broadcast}: dubious: associat...Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed Th...Shauren
2014-08-07Core: Kill AGAIN whitespace :(Vincent-Michael
2014-08-02Core/Shared: Fix world and auth crash on shutdown (PCQ & DbWorker)DDuarte
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-24Core/Misc: Fixed a possible crash in ProducerConsumerQueue::CancelShauren
2014-07-23Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.Jared P. Jones
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-14Replacing ACE based multi threading with PCQleak
2014-07-09More GCC compile fixesSubv
2014-07-04Refactored both world and auth mainleak
2014-07-02Fixed login and some errorsSubv
2014-07-02Replaced ACE_Method_Request based DelayExecutor by PCQ implleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-30Replaced ACE_Task_Base based DatabaseWorker with PCQleak
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-24Core/Databases: Removed ACE dependencies on some of the database handling code.Subv
2014-06-22Core/Dependencies: Remove ACE_Singleton dependency from the Log and DelayExec...Subv
2014-06-21Replaced Threading and SFMT access related code with std::thread and boost TSSleak
2014-06-08Fix for LockedQueue.h (clean rebuilds ftw.)leak
2014-06-08Replaced mutex related code in Common.hleak
2014-06-02Replaced LockedQueue ACE lock with std::mutexleak
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-08-26Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-25Core/Threading: Fix race condition in Threadjackpoz
2013-05-17Core/Misc: Fixed a bunch of issues found by static analysisShauren
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-02-18Core: Clean up whitespace and tabs in the base sourcetreeclick
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-21Fix compile error from 2d93bd07baabce1ebd9445c94e44b255a01bf490kandera
2011-12-21Core/DBLayer: More generic implementation of callback chains, instead of usin...Machiavelli
2011-12-21Core/DBLayer: Fix a silly error in HandleStableSwapPet (synchronous query in ...Machiavelli
2011-12-19Core/Netcode: Fix a possible infinite loop after 829be0b82 (which was acciden...Machiavelli
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-04-08Core/DBLayer: add template parameter to QueryCallback classes to make it work...Azazel
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core/DBLayer: Allow asynchronous queries with callbacks to be executed in pre...Machiavelli
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click