aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2024-02-13Core/MMAPs: Sprinkle master branch thread safety on mmap loading codeShauren
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-12-02Core/Locales: Revert back to using C locale for number formattingShauren
2023-12-02Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-19Core/CrashHandler: Add a timeout to retrieving windows version from WMIShauren
2023-09-17Core/Misc: mac build fixShauren
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-19Core/EventMap: Refactor and modernize EventMap (#29183)Kelno
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-08-15Dep/fmt: Upgrade to 9.1.0Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-08-12Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-08-12Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-08-12Core/Misc: Replaced boost::container::static_vector in packet classes with pl...Shauren
2023-08-12Core/Utils: Replace boost flat_set with our ownShauren
2023-08-12Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2023-08-12Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2022-10-08Core/Threading: Create ThreadPool classShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
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