ObjFW  History of tests/OFSHA512HashTests.m of 8aa7f964bc4003a2

History of the file that is called tests/OFSHA512HashTests.m at check-in 8aa7f964bc4003a2

2024-04-28
18:15
Deleted: Merge trunk into branch "sctp" (check-in: [bd2d723910] user: js, branch: sctp, size: 0)
2024-02-11
21:29
Deleted: Migrate OF*HashTests.m to ObjFWTest (check-in: [dda0ca9612] user: js, branch: objfwtest, size: 0)
2024-01-02
17:17
[11c494533c] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2013) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[07e4804b8a] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2013) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[178e7d8afd] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 2013) [annotate] [blame] [check-ins using] [diff]
2022-10-09
16:33
[9748b0700b] part of check-in [9b3cae6cba] Drop of- prefix from URI schemes

It's generally uncommon to prefix those.

Additionally, it might be worthwhile to try to get those actually
registered, which requires usage. (check-in: [9b3cae6cba] user: js, branch: trunk, size: 2013) [annotate] [blame] [check-ins using] [diff]

2022-10-03
19:51
[0cc8515cf1] part of check-in [7d0456fdd6] Rename objfw-embedded: scheme to of-embedded: (check-in: [7d0456fdd6] user: js, branch: trunk, size: 2016) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[9c59f1aa87] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 2022) [annotate] [blame] [check-ins using] [diff]
2022-08-11
20:54
[7aae15f950] part of check-in [338d452f33] OFURLHandler: Add +[openItemAtURL:mode:] (check-in: [338d452f33] user: js, branch: trunk, size: 2022) [annotate] [blame] [check-ins using] [diff]
2022-08-01
21:20
[759fed7ea6] part of check-in [1483709ab2] Add support for embedding files into binaries

Embedded files are available via the objfw-embedded: URL scheme. (check-in: [1483709ab2] user: js, branch: trunk, size: 2048) [annotate] [blame] [check-ins using] [diff]

2022-03-25
10:22
[8ea1d53446] part of check-in [82801897d3] OFCryptographicHash: Add -[calculate]

Before, -[digest] would do the final calculation, however, this would
mean a property modifies state, which is bad. (check-in: [82801897d3] user: js, branch: trunk, size: 1953) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[3e05a03d90] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1872) [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
[b65f0f5008] part of check-in [14f1e22d79] tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. (check-in: [14f1e22d79] user: js, branch: trunk, size: 1872) [annotate] [blame] [check-ins using] [diff]

2021-04-07
21:14
[ff0238e62b] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 1824) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[99450ee331] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1836) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[d42fcd68e6] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1864) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[9088f78182] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1953) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[cf1a33c46d] part of check-in [e629dc83a9] OFSecureData: Add allowsSwappableMemory property

With this property, it's possible to specify whether the memory should
be protected from swapping or not. This makes it easier for e.g. the
crypto hash classes: They can now just always use OFSecureData without
wasting unswappable memory if it's not needed. (check-in: [e629dc83a9] user: js, branch: trunk, size: 1950) [annotate] [blame] [check-ins using] [diff]

2019-09-29
15:58
[24ed9c7de8] part of check-in [09be825f88] Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. (check-in: [09be825f88] user: js, branch: trunk, size: 1888) [annotate] [blame] [check-ins using] [diff]

2019-03-25
00:21
[a22ba9da74] part of check-in [b045cbb9c7] tests: Use dot syntax (check-in: [b045cbb9c7] user: js, branch: trunk, size: 1890) [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
[19cca253b0] part of check-in [dc0c6c34ab] tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. (check-in: [dc0c6c34ab] user: js, branch: trunk, size: 1898) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[3bff6a6acd] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2040) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[39dbbf6e1a] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2034) [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:04
[d40dd0e7b4] part of check-in [23e57c5040] OFFile: Simplify mode

This removes "b" for binary and always uses binary, as there is no good
reason to not use binary. (check-in: [23e57c5040] user: js, branch: trunk, size: 2011) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[b5613ecdbe] 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: 2012) [annotate] [blame] [check-ins using] [diff]

2016-07-24
18:54
[a6a9498b8b] part of check-in [b1cd76a8cd] OFCryptoHash: Conform to OFCopying (check-in: [b1cd76a8cd] user: js, branch: trunk, size: 2006) [annotate] [blame] [check-ins using] [diff]
00:06
[d5695d5fe1] 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: 1877) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[c4011105cf] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 1865) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[a25fd529e3] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1861) [annotate] [blame] [check-ins using] [diff]
2014-09-03
15:46
Added: [7dafe11821] part of check-in [23f6c0f84d] Add OFSHA384Hash and OFSHA512Hash (check-in: [23f6c0f84d] user: js, branch: trunk, size: 1855) [annotate] [blame] [check-ins using]