History of file src/exceptions/OFAlreadyConnectedException.h at check-in ae5cb371c3bec158
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [cedfbe282a] check-in: [164f2fb4bf] user: js, branch: trunk, size: 1757 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [c5e78ef424] check-in: [7413a728a7] user: js, branch: trunk, size: 1781 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [aea93ead79] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1573 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [3da7a0a138] check-in: [8939cbdb52] user: js, branch: trunk, size: 1573 [annotate] [blame] [check-ins using] [diff] | |
2022-12-27
| ||
13:58 | Renamed src/exceptions/OFAlreadyConnectedException.h → src/exceptions/OFAlreadyOpenException.h. Rename OFAlready{Connected -> Open}Exception file: [f7277d1a0d] check-in: [29a41e5a78] user: js, branch: trunk, size: 1573 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
14:34 | Either restrict subclassing or reserve ivars file: [ac208c2ef2] check-in: [c40a295629] user: js, branch: trunk, size: 1662 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [56f0934858] check-in: [1a86b8175b] user: js, branch: trunk, size: 1612 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [91a207cfb5] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1612 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [e56b6041c7] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1701 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [5c499e1415] check-in: [c7f0229795] user: js, branch: trunk, size: 1701 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [a0d4c14a54] check-in: [0509d7a844] user: js, branch: trunk, size: 1698 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [9d8926d246] check-in: [7e5c81e186] user: js, branch: trunk, size: 1692 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [813b5c8c15] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1669 [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: [2c13417f6e] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1648 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [394c47d4b8] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1622 [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: [db503396ba] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1641 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [910e1cb861] check-in: [2a27cf3000] user: js, branch: trunk, size: 1526 [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-01-03
| ||
20:57 | Update copyright file: [377d0fe684] check-in: [cfd374b906] user: js, branch: trunk, size: 1637 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [76a9c3fc41] check-in: [246cfe0807] user: js, branch: trunk, size: 1631 [annotate] [blame] [check-ins using] [diff] | |
2014-01-27
| ||
11:35 | Generalize forgotten socket related exceptions file: [d71c747bb3] check-in: [be1fb59dfa] user: js, branch: trunk, size: 1517 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [dd3d7a6071] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1588 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [08f9dbcbbf] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1582 [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-04-26
| ||
19:42 | Make it possible to disable sockets. file: [a1bbdc5954] check-in: [590c377d8a] user: js, branch: trunk, size: 1780 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [5e96c85485] check-in: [e40729d406] user: js, branch: trunk, size: 1718 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [8c89edc113] check-in: [813c00ccf0] user: js, branch: trunk, size: 1717 [annotate] [blame] [check-ins using] [diff] | |
2012-10-29
| ||
08:00 | Documentation improvements. file: [d77fb10305] check-in: [7a3977d7fd] user: js, branch: 0.7, size: 1711 [annotate] [blame] [check-ins using] [diff] | |
07:59 | Documentation improvements. file: [adb1b16144] check-in: [63bf4de97b] user: js, branch: trunk, size: 1711 [annotate] [blame] [check-ins using] [diff] | |
2012-10-28
| ||
12:38 | Switch to a headerdoc-compatible doc format. file: [64d62a7a56] check-in: [1ad9565253] user: js, branch: trunk, size: 1560 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [f0f3a732ca] check-in: [fb515e8e24] user: js, branch: trunk, size: 1560 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [215f2f15e9] check-in: [c7adbcf399] user: js, branch: trunk, size: 1546 [annotate] [blame] [check-ins using] [diff] | |
2012-02-01
| ||
13:42 | Clean up the properties mess. file: [780337ce08] check-in: [c1b35e1495] user: js, branch: trunk, size: 1535 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [e359844065] check-in: [ce70e17b38] user: js, branch: trunk, size: 1538 [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
| ||
20:36 | Pass the socket for socket exceptions. file: [15e72a820b] check-in: [a8df2cff5f] user: js, branch: trunk, size: 1520 [annotate] [blame] [check-ins using] [diff] | |
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [86f0bbf938] check-in: [e1eea29286] user: js, branch: trunk, size: 749 [annotate] [blame] [check-ins using] | |