Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 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 | ||||
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -0/+2 |
| | |||||
* | Removed the LeakFinder for Windows. (#3777) | Mattes D | 2017-06-19 | 1 | -5/+3 |
| | |||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -10/+2 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -3/+0 |
| | |||||
* | Fix other clang 3.6 commit | tycho | 2015-05-24 | 1 | -1/+4 |
| | |||||
* | Disable -Werror for warnings in tools. | tycho | 2015-05-24 | 1 | -1/+2 |
| | |||||
* | Disable warnings in MCADefrag, ProtoProxy and tests | tycho | 2015-05-23 | 1 | -1/+3 |
| | |||||
* | Update submodules | Tiger Wang | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | Fixed tools compilation. | Mattes D | 2014-12-25 | 1 | -0/+2 |
| | | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5. | ||||
* | Tools: Removed unused Timer.* file from CMakeLists.txt. | Mattes D | 2014-12-04 | 1 | -2/+0 |
| | |||||
* | Fixed missing files in ProtoProxy. | Mattes D | 2014-11-29 | 1 | -0/+8 |
| | |||||
* | Renamed Loggers | Tycho | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | Fixed Tools to work with new logging framework | Tycho | 2014-08-10 | 1 | -4/+2 |
| | |||||
* | ProtoProxy: Renamed PublicKey to CryptoKey. | madmaxoft | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 2014-04-29 | 1 | -2/+4 |
| | |||||
* | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 2014-04-29 | 1 | -0/+2 |
| | |||||
* | Fixed ProtoProxy. | madmaxoft | 2014-04-29 | 1 | -0/+6 |
| | |||||
* | Now uses setflags for flags | Tycho | 2014-02-16 | 1 | -55/+4 |
| | |||||
* | COnverted ProtoProxy to use library CMakeLists | Tycho | 2014-02-16 | 1 | -17/+4 |
| | |||||
* | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 2014-01-25 | 1 | -7/+11 |
| | |||||
* | ProtoProxy: Compiles under Linux. | madmaxoft | 2014-01-17 | 1 | -2/+2 |
| | |||||
* | ProtoProxy: use CMake to generate the MSVC project files. | madmaxoft | 2014-01-15 | 1 | -0/+153 |