ObjFW  History of src/OFDatagramSocket.h of a151c9797bfe8b7e

History of the file that is called src/OFDatagramSocket.h at check-in a151c9797bfe8b7e

2024-02-03
11:39
Minor documentation improvement file: [4cefe3c2cd] check-in: [e8cf367195] user: js, branch: 1.0, size: 11751 [annotate] [blame] [check-ins using] [diff]
11:37
Minor documentation improvement file: [d713554b61] check-in: [e03c6b5d9d] user: js, branch: trunk, size: 11751 [annotate] [blame] [check-ins using] [diff]
08:53
Fix typos in documentation found by spell checker file: [601a992ce8] check-in: [19f3948a26] user: js, branch: 1.0, size: 11683 [annotate] [blame] [check-ins using] [diff]
08:49
Fix typos in documentation found by spell checker file: [a9a8d0a05d] check-in: [f97dc452b1] user: js, branch: trunk, size: 11683 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [66a4384630] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 11682 [annotate] [blame] [check-ins using] [diff]
2023-08-25
13:20
Add reserved ivar for ABI stability on AmigaOS file: [8ee77b29f5] check-in: [e3e3a88363] user: js, branch: trunk, size: 11682 [annotate] [blame] [check-ins using] [diff]
12:25
Minor documentation improvement file: [5dca355bf6] check-in: [29bbfc3e47] user: js, branch: trunk, size: 11627 [annotate] [blame] [check-ins using] [diff]
2023-08-05
09:09
Minor documentation fix file: [8628474603] check-in: [7fc1d9f3da] user: js, branch: trunk, size: 11485 [annotate] [blame] [check-ins using] [diff]
2023-08-02
18:12
Support moving sockets between threads on AmigaOS file: [7cc6273347] check-in: [983342d8dd] user: js, branch: trunk, size: 11478 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [c25f58addd] check-in: [8939cbdb52] user: js, branch: trunk, size: 10553 [annotate] [blame] [check-ins using] [diff]
2022-11-06
20:31
OFDatagramSocket: Make sender nullable file: [81b28eb069] check-in: [6ed8be900e] user: js, branch: trunk, size: 10553 [annotate] [blame] [check-ins using] [diff]
2022-09-24
16:38
Document more exceptions file: [777d90d4d3] check-in: [5650ccc643] user: js, branch: trunk, size: 10544 [annotate] [blame] [check-ins using] [diff]
2022-06-12
08:50
Remove unneeded arguments from blocks file: [c9d6b20376] check-in: [b489d6188d] user: js, branch: trunk, size: 10152 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [22b01704fe] check-in: [1a86b8175b] user: js, branch: trunk, size: 10307 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Rename everything in several smaller files file: [cca2997072] check-in: [35de667566] user: js, branch: new-naming-convention, size: 10307 [annotate] [blame] [check-ins using] [diff]
2021-04-17
13:58
of_socket_address_t -> OFSocketAddress file: [8778942db1] check-in: [e3c5bb70dd] user: js, branch: new-naming-convention, size: 10306 [annotate] [blame] [check-ins using] [diff]
12:30
of_socket_t -> OFSocketHandle file: [4f3cf63b76] check-in: [c4ae62dd34] user: js, branch: new-naming-convention, size: 10371 [annotate] [blame] [check-ins using] [diff]
03:37
of_run_loop_mode_t -> OFRunLoopMode file: [28a526b5b6] check-in: [b480ef54db] user: js, branch: new-naming-convention, size: 10368 [annotate] [blame] [check-ins using] [diff]
03:21
Rename all blocks file: [9ea42e6506] check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 10388 [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
*.h: Fold methods into one line where it fits file: [3462a90bc3] check-in: [1948e7e972] user: js, branch: trunk, size: 10438 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [588f1627d3] check-in: [374e1a1bfa] user: js, branch: trunk, size: 10441 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [d41735acda] check-in: [163a4a5a2e] user: js, branch: trunk, size: 10530 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. file: [b74a1f5fe9] check-in: [ef614a225d] user: js, branch: trunk, size: 10530 [annotate] [blame] [check-ins using] [diff]

2020-05-06
00:32
Improve names of several properties file: [cb9e65f15c] check-in: [bc67e98833] user: js, branch: trunk, size: 10512 [annotate] [blame] [check-ins using] [diff]
2020-05-03
12:14
OFDatagramSocket: Add broadcastAllowed property file: [c9598f3c24] check-in: [310fd74f89] user: js, branch: trunk, size: 10566 [annotate] [blame] [check-ins using] [diff]
2020-04-26
19:39
Remove redundant arguments from blocks

Arguments that can just be captured by the block don't need to be
repeated as an argument. A lot of arguments passed to a delegate are
therefore not needed for a block. file: [a18e14bea6] check-in: [d7ddb3dbc7] user: js, branch: trunk, size: 10367 [annotate] [blame] [check-ins using] [diff]

16:21
Add OFSequencedPacketSocket

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

2020-04-25
23:02
Add OFIPXSocket file: [2ecd0e6700] check-in: [4a5822e7c0] user: js, branch: trunk, size: 10641 [annotate] [blame] [check-ins using] [diff]
17:05
Added: Add OFDatagramSocket as base class for OFUDPSocket

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