Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-12 | Address comments | Tiger Wang | 1 | -2/+2 | |
2020-07-12 | More CMake cleanup | Tiger Wang | 1 | -7/+2 | |
2020-05-31 | Resolve IPO flags mismatch | Tiger Wang | 1 | -1/+0 | |
2020-05-16 | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 1 | -1/+0 | |
* Make our CMake slightly less insane | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -1/+2 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2017-08-30 | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 1 | -14/+14 | |
* Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target | |||||
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 1 | -0/+2 | |
2017-06-19 | Removed the LeakFinder for Windows. (#3777) | Mattes D | 1 | -5/+3 | |
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -10/+2 | |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -3/+0 | |
2015-05-24 | Fix other clang 3.6 commit | tycho | 1 | -1/+4 | |
2015-05-24 | Disable -Werror for warnings in tools. | tycho | 1 | -1/+2 | |
2015-05-23 | Disable warnings in MCADefrag, ProtoProxy and tests | tycho | 1 | -1/+3 | |
2015-05-02 | Update submodules | Tiger Wang | 1 | -1/+1 | |
2014-12-25 | Fixed tools compilation. | Mattes D | 1 | -0/+2 | |
Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5. | |||||
2014-12-04 | Tools: Removed unused Timer.* file from CMakeLists.txt. | Mattes D | 1 | -2/+0 | |
2014-11-29 | Fixed missing files in ProtoProxy. | Mattes D | 1 | -0/+8 | |
2014-10-21 | Compile fix? | Tiger Wang | 1 | -2/+0 | |
2014-08-12 | Renamed Loggers | Tycho | 1 | -2/+2 | |
2014-08-10 | Fixed Tools to work with new logging framework | Tycho | 1 | -4/+2 | |
2014-05-01 | ProtoProxy: Renamed PublicKey to CryptoKey. | madmaxoft | 1 | -2/+2 | |
2014-04-29 | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 1 | -2/+4 | |
2014-04-29 | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 1 | -0/+2 | |
2014-04-29 | Fixed ProtoProxy. | madmaxoft | 1 | -0/+6 | |
2014-02-16 | Now uses setflags for flags | Tycho | 1 | -55/+4 | |
2014-02-16 | COnverted ProtoProxy to use library CMakeLists | Tycho | 1 | -17/+4 | |
2014-01-25 | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 1 | -7/+11 | |
2014-01-17 | ProtoProxy: Compiles under Linux. | madmaxoft | 1 | -2/+2 | |
2014-01-15 | ProtoProxy: use CMake to generate the MSVC project files. | madmaxoft | 1 | -0/+153 | |