ObjFW  History of src/OFDatagramSocket.h of 7767b60d7fe24d93

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

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

2020-05-06
00:32
[cb9e65f15c] part of check-in [bc67e98833] Improve names of several properties (check-in: [bc67e98833] user: js, branch: trunk, size: 10512) [annotate] [blame] [check-ins using] [diff]
2020-05-03
12:14
[c9598f3c24] part of check-in [310fd74f89] OFDatagramSocket: Add broadcastAllowed property (check-in: [310fd74f89] user: js, branch: trunk, size: 10566) [annotate] [blame] [check-ins using] [diff]
2020-04-26
19:39
[a18e14bea6] part of check-in [d7ddb3dbc7] 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. (check-in: [d7ddb3dbc7] user: js, branch: trunk, size: 10367) [annotate] [blame] [check-ins using] [diff]

16:21
[ed9d7f131c] part of check-in [e5b2ee56ff] Add OFSequencedPacketSocket

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

2020-04-25
23:02
[2ecd0e6700] part of check-in [4a5822e7c0] Add OFIPXSocket (check-in: [4a5822e7c0] user: js, branch: trunk, size: 10641) [annotate] [blame] [check-ins using] [diff]
17:05
Added: [1d2fee88b0] 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: 10625) [annotate] [blame] [check-ins using]