ObjFW  History of tests/OFSocketTests.m of fb7b9709b87775d7

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

2024-02-18
19:29
Renamed new_tests/OFSocketTests.m → tests/OFSocketTests.m. Rename new tests file: [a25ea91bad] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 9091 [annotate] [blame] [check-ins using] [diff]
2024-02-13
23:12
Migrate OFUDPSocketTests to ObjFWTest file: [a25ea91bad] 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. Migrate OFSocketTests to ObjFWTest file: [b6fe3d8b77] check-in: [10ece67a08] user: js, branch: objfwtest, size: 8353 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [2289bf230f] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 8688 [annotate] [blame] [check-ins using] [diff]
2023-06-11
16:45
Add support for IPv4s embedded into IPv6s file: [4114d19b90] check-in: [af9084b456] user: js, branch: trunk, size: 8688 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [250609ea2a] check-in: [8939cbdb52] user: js, branch: trunk, size: 8247 [annotate] [blame] [check-ins using] [diff]
2022-11-07
01:03
OFSocketTests: Add IPv6 address with scope file: [efb70d49d6] check-in: [298619a65f] user: js, branch: trunk, size: 8247 [annotate] [blame] [check-ins using] [diff]
2022-10-22
18:41
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. file: [0766971ff5] check-in: [a54730b88f] user: js, branch: trunk, size: 7953 [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
Update copyright file: [3d043537f3] 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. tests: Align more with ObjFW style

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

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

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

2019-02-17
22:44
tests: Only import ObjFW.h

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

2019-01-03
19:13
Update copyright file: [b2d400ebc9] check-in: [0509d7a844] user: js, branch: trunk, size: 8555 [annotate] [blame] [check-ins using] [diff]
2018-08-11
14:00
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. file: [43991614fd] check-in: [8f810ecb7e] user: js, branch: trunk, size: 8549 [annotate] [blame] [check-ins using] [diff]

2018-08-06
22:34
Added: socket.m: Replace inet_{ntop,pton} with own impl

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