ObjFW  History of tests/OFHMACTests.m of 9713afbd6da38966

History of the file that is called tests/OFHMACTests.m at check-in 9713afbd6da38966

2024-04-03
02:16
[f31bc9fa04] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3982) [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFHMACTests.m → tests/OFHMACTests.m. [726dca6e51] part of check-in [7a84580fb6] Rename new tests (check-in: [7a84580fb6] user: js, branch: objfwtest, size: 3774) [annotate] [blame] [check-ins using] [diff]
19:29
Renamed to tests/OFHMACTests.m. Rename new tests (check-in: [7a84580fb6] user: js, branch: objfwtest, size: 0)
2024-02-11
21:57
Renamed tests/OFHMACTests.m → new_tests/OFHMACTests.m. [726dca6e51] part of check-in [e3fbb3ecea] Migrate OFHMACTests to ObjFWTest (check-in: [e3fbb3ecea] user: js, branch: objfwtest, size: 3774) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[b03d7ee96c] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5535) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[a66cd6bc37] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 5535) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[7899f615bb] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 5535) [annotate] [blame] [check-ins using] [diff]
2022-10-09
16:33
[dc8ace4048] 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: 5535) [annotate] [blame] [check-ins using] [diff]

2022-10-03
19:51
[e2caa794c8] part of check-in [7d0456fdd6] Rename objfw-embedded: scheme to of-embedded: (check-in: [7d0456fdd6] user: js, branch: trunk, size: 5538) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[b37a3e3b24] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 5544) [annotate] [blame] [check-ins using] [diff]
2022-08-11
20:54
[38283dce16] part of check-in [338d452f33] OFURLHandler: Add +[openItemAtURL:mode:] (check-in: [338d452f33] user: js, branch: trunk, size: 5544) [annotate] [blame] [check-ins using] [diff]
2022-08-01
21:20
[bac63969c0] 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: 5570) [annotate] [blame] [check-ins using] [diff]

2022-03-25
10:22
[7c5227bed5] 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: 5475) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[391ed8c509] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 5104) [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
[f54d111cd0] 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: 5104) [annotate] [blame] [check-ins using] [diff]

2021-03-07
20:25
[51628de7e9] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 5118) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[25a2a29ceb] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 5223) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[ee4f6f3a73] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 5312) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[6c35317f46] 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: 5309) [annotate] [blame] [check-ins using] [diff]

2019-09-29
15:58
[f9913e8e72] 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: 5086) [annotate] [blame] [check-ins using] [diff]

2019-03-25
00:21
[490f0952c5] part of check-in [b045cbb9c7] tests: Use dot syntax (check-in: [b045cbb9c7] user: js, branch: trunk, size: 5088) [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
[17bf6db694] 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: 5121) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[95be6d7c03] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5444) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[46ca7c5c23] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5438) [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:04
[2d71e6059d] 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: 5415) [annotate] [blame] [check-ins using] [diff]

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

2016-07-24
02:51
Added: [bdf0734727] part of check-in [db71988bf2] Add tests for OFHMAC (check-in: [db71988bf2] user: js, branch: trunk, size: 5410) [annotate] [blame] [check-ins using]