ObjFW  History of src/exceptions/OFCopyFileFailedException.h of 3d6917fe0bf6d66d

History of the file that is called src/exceptions/OFCopyFileFailedException.h at check-in 3d6917fe0bf6d66d

2013-12-09
22:19
Deleted: Add +[OFFile copyItemAtPath:toPath:].

This replaces +[OFFile copyFileAtPath:toPath:]. check-in: [169f06e1ec] user: js, branch: trunk, size: 0

2013-11-20
22:06
Make exception properties atomic. file: [ef3edabe1c] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1976 [annotate] [blame] [check-ins using] [diff]
2013-06-28
18:43
Include errno in headers for exceptions using it. file: [7fef79058c] check-in: [3d6917fe0b] user: js, branch: trunk, size: 1998 [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: [7be6098eb8] check-in: [3d16a30f41] user: js, branch: trunk, size: 1978 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [8e2325479f] check-in: [e40729d406] user: js, branch: trunk, size: 2167 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [999eac0ccf] check-in: [813c00ccf0] user: js, branch: trunk, size: 2142 [annotate] [blame] [check-ins using] [diff]
2012-10-29
08:00
Documentation improvements. file: [3168d8b98e] check-in: [7a3977d7fd] user: js, branch: 0.7, size: 2136 [annotate] [blame] [check-ins using] [diff]
07:59
Documentation improvements. file: [165c03ea07] check-in: [63bf4de97b] user: js, branch: trunk, size: 2136 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [ed051cb16e] check-in: [1ad9565253] user: js, branch: trunk, size: 1885 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [2ecd97f65f] check-in: [fb515e8e24] user: js, branch: trunk, size: 1885 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [1914cc8f7e] check-in: [c7adbcf399] user: js, branch: trunk, size: 1871 [annotate] [blame] [check-ins using] [diff]
2012-02-01
13:42
Clean up the properties mess. file: [971557495a] check-in: [c1b35e1495] user: js, branch: trunk, size: 1853 [annotate] [blame] [check-ins using] [diff]
2012-01-31
13:39
Rename a few variables that were forgotten in the past. file: [c92e579477] check-in: [aef0a226d8] user: js, branch: trunk, size: 1859 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [fa1e2c9494] check-in: [ce70e17b38] user: js, branch: trunk, size: 1815 [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: [6171556d95] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1809 [annotate] [blame] [check-ins using] [diff]

2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [30e5ddb8e4] check-in: [e1eea29286] user: js, branch: trunk, size: 1807 [annotate] [blame] [check-ins using]