ObjFW  History of tests/OFMD5HashTests.m of 14f1e22d793de670

History of the file that is called tests/OFMD5HashTests.m at check-in 14f1e22d793de670

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
Update copyright file: [96fc59cb59] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1749 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b6ff11bd7a] check-in: [8939cbdb52] user: js, branch: trunk, size: 1749 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [a073bdebb4] check-in: [23272e6d43] user: js, branch: trunk, size: 1749 [annotate] [blame] [check-ins using] [diff]
2022-10-09
16:33
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. file: [5005b07061] check-in: [9b3cae6cba] user: js, branch: trunk, size: 1749 [annotate] [blame] [check-ins using] [diff]

2022-10-03
19:51
Rename objfw-embedded: scheme to of-embedded: file: [aeb9ce5779] check-in: [7d0456fdd6] user: js, branch: trunk, size: 1752 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [704091a6f6] check-in: [e7ab06503c] user: js, branch: trunk, size: 1758 [annotate] [blame] [check-ins using] [diff]
2022-08-11
20:54
OFURLHandler: Add +[openItemAtURL:mode:] file: [97c4cf5d1a] check-in: [338d452f33] user: js, branch: trunk, size: 1758 [annotate] [blame] [check-ins using] [diff]
2022-08-01
21:20
Add support for embedding files into binaries

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

2022-03-25
10:22
OFCryptographicHash: Add -[calculate]

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

2022-02-12
07:46
Update copyright file: [4a39a103b5] check-in: [1a86b8175b] user: js, branch: trunk, size: 1619 [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:29
tests: Minor const improvement file: [e16a55e7a6] check-in: [c8663697ae] user: js, branch: trunk, size: 1619 [annotate] [blame] [check-ins using] [diff]
23:22
tests: Align more with ObjFW style

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

2021-04-07
21:14
Rename OFCryptoHash -> OFCryptographicHash file: [73092aedf1] check-in: [2969086342] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [b161ec4641] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1589 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [7ba538ae71] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1618 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [ab5377abbe] check-in: [c7f0229795] user: js, branch: trunk, size: 1707 [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
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. file: [84a8c85775] check-in: [e629dc83a9] user: js, branch: trunk, size: 1704 [annotate] [blame] [check-ins using] [diff]

2019-09-29
15:58
Remove OFAutoreleasePool

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

2019-03-25
00:21
tests: Use dot syntax file: [c6a6847787] check-in: [b045cbb9c7] user: js, branch: trunk, size: 1644 [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
tests: Only import ObjFW.h

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

2019-01-03
19:13
Update copyright file: [41454f19fe] check-in: [0509d7a844] user: js, branch: trunk, size: 1791 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [ef3771b7f1] check-in: [7e5c81e186] user: js, branch: trunk, size: 1785 [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:04
OFFile: Simplify mode

This removes "b" for binary and always uses binary, as there is no good
reason to not use binary. file: [6a07431a3b] check-in: [23e57c5040] user: js, branch: trunk, size: 1762 [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
2017. file: [44be095d7c] check-in: [44f45c2e35] user: js, branch: trunk, size: 1763 [annotate] [blame] [check-ins using] [diff]

2016-07-24
18:54
OFCryptoHash: Conform to OFCopying file: [bfa03836eb] check-in: [b1cd76a8cd] user: js, branch: trunk, size: 1757 [annotate] [blame] [check-ins using] [diff]
00:06
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. file: [d66f994271] check-in: [951f530aee] user: js, branch: trunk, size: 1634 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [ae94841c5c] check-in: [cfd374b906] user: js, branch: trunk, size: 1618 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [660fd4c938] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1612 [annotate] [blame] [check-ins using] [diff]
2013-12-08
17:43
Clean up OFHash and the Hashing categories. file: [4481969842] check-in: [75f2aa5096] user: js, branch: trunk, size: 1606 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [33fe966ada] check-in: [813c00ccf0] user: js, branch: trunk, size: 1643 [annotate] [blame] [check-ins using] [diff]
2012-07-03
20:16
OFHash: Take void* and unify convenience methods. file: [e7dab670c1] check-in: [c1060114f6] user: js, branch: trunk, size: 1637 [annotate] [blame] [check-ins using] [diff]
2012-06-07
12:03
Rework OFStream API. file: [3d9bebb920] check-in: [0d4059306a] user: js, branch: trunk, size: 1643 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [dbff846819] check-in: [ce70e17b38] user: js, branch: trunk, size: 1642 [annotate] [blame] [check-ins using] [diff]
2011-08-03
00:37
Fix wrong case in tests output. file: [52721c9fd6] check-in: [0bb31fb062] user: js, branch: trunk, size: 1636 [annotate] [blame] [check-ins using] [diff]
2011-04-22
20:19
More style improvements. file: [e80a1f9b87] check-in: [e76a7f52c1] user: js, branch: trunk, size: 1636 [annotate] [blame] [check-ins using] [diff]
2011-03-24
19:42
Get rid of OFExceptions.h. file: [e94d6df1df] check-in: [cda44767f4] user: js, branch: trunk, size: 1626 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [6716e758db] check-in: [da6b3d26cb] user: js, branch: trunk, size: 1605 [annotate] [blame] [check-ins using] [diff]
2010-12-25
19:31
Add OFDate. file: [a53e31da0c] check-in: [39cb19595d] user: js, branch: trunk, size: 1349 [annotate] [blame] [check-ins using] [diff]
2010-10-24
13:30
Always write abbreviations uppercase in method names. file: [a1e904da57] check-in: [1d19a5586b] user: js, branch: trunk, size: 1349 [annotate] [blame] [check-ins using] [diff]
13:15
Rename a few methods returning BOOL. file: [38087890ea] check-in: [b6a39dd3d1] user: js, branch: trunk, size: 1349 [annotate] [blame] [check-ins using] [diff]
2010-06-12
20:47
Added: Move a few classes and categories so they have their own files. file: [2445ed3eca] check-in: [67917b918a] user: js, branch: trunk, size: 1348 [annotate] [blame] [check-ins using]