ObjFW  All files named "src/exceptions/OFConnectionFailedException.m"

History for src/exceptions/OFConnectionFailedException.m

2022-10-22
18:21
Renamed to src/exceptions/OFConnectSocketFailedException.m. Merge trunk into branch "appletalk" check-in: [ec6ee4c269] user: js, branch: appletalk, size: 0
16:50
Renamed to src/exceptions/OFConnectSocketFailedException.m. Rename OFConnect{ion -> Socket}FailedException check-in: [43b57ece47] user: js, branch: trunk, size: 0
16:41
OF[IS]PX(Stream)Socket: Bind with network & node file: [d635dfc0b4] check-in: [b29f11ed25] user: js, branch: trunk, size: 3800 [annotate] [blame] [check-ins using] [diff]
2022-08-06
14:43
Reorder node and network of IPX sockets

This is more standard, albeit -[connectToNetwork:node:port:] sounding a
little bit more like you connect to a network rather than a node. file: [2c0b32486f] check-in: [ccc6a77c55] user: js, branch: trunk, size: 3788 [annotate] [blame] [check-ins using] [diff]

2022-04-25
19:14
More reordering for consistency file: [1671ca3ac8] check-in: [8cb6fafdc0] user: js, branch: trunk, size: 3799 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [6f77903dfd] check-in: [1a86b8175b] user: js, branch: trunk, size: 3799 [annotate] [blame] [check-ins using] [diff]
2021-10-24
21:15
Add OFUNIXStreamSocket file: [06fae122e8] check-in: [aaf477fc88] user: js, branch: unix-sockets, size: 3799 [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
Rename all symbols marked extern file: [847ad9798b] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 3091 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [55b2b79014] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3094 [annotate] [blame] [check-ins using] [diff]
2020-05-01
13:58
Fix GCC 4.6 and AmigaOS build file: [7c382ce8cb] check-in: [39cdae41f8] user: js, branch: trunk, size: 3183 [annotate] [blame] [check-ins using] [diff]
2020-04-29
23:59
Add OFSPXSocket file: [d44715253f] check-in: [857f8edc09] user: js, branch: trunk, size: 3199 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [19c84f566e] check-in: [c7f0229795] user: js, branch: trunk, size: 2005 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [c4f481ebbc] check-in: [0509d7a844] user: js, branch: trunk, size: 2002 [annotate] [blame] [check-ins using] [diff]
2018-08-26
12:46
Initial support for async connect without threads file: [3dbed8589a] check-in: [1e79c0a969] user: js, branch: trunk, size: 1996 [annotate] [blame] [check-ins using] [diff]
2018-04-22
17:48
Make ObjFW compile for AmigaOS 3 file: [67236a818b] check-in: [0b07c8fcfa] user: js, branch: trunk, size: 1802 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [8aa06d8a8e] check-in: [7e5c81e186] user: js, branch: trunk, size: 1825 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [3c5a633219] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1802 [annotate] [blame] [check-ins using] [diff]

2017-06-05
17:36
Clean up exceptions a little

This removes several initializers that omitted the errNo. Removing those
forces to think about whether there is a meaningful errNo to set instead
of just omitting it. file: [b27bc422f6] check-in: [4f36894ce7] user: js, branch: trunk, size: 1760 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [58a22b0050] check-in: [cc5923d6bb] user: js, branch: trunk, size: 2356 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:56
Fix compilation with GCC file: [362d0afa20] check-in: [4df6ab6bca] user: js, branch: trunk, size: 2431 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [6e3b6ce290] check-in: [4af49a13c3] user: js, branch: trunk, size: 2374 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [8b464d6b37] check-in: [44f45c2e35] user: js, branch: trunk, size: 2369 [annotate] [blame] [check-ins using] [diff]

2016-10-09
01:06
Remove inttypes.h include from OFString.h

This fixes including a non-module header in a module. file: [d57c87def4] check-in: [9c108208ef] user: js, branch: trunk, size: 2363 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [631cb87113] check-in: [cec0f072f8] user: js, branch: 0.8, size: 2427 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [f744d6397e] check-in: [2a27cf3000] user: js, branch: trunk, size: 2340 [annotate] [blame] [check-ins using] [diff]

2015-11-29
11:43
Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). file: [9f4d9145c0] check-in: [48980f2297] user: js, branch: trunk, size: 2336 [annotate] [blame] [check-ins using] [diff]

