aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-11-07Core: Whitespace cleanupVincent-Michael
2015-10-31Core/Networking: Fixed possible crashes happening if async query retrieving a...Shauren
2015-10-31Core/Threading: Fixed possible data races after making auth queries async by ...Shauren
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-08-24Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ...StormBytePP
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP
2015-08-16Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH...Shauren
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...StormBytePP
2015-08-16Add a missing include of d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Fix build warnings addded in d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Core/Logging: Refactored appender creation to allow using logging without mys...Shauren
2015-07-24Fix non pch build for Visual Studio 2015 compilerVincent-Michael
2015-07-24Core/Misc: Add a few consts to methodsDDuarte
2015-07-24Fix non pch build.Gacko
2015-07-24Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-22Core/Utilities: Add std::chrono::duration overloads to EventMap.Naios
2015-07-22Core/Database: Enable perfect forwarding for database format calls.Naios
2015-07-22Core/Logging: Enable perfect forwarding for logging format and args.Naios
2015-07-22Core/Logging: Partial cherry-pick from commit c6ab951025b0be3b0f6et65
2015-07-22Core/Utilities: Move EventMap into its own source file.Naios
2015-07-22Core/Utilities: Forward parameters of StringFormat correctly to fmt::sprintf.Naios
2015-07-22Core/Utilities: Remove global using of std::chrono namespace.Naios
2015-07-22Core/Utilities: Seperate std::chrono::duration typedefs into its own file.Naios
2015-07-19Core/Threading: Clarified comment on ProducerConsumerQueue::WaitAndPopShauren
2015-07-06Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's se...Shauren
2015-06-30Core/Updater: Fix mysql cli password prompt when password is empty.Naios
2015-06-30Core/Utilities: Fix callback invokation when there are no tasks present.Naios
2015-06-29Merge pull request #14941 from ShinDarth/db_backports3Carbenium
2015-06-29DB/World schema backport: move questItem* fields to *_questitem tablesShinDarth
2015-06-26Scripts/RubySanctum: Updates to Halion.Warpten
2015-06-26DB/Characters: Backport schema changes from 6.x branch (renames)ShinDarth
2015-06-21Core/Utilities: TaskScheduler: add a task validator and on update success cal...Naios
2015-06-21Core/Updater: Fix a wrong formatter introduced in 0d095109eec31Naios
2015-06-20Core/Updater: Add some info about the count of applied updates.Naios
2015-06-03Core/Shared: Hide the internal shared_ptr of the TaskContextNaios
2015-06-01Core/CrashHandler: Make crashhandler tread-safejackpoz
2015-06-01Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
2015-05-31Shared/Util: Introduce a task scheduler which schedules task with c++11 techn...Naios
2015-05-28Core/Updater: Fix issues when connecting through unix sockets.glkrlos
2015-05-23Core/CrashHandler: Log STACK_OVERFLOW crashesjackpoz
2015-05-19Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-05-19Merge pull request #14454 from ariel-/cdDuarte Duarte
2015-05-19Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-29Core/Socket: Removed unused synchronous read methodShauren
2015-04-24Core/Log: Fix newlines when using dynamic log namesNaios
2015-04-15Add missing newlineDaniel M. Weeks
2015-04-15Remove unnecessary semicolonsDaniel M. Weeks
2015-04-15Fix documentationDaniel M. Weeks
2015-04-15Prevent collisions in GCC attribute definitionsDaniel M. Weeks