aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-08-19Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
2022-07-15Core/Crypto: Correct header guard in SessionKeyGenerator.h (#28116)Kargatum
2022-06-16Core/Crypto: Fixed build with openssl 1.1daMaex
2022-06-16Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-06-16Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
2022-06-16Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0daMaex
2022-06-16Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-06-16Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-06-16Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
2022-04-18Core/Metric: Sync default Metric.Interval valuejackpoz
2022-04-10Core/Metric: Fixed double logging metric timersShauren
2022-04-08Core/Metric: Build fix for WITH_DETAILED_METRICSShauren
2022-04-08Core/Metric: Minor optimizations for metrics (reducing number of allocations)Shauren
2022-04-07Core/CrashHandler: Support retrieving windows version names for all future ve...Shauren
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ...Shauren
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...Shauren
2022-01-22Core/Misc: Fixed engrish in static_assert for EnumFlag and restrict DEFINE_EN...Shauren
2021-12-08Core/Misc: Exclude boost 1.78 and newer from boost_1_73_process_windows_nopch...Shauren
2021-08-31Core/Misc: Fix windows nopch buildShauren
2021-08-19Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
2021-07-24Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2021-06-20Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
2021-05-11Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2021-04-24Vmap: Introduce skipping of antiportals and unreachable mogp (#26331)killerwife
2021-04-13Core/Console: Fix uninitialized variableShauren
2021-04-11Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2021-04-05Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ...Shauren
2021-04-05Core/Misc: Improve enum flags with type safe operatorsShauren
2021-04-04MapExtraction: Fix water height redundancy algorithm ignoring "no water" (#26...killerwife
2021-01-16CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...Giacomo Pozzoni
2021-01-04Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...Mikhail Redko
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-31Core/Misc: Fix Windows 32 bits buildjackpoz
2020-10-10Core/MMAPs: Restore single slope angle of 55°jackpoz
2020-09-27Dep/Boost: Support for boost 1.74 - heapShauren
2020-09-27Dep/Boost: Partial support for boost 1.74 - asioShauren
2020-09-26Core/Misc: nopch fixesShauren
2020-09-19Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-11Dep/fmt: update fmt library to 7.0.3Winfidonarleyan
2020-09-10Core/ChatCommands: make ExactSequence more readableTreeston
2020-09-06Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2020-09-02Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2020-08-29Core/Config: Restore ability to load additional config files for custom scriptsShauren
2020-08-29Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2020-08-28Common/Utilities: Make StringTo<bool>'s signature match that of the other int...Treeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-27Common/Utilities: Properly read std::from_chars documentation and check for o...Treeston
2020-08-26cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Sh...Treeston