2015-02-16
08:39
Explicitly pass errno to exceptions

The old behaviour where the exception would access errno directly on
creation of the exception was very fragile. The two main problems with
it were that sometimes it would pick up an errno even though none had
been set and in other cases that when the exception was created errno
had already been overridden.

This also greatly increases errno handling on Win32, especially in
conjunction with sockets. It can still be improved further, though. file: [77019ce3e4] check-in: [62e2de30b9] user: js, branch: trunk, size: 2423 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [03825848e7] check-in: [cfd374b906] user: js, branch: trunk, size: 1778 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [72c4bcebf0] check-in: [13ee56edf3] user: js, branch: trunk, size: 1772 [annotate] [blame] [check-ins using] [diff]

2014-01-27
11:35
Generalize forgotten socket related exceptions file: [9a3aa0b1c9] check-in: [be1fb59dfa] user: js, branch: trunk, size: 1791 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [2e9f453e47] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1845 [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:12
Add OF_INVALID_INIT_METHOD. file: [d2abef410f] check-in: [35dafd5c57] user: js, branch: trunk, size: 1839 [annotate] [blame] [check-ins using] [diff]
2013-11-20
22:06
Make exception properties atomic. file: [471928a109] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1929 [annotate] [blame] [check-ins using] [diff]
2013-07-05
16:54
Map WSA error codes to standard error codes. file: [4036f5e827] check-in: [e790f0e1f0] user: js, branch: trunk, size: 1931 [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: [6f870ca40c] check-in: [3d16a30f41] user: js, branch: trunk, size: 1868 [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [aea20b11c3] check-in: [c5ef582958] user: js, branch: trunk, size: 1974 [annotate] [blame] [check-ins using] [diff]

2013-02-13
23:10
Don't cache the description of exceptions.

This was pretty pointless, as it's usually only used once. file: [039141bbfb] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1968 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [ed77afb6a3] check-in: [e40729d406] user: js, branch: trunk, size: 2055 [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
Move abort() to make old GCCs happy. file: [122bf660e2] check-in: [737a82e1a4] user: js, branch: trunk, size: 2044 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [54af7a3754] check-in: [813c00ccf0] user: js, branch: trunk, size: 2044 [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
Add -[doesNotRecognizeSelector:]. file: [489e5ee9c3] check-in: [917ce5754c] user: js, branch: trunk, size: 2038 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [c39e733948] check-in: [fb515e8e24] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [96c7efdf5e] check-in: [c7adbcf399] user: js, branch: trunk, size: 2042 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [c9f175e2a4] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2028 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [134f8efbd2] check-in: [ce70e17b38] user: js, branch: trunk, size: 2019 [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: [579f49dedb] check-in: [e1e7ffa903] user: js, branch: trunk, size: 2013 [annotate] [blame] [check-ins using] [diff]

2011-06-06
15:53
Add missing imports to make gcc from trunk happy. file: [4942ddb4be] check-in: [df329a38cd] user: js, branch: trunk, size: 1981 [annotate] [blame] [check-ins using] [diff]
2011-04-27
21:29
Fix a typo in -[description] of OFConnectionFailedException. file: [ad4dc4b722] check-in: [560fbbd0b8] user: js, branch: 0.5, size: 1957 [annotate] [blame] [check-ins using] [diff]
2011-03-24
20:36
Pass the socket for socket exceptions. file: [5af8de549d] check-in: [a8df2cff5f] user: js, branch: trunk, size: 1956 [annotate] [blame] [check-ins using] [diff]
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [c3843b39a9] check-in: [e1eea29286] user: js, branch: trunk, size: 1776 [annotate] [blame] [check-ins using]