ObjFW  History of src/exceptions/OFNotConnectedException.h of e1eea29286696526

History of the file that is called src/exceptions/OFNotConnectedException.h at check-in e1eea29286696526

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
sockets have no common superclass, as one is stream-oriented while the
other is packet-oriented.

Read and write exceptions are for any object now, as they are useful for
a lot more than just for streams, while the others (bind, listen, etc.)
are for any socket now (the type is id in this case, though, as there is
no common superclass). file: [913bbdc96f] check-in: [8d2a5052fd] user: js, branch: trunk, size: 1439 [annotate] [blame] [check-ins using] [diff]

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
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [6e928fd0ee] check-in: [3d16a30f41] user: js, branch: trunk, size: 1533 [annotate] [blame] [check-ins using] [diff]

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
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [54fed7532e] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1480 [annotate] [blame] [check-ins using] [diff]

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]