ObjFW  History of src/OFSandbox.m of c7f0229795431423

History of the file that is called src/OFSandbox.m at check-in c7f0229795431423

2024-01-02
17:17
Update copyright file: [44d0d79336] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 13349 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b6906cfa7e] check-in: [8939cbdb52] user: js, branch: trunk, size: 13349 [annotate] [blame] [check-ins using] [diff]
2022-08-30
00:48
OFObject: Small API change file: [de6e0ab02e] check-in: [4ad0c363f3] user: js, branch: trunk, size: 13349 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [a04c417381] check-in: [1a86b8175b] user: js, branch: trunk, size: 13229 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [5d133469cf] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 13229 [annotate] [blame] [check-ins using] [diff]
2021-04-17
15:04
of_sandbox_unveil_path_t -> OFSandboxUnveilPath file: [b1b81d67f2] check-in: [a85797b5e9] user: js, branch: new-naming-convention, size: 13256 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [0adf8a4901] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 13261 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c9f40044df] check-in: [374e1a1bfa] user: js, branch: trunk, size: 13268 [annotate] [blame] [check-ins using] [diff]
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: [103c5612bc] check-in: [aeb403a1ed] user: js, branch: trunk, size: 13357 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [66d9366bf3] check-in: [c7f0229795] user: js, branch: trunk, size: 13352 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [5b2bbde3cc] check-in: [0509d7a844] user: js, branch: trunk, size: 13349 [annotate] [blame] [check-ins using] [diff]
2018-11-04
16:24
OFSandbox: Add support for unveil() file: [beb1d8bb3f] check-in: [648522a4e6] user: js, branch: trunk, size: 13343 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [96a0d71157] check-in: [7e5c81e186] user: js, branch: trunk, size: 12016 [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
Small optimization for -[isEqual:] file: [7c29c72b15] check-in: [526feacebc] user: js, branch: trunk, size: 11993 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [aa77760050] check-in: [2f4e0df8be] user: js, branch: trunk, size: 12131 [annotate] [blame] [check-ins using] [diff]

2017-09-09
18:45
Add missing #include "config.h" file: [0482993709] check-in: [143a03a8f0] user: js, branch: trunk, size: 12127 [annotate] [blame] [check-ins using] [diff]
2017-08-19
23:57
OFSandbox: Use a bitfield instead of many bools file: [23c027450b] check-in: [fa0451afdb] user: js, branch: trunk, size: 12106 [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: [3da3a171ab] check-in: [4af49a13c3] user: js, branch: trunk, size: 9115 [annotate] [blame] [check-ins using] [diff]

2017-04-09
18:22
Added: Add OFSandbox

Only OpenBSD's pledge() is supported so far. file: [d7f3bcd0a9] check-in: [40cf53506a] user: js, branch: trunk, size: 9114 [annotate] [blame] [check-ins using]