History of file tests/SocketTests.m at check-in 547e079e08b1686c
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [ead74f522a] 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. 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 | |
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 | |
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 | |
2019-02-17
| ||
22:44 |
tests: Only import ObjFW.h
This prevents forgetting to add an import to ObjFW.h, as the tests would | |
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 Additionally, if struct sockaddr_in6 does not exist, it is defined so | |
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] | |