ObjFW  History of tests/OFSocketTests.m of ddb7ebcf5b0f8401

History of the file that is called tests/OFSocketTests.m at check-in ddb7ebcf5b0f8401

2024-04-03
02:16
[ead74f522a] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 9299) [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFSocketTests.m → tests/OFSocketTests.m. [a25ea91bad] part of check-in [7a84580fb6] Rename new tests (check-in: [7a84580fb6] user: js, branch: objfwtest, size: 9091) [annotate] [blame] [check-ins using] [diff]
2024-02-13
23:12
[a25ea91bad] part of check-in [4e06901c84] Migrate OFUDPSocketTests to ObjFWTest (check-in: [4e06901c84] user: js, branch: objfwtest, size: 9091) [annotate] [blame] [check-ins using] [diff]
2024-02-11
16:23
Renamed tests/OFSocketTests.m → new_tests/OFSocketTests.m. [b6fe3d8b77] part of check-in [10ece67a08] Migrate OFSocketTests to ObjFWTest (check-in: [10ece67a08] user: js, branch: objfwtest, size: 8353) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[2289bf230f] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 8688) [annotate] [blame] [check-ins using] [diff]
2023-06-11
16:45
[4114d19b90] part of check-in [af9084b456] Add support for IPv4s embedded into IPv6s (check-in: [af9084b456] user: js, branch: trunk, size: 8688) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[250609ea2a] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 8247) [annotate] [blame] [check-ins using] [diff]
2022-11-07
01:03
[efb70d49d6] part of check-in [298619a65f] OFSocketTests: Add IPv6 address with scope (check-in: [298619a65f] user: js, branch: trunk, size: 8247) [annotate] [blame] [check-ins using] [diff]
2022-10-22
18:41
[0766971ff5] part of check-in [a54730b88f] OFSocket: Don't combine port for IP and IPX

While it works for those two protocols, it's a bad precedent as other
protocols have different types for ports. (check-in: [a54730b88f] user: js, branch: trunk, size: 7953) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[3d043537f3] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 7949) [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
Renamed tests/SocketTests.m → tests/OFSocketTests.m. [bd6253505c] part of check-in [14f1e22d79] tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. (check-in: [14f1e22d79] user: js, branch: trunk, size: 7949) [annotate] [blame] [check-ins using] [diff]

2021-04-18
15:55
[da7b4aa12b] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 7939) [annotate] [blame] [check-ins using] [diff]
2021-04-17
13:58
[ca5a359d97] part of check-in [e3c5bb70dd] of_socket_address_t -> OFSocketAddress (check-in: [e3c5bb70dd] user: js, branch: new-naming-convention, size: 7932) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[a3c28758aa] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 8357) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[1f29b20927] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 8446) [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:58
[7f86bc0a37] part of check-in [09be825f88] Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. (check-in: [09be825f88] user: js, branch: trunk, size: 8443) [annotate] [blame] [check-ins using] [diff]

2019-02-17
22:44
[b227fbab77] part of check-in [dc0c6c34ab] tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. (check-in: [dc0c6c34ab] user: js, branch: trunk, size: 8445) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[b2d400ebc9] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 8555) [annotate] [blame] [check-ins using] [diff]
2018-08-11
14:00
[43991614fd] part of check-in [8f810ecb7e] Change the layout of of_socket_address_t

Instead of containing a struct sockaddr_storage - which does not exist
on all supported platforms - it now contains a union of all struct
sockaddr_* types.

Additionally, if struct sockaddr_in6 does not exist, it is defined so
that an IPv6 can be stored even if the system does not support IPv6. (check-in: [8f810ecb7e] user: js, branch: trunk, size: 8549) [annotate] [blame] [check-ins using] [diff]

2018-08-06
22:34
Added: [25f3a27b64] part of check-in [ab9810ef69] socket.m: Replace inet_{ntop,pton} with own impl

Not all OSes supported by ObjFW provide them. (check-in: [ab9810ef69] user: js, branch: trunk, size: 8732) [annotate] [blame] [check-ins using]