ObjFW  History of src/OFSandbox.h of 374e1a1bfa30d767

History of the file that is called src/OFSandbox.h at check-in 374e1a1bfa30d767

2024-01-02
17:17
Update copyright file: [c3001072d2] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3731 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b0b31c3419] check-in: [8939cbdb52] user: js, branch: trunk, size: 3731 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [021642ddcf] check-in: [1038191a03] user: js, branch: trunk, size: 3731 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [8f1c6b186c] check-in: [1a86b8175b] user: js, branch: trunk, size: 3737 [annotate] [blame] [check-ins using] [diff]
2021-04-25
20:12
Merge trunk into branch "sandbox" file: [265bd0f32a] check-in: [1c5fb04713] user: js, branch: sandbox, size: 6867 [annotate] [blame] [check-ins using] [diff]
2021-04-17
15:04
of_sandbox_unveil_path_t -> OFSandboxUnveilPath file: [6bf325540a] check-in: [a85797b5e9] user: js, branch: new-naming-convention, size: 3737 [annotate] [blame] [check-ins using] [diff]
2021-03-30
21:23
Merge trunk into 1.0 branch file: [45b415f7fe] check-in: [564d6d6b6f] user: js, branch: 1.0, size: 3752 [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
*.h: Fold methods into one line where it fits file: [1e881e635b] check-in: [1948e7e972] user: js, branch: trunk, size: 6882 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [a2013331bb] check-in: [374e1a1bfa] user: js, branch: trunk, size: 6889 [annotate] [blame] [check-ins using] [diff]
2020-12-22
13:16
Make OFSandbox private

It is unclear whether the same API can be applied to other sandboxing
frameworks. file: [6889cf69c3] check-in: [510628432f] user: js, branch: 1.0, size: 3848 [annotate] [blame] [check-ins using] [diff]

2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [e483b091af] check-in: [163a4a5a2e] user: js, branch: trunk, size: 6978 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. file: [be5db90e47] check-in: [ef614a225d] user: js, branch: trunk, size: 6978 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [42b6387e23] check-in: [c7f0229795] user: js, branch: trunk, size: 6967 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [d6216c6849] check-in: [496695d778] user: js, branch: trunk, size: 6964 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [091d297073] check-in: [0509d7a844] user: js, branch: trunk, size: 6943 [annotate] [blame] [check-ins using] [diff]
2018-11-11
22:16
OFSandbox: Avoid unveiling already unveiled paths

When changing and activating a sandbox again, do not unveil paths that
have already been unveiled by the previous activation. file: [572224ada5] check-in: [8af3eedb02] user: js, branch: trunk, size: 6937 [annotate] [blame] [check-ins using] [diff]

2018-11-04
16:24
OFSandbox: Add support for unveil() file: [814bcfc2f4] check-in: [648522a4e6] user: js, branch: trunk, size: 6900 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [f0eb5fcbac] check-in: [7e5c81e186] user: js, branch: trunk, size: 5203 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [3ea65e10c2] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 5180 [annotate] [blame] [check-ins using] [diff]
2017-08-19
23:57
OFSandbox: Use a bitfield instead of many bools file: [81fb90e19c] check-in: [fa0451afdb] user: js, branch: trunk, size: 4864 [annotate] [blame] [check-ins using] [diff]
2017-06-05
18:56
Doxyfile: Add missing defines file: [e2241ff0ad] check-in: [4b6dfe02f2] user: js, branch: trunk, size: 4448 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
Also use nonatomic for non-object properties file: [1de6e8165f] check-in: [f663d40cbd] user: js, branch: trunk, size: 4471 [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: [caa850467d] check-in: [4af49a13c3] user: js, branch: trunk, size: 4135 [annotate] [blame] [check-ins using] [diff]

2017-04-14
02:28
OFSandbox: Revert using a bitfield

GCC does not support properties that use a bit field. file: [f00e17ef0d] check-in: [02ccf37477] user: js, branch: trunk, size: 4134 [annotate] [blame] [check-ins using] [diff]

2017-04-13
12:57
OFSandbox: Don't waste memory on bools file: [68c11f76c6] check-in: [0fc70a4510] user: js, branch: trunk, size: 4326 [annotate] [blame] [check-ins using] [diff]
2017-04-09
18:22
Added: Add OFSandbox

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