Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
|\ | |||||
| * | Update FSF address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |||||
* | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
| | | |||||
* | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -1/+1 |
|/ | | | | | | | | | | | - Fix win64 pointer truncation warnings (usually coming from misusing 0x%lx and long cast in DBUG) - Also fix printf-format warnings Make the above mentioned warnings fatal. - fix pthread_join on Windows to set return value. | ||||
* | my_sha2 service | Sergei Golubchik | 2017-03-10 | 1 | -1/+3 |
| | |||||
* | cleanup: generalize my_sha1.cc | Sergei Golubchik | 2017-03-10 | 1 | -0/+186 |
move most of the code into my_sha.ic, making it independent from the actual SHAx variant. |