History of file src/exceptions/OFGetOptionFailedException.h at check-in 1f9070d2046158cc
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [376f0011ef] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2143 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [eb77faa3f3] check-in: [7413a728a7] user: js, branch: trunk, size: 2171 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [aae90c71d3] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1963 [annotate] [blame] [check-ins using] [diff] | |
2023-04-15
| ||
17:30 | OFDDPSocket: Add support for configuring AppleTalk file: [6b97dd37ec] check-in: [ccb53db0d8] user: js, branch: trunk, size: 1963 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [bce179e7f5] check-in: [8939cbdb52] user: js, branch: trunk, size: 1914 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
14:34 | Either restrict subclassing or reserve ivars file: [a8c8d533b3] check-in: [c40a295629] user: js, branch: trunk, size: 1914 [annotate] [blame] [check-ins using] [diff] | |
2022-04-23
| ||
12:26 | More declaration reordering and nullability fixes file: [07bdd97238] check-in: [59fc5153a1] user: js, branch: trunk, size: 1865 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [3a9cb36035] check-in: [1a86b8175b] user: js, branch: trunk, size: 1865 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
15:07 | *.h: Fold methods into one line where it fits file: [ad1a96e3af] check-in: [1948e7e972] user: js, branch: trunk, size: 1865 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [50223e7393] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1874 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [2d9859c7e8] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1963 [annotate] [blame] [check-ins using] [diff] | |
2020-05-03
| ||
12:14 | OFDatagramSocket: Add broadcastAllowed property file: [70541d2ad1] check-in: [310fd74f89] user: js, branch: trunk, size: 1963 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [4a4969db85] check-in: [c7f0229795] user: js, branch: trunk, size: 2004 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [ba9a2efcd1] check-in: [0509d7a844] user: js, branch: trunk, size: 2001 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [1fdae337bf] check-in: [7e5c81e186] user: js, branch: trunk, size: 1995 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [fc27a4df6e] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1972 [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: [0308db8cf6] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1930 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
16:29 | Also use nonatomic for non-object properties file: [e79b2ff6e7] check-in: [f663d40cbd] user: js, branch: trunk, size: 1904 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [f743d09cdc] check-in: [16c05e87e1] user: js, branch: trunk, size: 1893 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [fa09b15fcb] check-in: [4af49a13c3] user: js, branch: trunk, size: 1826 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [be9a0844ee] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1824 [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: [839d67507a] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1980 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [89cf271352] check-in: [2a27cf3000] user: js, branch: trunk, size: 1767 [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-05-03
| ||
10:16 |
Added:
OFTCPSocket: Add -[setTCPNoDelayEnabled:]
This also adds -[isTCPNoDelayEnabled] and -[isKeepAliveEnabled], | |