History of file src/exceptions/OFSetOptionFailedException.h at check-in fce5cbcdc3ee4049
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [3842dd52c9] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2125 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [870751d1fe] check-in: [7413a728a7] user: js, branch: trunk, size: 2153 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [f9ef2566c9] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff] | |
2023-04-15
| ||
17:30 | OFDDPSocket: Add support for configuring AppleTalk file: [daab9b6b5c] check-in: [ccb53db0d8] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [73cb16f242] check-in: [8939cbdb52] user: js, branch: trunk, size: 1896 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
14:34 | Either restrict subclassing or reserve ivars file: [2fa10041b9] check-in: [c40a295629] user: js, branch: trunk, size: 1896 [annotate] [blame] [check-ins using] [diff] | |
2022-04-24
| ||
09:40 | Reorder more declarations for consistency file: [fd8e9dd895] check-in: [7e1d2b5cd6] user: js, branch: trunk, size: 1847 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [1f8eb9d1a2] check-in: [1a86b8175b] user: js, branch: trunk, size: 1847 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
15:07 | *.h: Fold methods into one line where it fits file: [c0acfc31e0] check-in: [1948e7e972] user: js, branch: trunk, size: 1847 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [2b0c0efdc7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1856 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [3ad19fbb9d] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [dc6c897ccd] check-in: [c7f0229795] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [9c07063b70] check-in: [0509d7a844] user: js, branch: trunk, size: 1942 [annotate] [blame] [check-ins using] [diff] | |
2018-08-04
| ||
16:23 | Support for non-blocking UDP sockets file: [225ac67fef] check-in: [7de9d67be9] user: js, branch: trunk, size: 1936 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [ae0347307b] check-in: [7e5c81e186] user: js, branch: trunk, size: 1983 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [75750a4cf0] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1960 [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 | |
2017-06-04
| ||
23:41 | Add designated initializer to all exceptions file: [017f4d3212] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1918 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
16:29 | Also use nonatomic for non-object properties file: [de32f0a06b] check-in: [f663d40cbd] user: js, branch: trunk, size: 1892 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [a96b5b7e0c] check-in: [16c05e87e1] user: js, branch: trunk, size: 1881 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [4fba02e1a0] check-in: [4af49a13c3] user: js, branch: trunk, size: 1814 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [7844ba8833] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1812 [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 | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [3fd42b38db] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1968 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [ec2e587f17] check-in: [2a27cf3000] user: js, branch: trunk, size: 1755 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-04-11
| ||
11:04 | Documentation improvements file: [c1e9c61f43] check-in: [efc6b07e2c] user: js, branch: trunk, size: 1964 [annotate] [blame] [check-ins using] [diff] | |
2015-02-16
| ||
08:39 |
Explicitly pass errno to exceptions
The old behaviour where the exception would access errno directly on This also greatly increases errno handling on Win32, especially in | |
2015-01-03
| ||
20:57 | Update copyright file: [7f61e0c7f4] check-in: [cfd374b906] user: js, branch: trunk, size: 1634 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [25e976cf33] check-in: [246cfe0807] user: js, branch: trunk, size: 1628 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [6ef8ece929] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1517 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [ed31d08d1c] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1511 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [2d153af019] check-in: [e40729d406] user: js, branch: trunk, size: 1709 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [bd44868d64] check-in: [813c00ccf0] user: js, branch: trunk, size: 1708 [annotate] [blame] [check-ins using] [diff] | |
2012-10-29
| ||
08:00 | Documentation improvements. file: [f353dc8cb7] check-in: [7a3977d7fd] user: js, branch: 0.7, size: 1702 [annotate] [blame] [check-ins using] [diff] | |
07:59 | Documentation improvements. file: [36e71c7288] check-in: [63bf4de97b] user: js, branch: trunk, size: 1702 [annotate] [blame] [check-ins using] [diff] | |
2012-10-28
| ||
12:38 | Switch to a headerdoc-compatible doc format. file: [ff3c1ac6a2] check-in: [1ad9565253] user: js, branch: trunk, size: 1404 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [3b6762b0cd] check-in: [fb515e8e24] user: js, branch: trunk, size: 1404 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [f511e39b74] check-in: [c7adbcf399] user: js, branch: trunk, size: 1390 [annotate] [blame] [check-ins using] [diff] | |
2012-02-01
| ||
13:42 | Clean up the properties mess. file: [f82984557f] check-in: [c1b35e1495] user: js, branch: trunk, size: 1379 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [bd752c6e9f] check-in: [ce70e17b38] user: js, branch: trunk, size: 1382 [annotate] [blame] [check-ins using] [diff] | |
2011-09-22
| ||
23:25 |
Exceptions are now autoreleased.
This is safe as an "exception loop" can't happen, since if allocating So, the worst case would be that an autorelease of an exception fails, | |
2011-03-24
| ||
21:17 | Pass the stream for stream exceptions. file: [0409392fd7] check-in: [7ced2e7b6a] user: js, branch: trunk, size: 1364 [annotate] [blame] [check-ins using] [diff] | |
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [2231035311] check-in: [e1eea29286] user: js, branch: trunk, size: 701 [annotate] [blame] [check-ins using] | |