ObjFW  History of src/OFASN1BitString.m of d8ef56254dc71c16

History of file src/OFASN1BitString.m at check-in d8ef56254dc71c16

2024-01-11
20:12
Merge trunk into branch "asn1" file: [1107525b69] check-in: [4320b1bf7d] user: js branch: asn1, size: 4206
2022-11-07
00:20
Merge trunk into branch "asn1" file: [bf8a8b6b76] check-in: [d8ef56254d] user: js branch: asn1, size: 4206
2022-07-15
18:09
Deleted: Merge trunk into branch "wii-u" check-in: [a2973418de] user: js branch: wii-u, size: 0
2021-05-09
14:45
Deleted: Merge trunk into branch "amiga-library"

All necessary changes to adjust for the changes made in trunk are
included in the merge commit. check-in: [3c88df0ce4] user: js branch: amiga-library, size: 0

2021-04-30
21:56
Merge trunk into branch "asn1" file: [5ba0c45db7] check-in: [4507e0bee3] user: js branch: asn1, size: 4206
2021-04-07
21:56
Deleted: Remove incomplete ASN.1 support

It has been moved to the "asn1" branch until it is ready. check-in: [edc3ddf026] user: js branch: trunk, size: 0

2021-03-16
21:16
OFASN1*: Clean up the API a little file: [d3bbe5638b] check-in: [ca9b843d37] user: js branch: trunk, size: 4221
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [843d69d324] check-in: [1b82d3bf4f] user: js branch: trunk, size: 4430
2021-01-02
22:04
Update copyright file: [323c648f9c] check-in: [374e1a1bfa] user: js branch: trunk, size: 4436
2020-10-10
14:27
OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [58adebf4a8] check-in: [aeb403a1ed] user: js branch: trunk, size: 4525

2020-01-02
01:51
Update copyright file: [2a56c21bf5] check-in: [c7f0229795] user: js branch: trunk, size: 4515
2019-11-24
22:42
Fix a memory leak file: [9190f46a2e] check-in: [7ed1bdc642] user: js branch: trunk, size: 4512
2019-10-20
13:15
Fix missing fast paths in -[isEqual:] file: [733ec1dedf] check-in: [9122facff6] user: js branch: trunk, size: 4519
2019-09-29
15:22
Deleted: Remove ASN.1 support as it is still incomplete check-in: [dd2394fc3c] user: js branch: 1.0, size: 0
2019-06-25
23:29
OFASN1BitString: Fix unused bits

This was misunderstood to be the number of used bits when it's the
number of unused bits. file: [060f7fe7bc] check-in: [7361cac1f1] user: js branch: trunk, size: 4482

20:53
Add OFASN1DERRepresentation protocol file: [eada094776] check-in: [cbaae715ce] user: js branch: trunk, size: 4473
2019-06-23
22:53
Add -[OFASN1BitString DEREncodedValue] file: [e3b3ec7fe0] check-in: [ea6e0818b0] user: js branch: trunk, size: 4419
2019-03-08
00:35
Use dot syntax file: [1e12f722e3] check-in: [bceb7ed4c9] user: js branch: trunk, size: 3579
2019-02-09
17:44
OFASN1*: Add designated initializer

This is in preparation for DER serialization support. file: [12624c872e] check-in: [c60933a59b] user: js branch: trunk, size: 3589

2019-01-03
19:13
Update copyright file: [0b76ffb19a] check-in: [0509d7a844] user: js branch: trunk, size: 2791
2018-10-27
13:01
Do not subclass OFASN1Value

The reason for this is that OFASN1Value requires an initializer for DER
encoding, however, it might be beneficial to create an ASN.1 type
without providing DER encoding for it. file: [32f037ffdb] check-in: [b1944fd052] user: js branch: trunk, size: 2785

2018-10-13
23:51
Added: Add ASN.1 bit string type file: [a33414023e] check-in: [0d746a1aac] user: js branch: trunk, size: 2434