ObjFW  History of src/OFBase64.m of 3c88df0ce49598d3

History of the file that is called src/OFBase64.m at check-in 3c88df0ce49598d3

2024-01-02
17:17
Update copyright file: [b9bea8e752] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3843 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [65e2efa6c1] check-in: [8939cbdb52] user: js, branch: trunk, size: 3843 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [7cc5f21d9d] check-in: [1a86b8175b] user: js, branch: trunk, size: 3843 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Renamed src/base64.m → src/OFBase64.m. Rename everything in several smaller files file: [8e11dbdc78] check-in: [35de667566] user: js, branch: new-naming-convention, size: 3843 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
of_string_encoding_t -> OFStringEncoding file: [06a2cd6d95] check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 3985 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [895a169025] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 3994 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [042f7c96a2] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3998 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [91e8757b0a] check-in: [c7f0229795] user: js, branch: trunk, size: 4087 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [5c79c97e1a] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 4084 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [8870eb10c8] check-in: [0509d7a844] user: js, branch: trunk, size: 4086 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [53fc7699a6] check-in: [7e5c81e186] user: js, branch: trunk, size: 4080 [annotate] [blame] [check-ins using] [diff]
2017-07-22
20:50
Split OFDataArray into OFData and OFMutableData file: [3e10f626df] check-in: [c8f7b90082] user: js, branch: trunk, size: 4057 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [1b4e200414] check-in: [4af49a13c3] user: js, branch: trunk, size: 4060 [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: [214663ac89] check-in: [44f45c2e35] user: js, branch: trunk, size: 4057 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [e2f495d346] check-in: [cfd374b906] user: js, branch: trunk, size: 4047 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [8e922050cd] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4041 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [9189d4cfcf] check-in: [c5ef582958] user: js, branch: trunk, size: 4035 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [1b021abfd1] check-in: [813c00ccf0] user: js, branch: trunk, size: 4010 [annotate] [blame] [check-ins using] [diff]
2012-12-15
17:52
OFDataArray: Improve API. file: [c2598ccd38] check-in: [c85ff8d35a] user: js, branch: trunk, size: 4004 [annotate] [blame] [check-ins using] [diff]
2012-10-13
18:51
Rename -[appendUTF8String:withLength:]. file: [9c1fb17538] check-in: [e5b31cf72f] user: js, branch: trunk, size: 4017 [annotate] [blame] [check-ins using] [diff]
2012-10-05
12:10
OFDataArray: Support for string representations. file: [8d7fe753db] check-in: [39c5a46ea5] user: js, branch: trunk, size: 4038 [annotate] [blame] [check-ins using] [diff]
2012-07-21
21:16
base64.m: Use int8_t instead of char.

char could be unsigned (like on OpenBSD) and thus cause trouble. file: [afe4456b9c] check-in: [c8470f9c7e] user: js, branch: trunk, size: 4038 [annotate] [blame] [check-ins using] [diff]

2012-06-06
13:09
Rework OFDataArray API.

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

2012-01-05
00:56
Update copyright. file: [467c9771cc] check-in: [ce70e17b38] user: js, branch: trunk, size: 4032 [annotate] [blame] [check-ins using] [diff]
2011-09-12
19:57
Rename -[cString] to -[UTF8String]. file: [0732e84e0a] check-in: [e6fd39d11e] user: js, branch: trunk, size: 4026 [annotate] [blame] [check-ins using] [diff]
2011-08-07
16:57
Add -[makeImmutable] to all mutable classes and use it. file: [ed05504ebf] check-in: [927dbf6e7d] user: js, branch: trunk, size: 3885 [annotate] [blame] [check-ins using] [diff]
2011-07-09
13:33
Get rid of -[appendCStringWithoutUTF8Checking:] in base64.m. file: [469ffb49bd] check-in: [56c98bf847] user: js, branch: trunk, size: 4107 [annotate] [blame] [check-ins using] [diff]
2011-06-27
00:10
Style improvements. file: [5c26d78d7f] check-in: [d13ff5382a] user: js, branch: trunk, size: 4179 [annotate] [blame] [check-ins using] [diff]
2011-06-26
23:40
Check the item size of the passed data array in of_base64_decode(). file: [795ed0f2f5] check-in: [13fe99629c] user: js, branch: 0.5, size: 4078 [annotate] [blame] [check-ins using] [diff]
23:40
Check the item size of the passed data array in of_base64_decode(). file: [31c95b71a3] check-in: [be49630777] user: js, branch: trunk, size: 4086 [annotate] [blame] [check-ins using] [diff]
2011-04-23
13:23
More style improvements. file: [763d209bf9] check-in: [6f4bf74c7d] user: js, branch: trunk, size: 4045 [annotate] [blame] [check-ins using] [diff]
00:11
More style improvements. file: [5331624491] check-in: [d8c31454b4] user: js, branch: trunk, size: 4131 [annotate] [blame] [check-ins using] [diff]
2011-02-26
19:40
Use class swizzling as an optimization. file: [769602ecfc] check-in: [06f539766f] user: js, branch: trunk, size: 4037 [annotate] [blame] [check-ins using] [diff]
2011-02-19
20:30
Fix a sign issue in base64. file: [fbdefb1528] check-in: [4d44bbf586] user: js, branch: trunk, size: 3792 [annotate] [blame] [check-ins using] [diff]
2011-02-17
17:12
Add more -W flags. file: [e05586f6d2] check-in: [797e00a919] user: js, branch: trunk, size: 3761 [annotate] [blame] [check-ins using] [diff]
2011-02-05
16:48
Add support for Base64 decoding. file: [cd2f786421] check-in: [43cadc9699] user: js, branch: trunk, size: 3749 [annotate] [blame] [check-ins using] [diff]
15:15
Added: Add support for Base64 encoding. file: [9111828109] check-in: [7459fabb87] user: js, branch: trunk, size: 2036 [annotate] [blame] [check-ins using]