History of file src/exceptions/OFNotConnectedException.h at check-in 965b8afeefa6355c
2015-05-06
| ||
20:18 | Deleted: OFNotConnectedException -> OFNotOpenException check-in: [ff759684e2] user: js, branch: trunk, size: 0 | |
2015-01-03
| ||
20:57 | Update copyright file: [64c3a08772] check-in: [cfd374b906] user: js, branch: trunk, size: 1547 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [8087d9d0b3] check-in: [246cfe0807] user: js, branch: trunk, size: 1541 [annotate] [blame] [check-ins using] [diff] | |
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: [4d081e6530] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1528 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [51e2278647] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1522 [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: [78d1f92282] check-in: [590c377d8a] user: js, branch: trunk, size: 1720 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [281c34dc5e] check-in: [e40729d406] user: js, branch: trunk, size: 1658 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [1bd7530b03] check-in: [813c00ccf0] user: js, branch: trunk, size: 1657 [annotate] [blame] [check-ins using] [diff] | |
2012-10-29
| ||
08:00 | Documentation improvements. file: [59613be5ec] check-in: [7a3977d7fd] user: js, branch: 0.7, size: 1651 [annotate] [blame] [check-ins using] [diff] | |
07:59 | Documentation improvements. file: [01cb208b98] check-in: [63bf4de97b] user: js, branch: trunk, size: 1651 [annotate] [blame] [check-ins using] [diff] | |
2012-10-28
| ||
12:38 | Switch to a headerdoc-compatible doc format. file: [179d782dc0] check-in: [1ad9565253] user: js, branch: trunk, size: 1508 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [b592f8f4ca] check-in: [fb515e8e24] user: js, branch: trunk, size: 1508 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [0e29467b60] check-in: [c7adbcf399] user: js, branch: trunk, size: 1494 [annotate] [blame] [check-ins using] [diff] | |
2012-02-01
| ||
13:42 | Clean up the properties mess. file: [db39529c71] check-in: [c1b35e1495] user: js, branch: trunk, size: 1483 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [e9c284ee11] check-in: [ce70e17b38] user: js, branch: trunk, size: 1486 [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: [951b1065be] check-in: [a8df2cff5f] user: js, branch: trunk, size: 1468 [annotate] [blame] [check-ins using] [diff] | |
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [01fc568575] check-in: [e1eea29286] user: js, branch: trunk, size: 703 [annotate] [blame] [check-ins using] | |