ObjFW  History of src/OFDatagramSocket.m of 371e4c05d41fe064

History of the file that is called src/OFDatagramSocket.m at check-in 371e4c05d41fe064

2024-04-03
02:16
[65c253c5c9] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 10975) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[2a2f93fda5] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 10767) [annotate] [blame] [check-ins using] [diff]
2023-08-02
18:55
[6000a37970] part of check-in [ffb2792718] Work around MorphOS missing UNIQUE_ID (check-in: [ffb2792718] user: js, branch: trunk, size: 10767) [annotate] [blame] [check-ins using] [diff]
18:12
[15013c9476] part of check-in [983342d8dd] Support moving sockets between threads on AmigaOS (check-in: [983342d8dd] user: js, branch: trunk, size: 10690) [annotate] [blame] [check-ins using] [diff]
2023-07-17
19:24
[0470d4f081] part of check-in [3f1ba8d396] Fix building for MorphOS (check-in: [3f1ba8d396] user: js, branch: trunk, size: 9489) [annotate] [blame] [check-ins using] [diff]
2023-07-16
17:53
[e6fec3137b] part of check-in [36c65b8468] OFUNIXDatagramSocket: Allow binding to nil path (check-in: [36c65b8468] user: js, branch: trunk, size: 9478) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[0e772bf0c7] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 9323) [annotate] [blame] [check-ins using] [diff]
2022-11-06
20:31
[ea19c6b109] part of check-in [6ed8be900e] OFDatagramSocket: Make sender nullable (check-in: [6ed8be900e] user: js, branch: trunk, size: 9323) [annotate] [blame] [check-ins using] [diff]
2022-10-22
20:41
[946605e073] part of check-in [f2f2bd294e] OFDatagramSocket: Set correct family for AppleTalk (check-in: [f2f2bd294e] user: js, branch: appletalk, size: 9141) [annotate] [blame] [check-ins using] [diff]
2022-08-06
21:14
[bbb2f277d7] part of check-in [25adea9a23] Don't use struct sockaddr in OFSocketAddress

struct sockaddr can contain a variable length array, which breaks the
union. (check-in: [25adea9a23] user: js, branch: trunk, size: 9029) [annotate] [blame] [check-ins using] [diff]

14:43
[b247f989a0] part of check-in [ccc6a77c55] 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. (check-in: [ccc6a77c55] user: js, branch: trunk, size: 8999) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[57abed2c44] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 8999) [annotate] [blame] [check-ins using] [diff]
2021-10-24
15:14
[dbfe918d5b] part of check-in [94110c9553] Add OFUNIXDatagramSocket (check-in: [94110c9553] user: js, branch: unix-sockets, size: 8999) [annotate] [blame] [check-ins using] [diff]
2021-05-08
19:30
[a53bf3d04b] part of check-in [91131d6d7d] Fix setCanBlock: being inverted on Windows/AmigaOS (check-in: [91131d6d7d] user: js, branch: trunk, size: 8894) [annotate] [blame] [check-ins using] [diff]
2021-04-18
23:18
[d32466923e] part of check-in [4b587c8874] INVALID_SOCKET -> OFInvalidSocketHandle (check-in: [4b587c8874] user: js, branch: new-naming-convention, size: 8893) [annotate] [blame] [check-ins using] [diff]
22:56
[b34095fe0b] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 8837) [annotate] [blame] [check-ins using] [diff]
20:51
[b69241363b] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 8853) [annotate] [blame] [check-ins using] [diff]
2021-04-17
13:58
[a91f3ff6b6] part of check-in [e3c5bb70dd] of_socket_address_t -> OFSocketAddress (check-in: [e3c5bb70dd] user: js, branch: new-naming-convention, size: 8850) [annotate] [blame] [check-ins using] [diff]
03:37
[05b31b2631] part of check-in [b480ef54db] of_run_loop_mode_t -> OFRunLoopMode (check-in: [b480ef54db] user: js, branch: new-naming-convention, size: 8890) [annotate] [blame] [check-ins using] [diff]
03:21
[dd3b60a4d6] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 8930) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[ed638b6427] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 8960) [annotate] [blame] [check-ins using] [diff]
2021-01-14
02:29
[e03ee47321] part of check-in [1833194867] Define _HPUX_ALT_XOPEN_SOCKET_API where necessary

There is a nasty bug in HP-UX: When using the proper socket APIs that
take a socklen_t (which is 64 bit in LP64 mode), it still calls into
methods that expect an int - so there is a type mismatch between the
headers and the compiled system libraries. This leads to all socklen_t
being interpreted as 0 (due to big endian). Defining
_HPUX_ALT_XOPEN_SOCKET_API makes it use the correct symbols in the
system libraries instead. (check-in: [1833194867] user: js, branch: trunk, size: 8963) [annotate] [blame] [check-ins using] [diff]

2021-01-13
23:01
[4b050b9816] part of check-in [430d54e2a9] Wrap _XOPEN_SOURCE_EXTENDED define in #ifndef (check-in: [430d54e2a9] user: js, branch: trunk, size: 8928) [annotate] [blame] [check-ins using] [diff]
19:16
[8dff090671] part of check-in [d55b73f38e] Define _XOPEN_SOURCE_EXTENDED where necessary (check-in: [d55b73f38e] user: js, branch: trunk, size: 8889) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[1a97a9ea83] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 8857) [annotate] [blame] [check-ins using] [diff]
2020-05-06
20:25
[3479c8733b] part of check-in [addbd546c5] Fix Wii build (check-in: [addbd546c5] user: js, branch: trunk, size: 8946) [annotate] [blame] [check-ins using] [diff]
00:32
[4cd95b929d] part of check-in [bc67e98833] Improve names of several properties (check-in: [bc67e98833] user: js, branch: trunk, size: 8926) [annotate] [blame] [check-ins using] [diff]
2020-05-03
12:14
[08aed9e1e3] part of check-in [310fd74f89] OFDatagramSocket: Add broadcastAllowed property (check-in: [310fd74f89] user: js, branch: trunk, size: 8836) [annotate] [blame] [check-ins using] [diff]
2020-04-26
16:21
[047e480ca4] part of check-in [e5b2ee56ff] Add OFSequencedPacketSocket

This is intended for SCTP and SPX. (check-in: [e5b2ee56ff] user: js, branch: trunk, size: 8103) [annotate] [blame] [check-ins using] [diff]

2020-04-25
23:02
[702374f5eb] part of check-in [4a5822e7c0] Add OFIPXSocket (check-in: [4a5822e7c0] user: js, branch: trunk, size: 8180) [annotate] [blame] [check-ins using] [diff]
17:05
Added: [48a59d618d] part of check-in [b02c4b05bb] Add OFDatagramSocket as base class for OFUDPSocket

This makes it easier to reuse code for other datagram sockets, namely
IPX. (check-in: [b02c4b05bb] user: js, branch: trunk, size: 8082) [annotate] [blame] [check-ins using]