ObjFW  History of src/exceptions/OFSandboxActivationFailedException.h of 510628432fdc10bc

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

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

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

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

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

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

2017-05-02
21:10
[b24879b2d6] part of check-in [cc4cb0d824] exceptions: Add nullability specifiers (check-in: [cc4cb0d824] user: js, branch: trunk, size: 1834) [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
[f657c2f2e0] part of check-in [0a73af49f0] 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. (check-in: [0a73af49f0] user: js, branch: trunk, size: 1786) [annotate] [blame] [check-ins using] [diff]

2017-04-09
18:22
Added: [d2232b4386] part of check-in [40cf53506a] Add OFSandbox

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