History of file src/exceptions/OFAlreadyConnectedException.m at check-in ae5cb371c3bec158
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [648c8fe72a] check-in: [7413a728a7] user: js, branch: trunk, size: 1457 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [97afd1314e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [4a1dff0be6] check-in: [8939cbdb52] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2022-12-27
| ||
13:58 | Renamed src/exceptions/OFAlreadyConnectedException.m → src/exceptions/OFAlreadyOpenException.m. Rename OFAlready{Connected -> Open}Exception file: [c81458b855] check-in: [29a41e5a78] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2022-10-22
| ||
17:29 | Split OFConnectSocketFailedException in subclasses file: [9abd285501] check-in: [179b60bfb4] user: js, branch: trunk, size: 1312 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [055eee0622] check-in: [1a86b8175b] user: js, branch: trunk, size: 1320 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [c91e548143] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1320 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [74939bf32e] check-in: [c7f0229795] user: js, branch: trunk, size: 1409 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [1763818a1c] check-in: [0509d7a844] user: js, branch: trunk, size: 1406 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [5e9b7618a1] check-in: [7e5c81e186] user: js, branch: trunk, size: 1400 [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: [2c5cb8ffaf] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1349 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [e64bcd1baf] check-in: [4af49a13c3] user: js, branch: trunk, size: 1301 [annotate] [blame] [check-ins using] [diff] | |
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: [eeb597592d] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1307 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [98e9b20c74] check-in: [2a27cf3000] user: js, branch: trunk, size: 1294 [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-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: [066c417ccd] check-in: [cfd374b906] user: js, branch: trunk, size: 1323 [annotate] [blame] [check-ins using] [diff] | |
2014-01-27
| ||
11:35 | Generalize forgotten socket related exceptions file: [f384be7749] check-in: [be1fb59dfa] user: js, branch: trunk, size: 1317 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [127aad522e] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1371 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [2609dea2db] check-in: [35dafd5c57] user: js, branch: trunk, size: 1365 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [c94a781825] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1386 [annotate] [blame] [check-ins using] [diff] | |
2013-06-23
| ||
11:28 | OFAlreadyConnectedException: Make socket optional. file: [19c0342b16] check-in: [71f54d7bb6] user: js, branch: trunk, size: 1387 [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-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [baa01ca8b0] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1526 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [8b35209312] check-in: [e40729d406] user: js, branch: trunk, size: 1613 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [539ea0a982] check-in: [737a82e1a4] user: js, branch: trunk, size: 1612 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [ad363ae780] check-in: [813c00ccf0] user: js, branch: trunk, size: 1612 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [ab4527fab8] check-in: [917ce5754c] user: js, branch: trunk, size: 1606 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [5e1a345877] check-in: [fb515e8e24] user: js, branch: trunk, size: 1638 [annotate] [blame] [check-ins using] [diff] | |
2012-10-03
| ||
15:41 | Move definition of restricted to OFObject.h. file: [71611b6537] check-in: [7239333455] user: js, branch: trunk, size: 1624 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [1362a72420] check-in: [c7adbcf399] user: js, branch: trunk, size: 1604 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [7c9868ccaa] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1597 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [0e242f765d] check-in: [ce70e17b38] user: js, branch: trunk, size: 1588 [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-09-11
| ||
00:03 | Make use of the fact that -[retain] and -[release] must not throw. file: [aff1092b87] check-in: [74eeea199c] user: js, branch: trunk, size: 1550 [annotate] [blame] [check-ins using] [diff] | |
2011-06-06
| ||
15:53 | Add missing imports to make gcc from trunk happy. file: [48d0714422] check-in: [df329a38cd] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
21:17 | Pass the stream for stream exceptions. file: [8f294af99b] check-in: [7ced2e7b6a] user: js, branch: trunk, size: 1587 [annotate] [blame] [check-ins using] [diff] | |
20:36 | Pass the socket for socket exceptions. file: [865fb79629] check-in: [a8df2cff5f] user: js, branch: trunk, size: 1400 [annotate] [blame] [check-ins using] [diff] | |
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [fa4dcbbebe] check-in: [e1eea29286] user: js, branch: trunk, size: 951 [annotate] [blame] [check-ins using] | |