Artifact bbb2f277d7582313a1e8868defcf88ed1785966095529268528eed19fef451cb:
- File
src/OFDatagramSocket.m
-
2022-08-06 21:14:31
— part of check-in
[25adea9a23]
on branch trunk
— Don't use struct sockaddr in OFSocketAddress
struct sockaddr can contain a variable length array, which breaks the
union. (user: js, size: 9029) [annotate] [blame] [check-ins using] - 2022-10-18 21:34:46 — part of check-in [d1dd66e668] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 9029) [annotate] [blame] [check-ins using]
- 2022-10-18 22:17:49 — part of check-in [ac19ed9d40] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 9029) [annotate] [blame] [check-ins using]
-
2022-10-30 18:58:13
— part of check-in
[0b4f713964]
on branch trunk
— Remove AppleTalk support again
It seems that neither Windows nor macOS support DDP sockets, but only
the layers on top, while neither Linux nor NetBSD support the layers on
top, but only provide DDP.It seems that DDP is not meant to be used directly, while Linux and
NetBSD only provide the minimum to use netatalk, which is DDP. ObjFW
would need to use the layers on top on Windows and macOS and implement
those layers itself on Linux and NetBSD. This also means that no code
would be shared between Linux / NetBSD and Windows / macOS, as it's
impossible to have one implementation that works for everything. At this
point, the effort required doesn't make sense. (user: js, size: 9029) [annotate] [blame] [check-ins using] - 2022-11-06 23:52:48 — part of check-in [425762ff70] on branch sctp — Merge trunk into branch "sctp" (user: js, size: 9029) [annotate] [blame] [check-ins using]
- 2022-11-07 00:05:32 — part of check-in [e91cba848b] on branch ofsock — Merge trunk into branch "ofsock" (user: js, size: 9029) [annotate] [blame] [check-ins using]
- 2022-11-07 00:17:54 — part of check-in [b37858358e] on branch asn1 — Merge trunk into branch "asn1" (user: js, size: 9029) [annotate] [blame] [check-ins using]
- 2022-11-07 00:23:53 — part of check-in [86f8767eca] on branch 3d-affine-transforms — Merge trunk into branch "3d-affine-transforms" (user: js, size: 9029) [annotate] [blame] [check-ins using]
- 2022-11-07 00:27:14 — part of check-in [96c24a6b6c] on branch invoke-invocation — Merge trunk into branch "invoke-invocation" (user: js, size: 9029) [annotate] [blame] [check-ins using]
-
2022-08-06 21:14:31
— part of check-in
[25adea9a23]
on branch trunk
— Don't use struct sockaddr in OFSocketAddress