History of file src/exceptions/OFNotConnectedException.m at check-in 2713b481a1472825
2015-05-06
| ||
20:18 | Deleted: OFNotConnectedException -> OFNotOpenException check-in: [ff759684e2] user: js, branch: trunk, size: 0 | |
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: [284b7d5620] check-in: [cfd374b906] user: js, branch: trunk, size: 1215 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-01-25
| ||
17:39 |
Generalize stream / socket related exceptions
This is in preparation for adding UDP sockets, as UDP sockets and TCP Read and write exceptions are for any object now, as they are useful for | |
2014-01-04
| ||
00:24 | Update copyright. file: [630fdbfb50] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1291 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [d144f51e1d] check-in: [35dafd5c57] user: js, branch: trunk, size: 1285 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [395fdef6b4] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1375 [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: [096c56ad4d] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1471 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [202a3a6c5f] check-in: [e40729d406] user: js, branch: trunk, size: 1558 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [96b427f88f] check-in: [737a82e1a4] user: js, branch: trunk, size: 1557 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [8acf7b92e8] check-in: [813c00ccf0] user: js, branch: trunk, size: 1557 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [0d876782a7] check-in: [917ce5754c] user: js, branch: trunk, size: 1551 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [24094739a0] check-in: [fb515e8e24] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] [diff] | |
2012-10-03
| ||
15:41 | Move definition of restricted to OFObject.h. file: [497115d130] check-in: [7239333455] user: js, branch: trunk, size: 1569 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [f07b495d09] check-in: [c7adbcf399] user: js, branch: trunk, size: 1549 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [0c7a0604fc] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1542 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [ed27efcb61] check-in: [ce70e17b38] user: js, branch: trunk, size: 1533 [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: [3cf49774fa] check-in: [74eeea199c] user: js, branch: trunk, size: 1495 [annotate] [blame] [check-ins using] [diff] | |
2011-06-06
| ||
15:53 | Add missing imports to make gcc from trunk happy. file: [2f7d4a9cb8] check-in: [df329a38cd] user: js, branch: trunk, size: 1556 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
21:17 | Pass the stream for stream exceptions. file: [ba0d7f211d] check-in: [7ced2e7b6a] user: js, branch: trunk, size: 1532 [annotate] [blame] [check-ins using] [diff] | |
20:36 | Pass the socket for socket exceptions. file: [25504636c1] check-in: [a8df2cff5f] user: js, branch: trunk, size: 1345 [annotate] [blame] [check-ins using] [diff] | |
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [0c3725a393] check-in: [e1eea29286] user: js, branch: trunk, size: 887 [annotate] [blame] [check-ins using] | |