History of file src/OFString+CryptoHashing.h at check-in 754bf247423a3532
2024-04-29
| ||
21:42 | Properly hide private symbols file: [fa228a3cf2] check-in: [f16bccc7b3] user: js, branch: trunk, size: 1882 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [3d01f675bb] check-in: [7413a728a7] user: js, branch: trunk, size: 1861 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [4270693c1e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1653 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [c339271bd0] check-in: [8939cbdb52] user: js, branch: trunk, size: 1653 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [63c51821ee] check-in: [1a86b8175b] user: js, branch: trunk, size: 1653 [annotate] [blame] [check-ins using] [diff] | |
2021-04-07
| ||
21:14 | Renamed src/OFString+CryptoHashing.h → src/OFString+CryptographicHashing.h. Rename OFCryptoHash -> OFCryptographicHash file: [059d7ea04f] check-in: [2969086342] user: js, branch: trunk, size: 1653 [annotate] [blame] [check-ins using] [diff] | |
19:22 |
OF{Data,String}+CryptoHashing: Rename methods
This makes it clearer that these return a string and not a hash object. file: [a8ec191fe6] check-in: [b5a74319e1] user: js, branch: trunk, size: 1639 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [562278ea0b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1562 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [6628c49341] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1651 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [5831ee8a85] check-in: [c7f0229795] user: js, branch: trunk, size: 1651 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [88cd5bed9c] check-in: [0509d7a844] user: js, branch: trunk, size: 1648 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [c6a2f6d7ff] check-in: [7e5c81e186] user: js, branch: trunk, size: 1642 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [01ed53c71f] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1619 [annotate] [blame] [check-ins using] [diff] | |
2017-10-29
| ||
21:58 |
Convert methods to properties where appropriate
This improves Swift compatibility. file: [60e0201519] check-in: [f3ccf14461] user: js, branch: trunk, size: 1570 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [f63a3a4a9b] check-in: [4af49a13c3] user: js, branch: trunk, size: 2099 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-07-24
| ||
00:06 |
Added:
Rename OFHash to OFCryptoHash
OFHash is too generic, as this protocol is for cryptographic hashes. It | |