ObjFW  History of src/exceptions/OFMutexUnlockFailedException.h of 4fc7884fb12c7b00

History of file src/exceptions/OFMutexUnlockFailedException.h at check-in 4fc7884fb12c7b00

2012-10-26
11:23
Deleted: Add OFLocking protocol. check-in: [7c33158c22] user: js, branch: trunk, size: 0
2012-10-09
15:07
Make use of instancetype. file: [e315fb187a] check-in: [fb515e8e24] user: js, branch: trunk, size: 1489 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [5ec4027c40] check-in: [c7adbcf399] user: js, branch: trunk, size: 1475 [annotate] [blame] [check-ins using] [diff]
2012-02-01
13:42
Clean up the properties mess. file: [4c5bcb5519] check-in: [c1b35e1495] user: js, branch: trunk, size: 1464 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [2043b1de5d] check-in: [ce70e17b38] user: js, branch: trunk, size: 1467 [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: [e3dde65ccc] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1461 [annotate] [blame] [check-ins using] [diff]

2011-03-25
15:22
Pass the mutex for mutex exceptions. file: [0397bcea81] check-in: [343e80e785] user: js, branch: trunk, size: 1449 [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [accd9410dd] check-in: [e1eea29286] user: js, branch: trunk, size: 703 [annotate] [blame] [check-ins using]