ObjFW  All files named "tests/OFDataArrayTests.m"

History for tests/OFDataArrayTests.m

2017-07-22
20:50
Deleted: Split OFDataArray into OFData and OFMutableData check-in: [c8f7b90082] user: js, branch: trunk, size: 0
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [bcbf5eac2f] check-in: [4af49a13c3] user: js, branch: trunk, size: 4833 [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: [07c61622f6] check-in: [44f45c2e35] user: js, branch: trunk, size: 4832 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [06e9072275] check-in: [9e76144ef8] user: js, branch: trunk, size: 4822 [annotate] [blame] [check-ins using] [diff]
2015-04-20
20:48
Remove a few now unnecessary imports file: [7ed24ced8e] check-in: [0dbf08158c] user: js, branch: trunk, size: 4819 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [66e81cf32c] check-in: [cfd374b906] user: js, branch: trunk, size: 4839 [annotate] [blame] [check-ins using] [diff]
2014-09-03
22:22
Add OFRIPEMD160Hash file: [45229127f1] check-in: [126d9d3aa1] user: js, branch: trunk, size: 4833 [annotate] [blame] [check-ins using] [diff]
15:46
Add OFSHA384Hash and OFSHA512Hash file: [841ec665b3] check-in: [23f6c0f84d] user: js, branch: trunk, size: 4738 [annotate] [blame] [check-ins using] [diff]
2014-09-01
23:42
Add OFSHA224Hash

This creates a common base for OFSHA224Hash and OFSHA256Hash so that all
code (except the different initialization constants) is reused. file: [5c5acce822] check-in: [a1931f59a2] user: js, branch: trunk, size: 4566 [annotate] [blame] [check-ins using] [diff]

11:08
Add OFSHA256Hash

Took me some time to figure out the RFC is buggy and SSIG0(t-15) should
be SSIG0(W(t-15))... file: [7f8b0b1536] check-in: [46af1252a5] user: js, branch: trunk, size: 4480 [annotate] [blame] [check-ins using] [diff]

2014-02-10
19:29
Move OFBigDataArray out to its own files file: [58dc587a13] check-in: [af7e24f9ab] user: js, branch: trunk, size: 4394 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [7b8b59ade2] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4367 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [0abb5a0a85] check-in: [813c00ccf0] user: js, branch: trunk, size: 4361 [annotate] [blame] [check-ins using] [diff]
2012-12-15
17:52
OFDataArray: Improve API. file: [6c7d01470b] check-in: [c85ff8d35a] user: js, branch: trunk, size: 4355 [annotate] [blame] [check-ins using] [diff]
2012-10-03
15:41
Move definition of restricted to OFObject.h. file: [eae28a70a3] check-in: [7239333455] user: js, branch: trunk, size: 4451 [annotate] [blame] [check-ins using] [diff]
2012-06-06
13:09
Rework OFDataArray API.

Also adds more checks. file: [742e94e327] check-in: [d5ddb2cb48] user: js, branch: trunk, size: 4431 [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
Update copyright. file: [4d33d1b6d0] check-in: [ce70e17b38] user: js, branch: trunk, size: 4352 [annotate] [blame] [check-ins using] [diff]
2011-04-25
11:35
Add +[OFDataArray dataArray] with a default item size of 1. file: [a012d58751] check-in: [12617ef944] user: js, branch: trunk, size: 4346 [annotate] [blame] [check-ins using] [diff]
2011-03-24
19:42
Get rid of OFExceptions.h. file: [3733b53d2c] check-in: [cda44767f4] user: js, branch: trunk, size: 4406 [annotate] [blame] [check-ins using] [diff]
2011-02-05
17:27
Add tests for Base64. file: [5fbbe2e2ba] check-in: [7ecfb859b9] user: js, branch: trunk, size: 4396 [annotate] [blame] [check-ins using] [diff]
2011-02-04
16:01
Add OFDataArray (Hashing) category. file: [9acf5c037e] check-in: [38057e75f0] user: js, branch: trunk, size: 4153 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [f79c61c7b6] check-in: [da6b3d26cb] user: js, branch: trunk, size: 4006 [annotate] [blame] [check-ins using] [diff]
2010-12-25
19:31
Add OFDate. file: [bf15779d8e] check-in: [39cb19595d] user: js, branch: trunk, size: 3750 [annotate] [blame] [check-ins using] [diff]
2010-10-21
20:01
Make sure Jenkins' hash always interprets the byte as unsigned. file: [9023f5f95e] check-in: [2552db2c1c] user: js, branch: trunk, size: 3750 [annotate] [blame] [check-ins using] [diff]
2010-04-17
15:46
Don't return self where not necessary, return void or something useful. file: [5734e9a210] check-in: [062a052b50] user: js, branch: trunk, size: 3750 [annotate] [blame] [check-ins using] [diff]
2010-04-07
21:06
Added: Rename tests files so they are named after the category they implement. file: [106dfbcd0f] check-in: [7bbce47bda] user: js, branch: trunk, size: 3710 [annotate] [blame] [check-ins using]