ObjFW  History of src/OFString+CryptoHashing.h of f5558d09197ccc7f

History of the file that is called src/OFString+CryptoHashing.h at check-in f5558d09197ccc7f

2024-04-29
21:42
[fa228a3cf2] part of check-in [f16bccc7b3] Properly hide private symbols (check-in: [f16bccc7b3] user: js, branch: trunk, size: 1882) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[3d01f675bb] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1861) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[4270693c1e] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1653) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[c339271bd0] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1653) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[63c51821ee] part of check-in [1a86b8175b] Update copyright (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. [059d7ea04f] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 1653) [annotate] [blame] [check-ins using] [diff]
19:22
[a8ec191fe6] part of check-in [b5a74319e1] OF{Data,String}+CryptoHashing: Rename methods

This makes it clearer that these return a string and not a hash object. (check-in: [b5a74319e1] user: js, branch: trunk, size: 1639) [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
[562278ea0b] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1562) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[6628c49341] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 1651) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[5831ee8a85] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1651) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[88cd5bed9c] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1648) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[c6a2f6d7ff] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1642) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[01ed53c71f] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1619) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[60e0201519] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 1570) [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
[f63a3a4a9b] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 2099) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[3e61516736] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 2092) [annotate] [blame] [check-ins using] [diff]

2016-07-24
00:06
Added: [bdbd026aa6] part of check-in [951f530aee] Rename OFHash to OFCryptoHash

OFHash is too generic, as this protocol is for cryptographic hashes. It
also solves the ambiguity of the +[hash] method (which is now
+[cryptoHash]), which conflicted with -[hash] on the class itself,
resulting in classes conforming to OFHash not being able to be used as a
key in an OFDictionary. (check-in: [951f530aee] user: js, branch: trunk, size: 2086) [annotate] [blame] [check-ins using]