ObjFW  History of src/exceptions/OFSandboxActivationFailedException.h of c7f0229795431423

History of the file that is called src/exceptions/OFSandboxActivationFailedException.h at check-in c7f0229795431423

2024-04-03
02:16
Change license to LGPLv3 only file: [c9f567cc26] check-in: [7413a728a7] user: js, branch: trunk, size: 1283 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [ad6c7a30e5] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1075 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [9ed53939e1] check-in: [8939cbdb52] user: js, branch: trunk, size: 1075 [annotate] [blame] [check-ins using] [diff]
2022-10-23
16:21
Renamed src/exceptions/OFSandboxActivationFailedException.h → src/exceptions/OFActivateSandboxFailedException.h. Rename a few exceptions for consistency file: [97726da76a] check-in: [2872ce314d] user: js, branch: trunk, size: 1075 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [3961f69a33] check-in: [1a86b8175b] user: js, branch: trunk, size: 1077 [annotate] [blame] [check-ins using] [diff]
2021-03-30
21:23
Merge trunk into 1.0 branch file: [c3a79f74bb] check-in: [564d6d6b6f] user: js, branch: 1.0, size: 1077 [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
*.h: Fold methods into one line where it fits file: [60b5308f3d] check-in: [1948e7e972] user: js, branch: trunk, size: 1915 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [733e9e1e23] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1925 [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: [21ea9e53e1] check-in: [510628432f] user: js, branch: 1.0, size: 1176 [annotate] [blame] [check-ins using] [diff]

2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [4b78a21d95] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2014 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [f5a736136f] check-in: [c7f0229795] user: js, branch: trunk, size: 2014 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [c2693b38c0] check-in: [0509d7a844] user: js, branch: trunk, size: 2011 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [79bf8a95b6] check-in: [7e5c81e186] user: js, branch: trunk, size: 2005 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [c1c85027e4] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1982 [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: [1244c14808] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1968 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [d372fc8333] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1940 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
Also use nonatomic for non-object properties file: [b1df1eba39] check-in: [f663d40cbd] user: js, branch: trunk, size: 1914 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [bce4153e83] check-in: [16c05e87e1] user: js, branch: trunk, size: 1903 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [a9acd16049] check-in: [4af49a13c3] user: js, branch: trunk, size: 1836 [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
exceptions: Add nullability specifiers file: [b24879b2d6] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1834 [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. file: [f657c2f2e0] check-in: [0a73af49f0] user: js, branch: trunk, size: 1786 [annotate] [blame] [check-ins using] [diff]

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

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