aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
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
2015-04-13Port commit 56186319bdd41dd26b6cc14f84e6e41eef5d953b (6.x branch)ariel-
2015-04-10Core: Whitespace/tab2spaces cleanupclick
2015-04-05Core/Misc: Warning fixesShauren
2015-04-05Rename variables to fix C++11 keyword collisionCarbenium
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
2015-04-04Core/Networking: Fixed unsafe access to _worldSession member in WorldSocketShauren
2015-04-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
2015-04-02Core/Database: Remove va_args from DatabaseWorker::Execute methods.Naios
2015-03-30Core/Misc: Remove unused headersleak
2015-03-29CMake: Use source_groups to represent the source treeNaios
2015-03-29Core/Database: Return an unknown error code instead of false (0) if mysql_ini...Naios
2015-03-29Core/Database: Fix a mistake in 54ee5267244acac16Naios
2015-03-28Core/Log: Improve creation of log prefixes.Naios
2015-03-28Core/Database Improve commit 39bdd06446dcNaios
2015-03-27Core/Database: Prepare statements at reconnect.Naios
2015-03-24Core/DBUpdater: Use correct formatter for size_tNaios
2015-03-24Core/DBUpdater: Add the possibility to limit the remove of orphaned entries.Naios
2015-03-22Core/DBUpdater: Use correct uint64 to store timestamps.Naios
2015-03-22Core/DBUpdater: Fixed compile errors with boost 1.55 and VS 2013Shauren
2015-03-22Core/Database: Fix some warnings on gccNaios
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ...Naios
2015-03-18Core/Log: Readd include of <stdarg.h> to fix compile issues under gccNaios
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-18Core/Log: Fix some issues detected by static analysis.Naios