ObjFW  All files named "tests/SocketTests.m"

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
included in the merge commit. check-in: [3c88df0ce4] user: js, branch: amiga-library, size: 0

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
to it. check-in: [14f1e22d79] user: js, branch: trunk, size: 0

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]