History for tests/OFRIPEMD160HashTests.m
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 | Update copyright file: [4768731328] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1885 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [858f40a7a7] check-in: [8939cbdb52] user: js, branch: trunk, size: 1885 [annotate] [blame] [check-ins using] [diff] | |
2022-11-24
| ||
00:21 | Rename OFURI to OFIRI file: [3fe936d99c] check-in: [23272e6d43] user: js, branch: trunk, size: 1885 [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 | |
2022-10-03
| ||
19:51 | Rename objfw-embedded: scheme to of-embedded: file: [7421f32a5c] check-in: [7d0456fdd6] user: js, branch: trunk, size: 1888 [annotate] [blame] [check-ins using] [diff] | |
2022-09-28
| ||
21:40 | Rename OFUR{L -> I} in preparation for URI support file: [2822ed07d6] check-in: [e7ab06503c] user: js, branch: trunk, size: 1894 [annotate] [blame] [check-ins using] [diff] | |
2022-08-11
| ||
20:54 | OFURLHandler: Add +[openItemAtURL:mode:] file: [3419cbc976] check-in: [338d452f33] user: js, branch: trunk, size: 1894 [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: [d9eb71eb42] check-in: [1483709ab2] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff] | |
2022-03-25
| ||
10:22 |
OFCryptographicHash: Add -[calculate]
Before, -[digest] would do the final calculation, however, this would | |
2022-02-12
| ||
07:46 | Update copyright file: [13f4c4529e] check-in: [1a86b8175b] user: js, branch: trunk, size: 1738 [annotate] [blame] [check-ins using] [diff] | |
2021-05-08
| ||
23:22 |
tests: Align more with ObjFW style
ObjFW's style changed over the years, but the tests were never adjusted | |
2021-04-07
| ||
21:14 | Rename OFCryptoHash -> OFCryptographicHash file: [4b2bd712b4] check-in: [2969086342] user: js, branch: trunk, size: 1654 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [1bef7d37d4] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1671 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [35f25635b9] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1699 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [e2102eafad] check-in: [c7f0229795] user: js, branch: trunk, size: 1788 [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 | |
2019-09-29
| ||
15:58 |
Remove OFAutoreleasePool
OFAutoreleasePools have long been discouraged in favor of the runtime's | |
2019-03-25
| ||
00:21 | tests: Use dot syntax file: [9aaabddcf7] check-in: [b045cbb9c7] user: js, branch: trunk, size: 1720 [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 | |
2019-01-03
| ||
19:13 | Update copyright file: [843a405e8e] check-in: [0509d7a844] user: js, branch: trunk, size: 1873 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [2983c7ab4c] check-in: [7e5c81e186] user: js, branch: trunk, size: 1867 [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 | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-07-24
| ||
18:54 | OFCryptoHash: Conform to OFCopying file: [5e5300e24a] check-in: [b1cd76a8cd] user: js, branch: trunk, size: 1839 [annotate] [blame] [check-ins using] [diff] | |
00:06 |
Rename OFHash to OFCryptoHash
OFHash is too generic, as this protocol is for cryptographic hashes. It | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [a0fe2730da] check-in: [2a27cf3000] user: js, branch: trunk, size: 1698 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [dc85dd1b01] check-in: [cfd374b906] user: js, branch: trunk, size: 1694 [annotate] [blame] [check-ins using] [diff] | |
2014-09-03
| ||
22:22 | Added: Add OFRIPEMD160Hash file: [ce2ad7b3f2] check-in: [126d9d3aa1] user: js, branch: trunk, size: 1688 [annotate] [blame] [check-ins using] | |