History for tests/SocketTests.m
2022-07-15
| ||
18:09 | Renamed to tests/OFSocketTests.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-05-09
| ||
14:45 |
Renamed to
tests/OFSocketTests.m.
Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are | |
2021-05-08
| ||
23:22 |
Renamed to
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] | |