ObjFW  History of src/exceptions/OFMutexLockFailedException.m of 50a6d34eff04c19a

History of the file that is called src/exceptions/OFMutexLockFailedException.m at check-in 50a6d34eff04c19a

2012-10-26
11:23
Deleted: Add OFLocking protocol. (check-in: [7c33158c22] user: js, branch: trunk, size: 0)
11:04
[f08d944c22] part of check-in [0a55edad35] Split OFThread.m into multiple files.

It was time to finally have one file per class. (check-in: [0a55edad35] user: js, branch: trunk, size: 1528) [annotate] [blame] [check-ins using] [diff]

2012-10-09
15:07
[addab7c263] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 1529) [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
[d6f9329fe7] part of check-in [c7adbcf399] Clean up properties in exceptions. (check-in: [c7adbcf399] user: js, branch: trunk, size: 1515) [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
[0f471f5960] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 1508) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[96099c5585] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1499) [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
[836573c633] part of check-in [e1e7ffa903] 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. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 1493) [annotate] [blame] [check-ins using] [diff]

2011-09-11
00:03
[cfc2a2c3db] part of check-in [74eeea199c] Make use of the fact that -[retain] and -[release] must not throw. (check-in: [74eeea199c] user: js, branch: trunk, size: 1461) [annotate] [blame] [check-ins using] [diff]
2011-06-06
15:53
[6cdc6df2bc] part of check-in [df329a38cd] Add missing imports to make gcc from trunk happy. (check-in: [df329a38cd] user: js, branch: trunk, size: 1522) [annotate] [blame] [check-ins using] [diff]
2011-03-25
15:22
[b44ad10d78] part of check-in [343e80e785] Pass the mutex for mutex exceptions. (check-in: [343e80e785] user: js, branch: trunk, size: 1501) [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: [e907d72b31] part of check-in [e1eea29286] Split OFExceptions.{h,m} into one file per exception. (check-in: [e1eea29286] user: js, branch: trunk, size: 885) [annotate] [blame] [check-ins using]