History of file tests/OFUDPSocketTests.m at check-in f8f3bc15455082b7
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [5ea8498a1f] check-in: [7413a728a7] user: js, branch: trunk, size: 1482 [annotate] [blame] [check-ins using] [diff] | |
2024-02-18
| ||
19:29 | Renamed new_tests/OFUDPSocketTests.m → tests/OFUDPSocketTests.m. Rename new tests file: [b806dc5c9a] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 1274 [annotate] [blame] [check-ins using] [diff] | |
2024-02-13
| ||
23:12 | Renamed tests/OFUDPSocketTests.m → new_tests/OFUDPSocketTests.m. Migrate OFUDPSocketTests to ObjFWTest file: [b806dc5c9a] check-in: [4e06901c84] user: js, branch: objfwtest, size: 1274 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [9c08c02308] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1776 [annotate] [blame] [check-ins using] [diff] | |
2023-05-21
| ||
10:04 | OFUDPSocket: Return socket address bound to file: [8fc77398a2] check-in: [65154c2576] user: js, branch: trunk, size: 1776 [annotate] [blame] [check-ins using] [diff] | |
2023-05-20
| ||
16:42 | OFUDPSocketTests: Remove obsolete comment file: [8889bdb6ea] check-in: [5028d169ad] user: js, branch: trunk, size: 1794 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [4e5b400680] check-in: [8939cbdb52] user: js, branch: trunk, size: 1908 [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: [b882de1802] check-in: [1a86b8175b] user: js, branch: trunk, size: 1906 [annotate] [blame] [check-ins using] [diff] | |
2021-05-08
| ||
23:22 |
tests: Align more with ObjFW style
ObjFW's style changed over the years, but the tests were never adjusted | |
2021-04-17
| ||
13:58 | of_socket_address_t -> OFSocketAddress file: [c440a7c2a6] check-in: [e3c5bb70dd] user: js, branch: new-naming-convention, size: 1900 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [29ec231a7f] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1969 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [874d662a72] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2001 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [555c13caae] check-in: [c7f0229795] user: js, branch: trunk, size: 2090 [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: [0e4e417e88] check-in: [0509d7a844] user: js, branch: trunk, size: 2165 [annotate] [blame] [check-ins using] [diff] | |
2018-10-07
| ||
02:06 |
Remove resolver.m
Instead, OFDNSResolver is used for everything now. file: [b4dbd2c54c] check-in: [6e9ee122eb] user: js, branch: trunk, size: 2159 [annotate] [blame] [check-ins using] [diff] | |
2018-07-28
| ||
20:21 |
Add of_socket_address_ip_string()
This replaces of_address_to_string_and_port(). file: [1bbed581ea] check-in: [8aeee6680a] user: js, branch: trunk, size: 2291 [annotate] [blame] [check-ins using] [diff] | |
17:38 | Rename of_{udp_ -> }socket_address file: [da76f2699e] check-in: [b16f2b9e25] user: js, branch: trunk, size: 2354 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [43fc951091] check-in: [7e5c81e186] user: js, branch: trunk, size: 2286 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [0786d57653] check-in: [2a27cf3000] user: js, branch: trunk, size: 2257 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [e9dee9254c] check-in: [cfd374b906] user: js, branch: trunk, size: 2253 [annotate] [blame] [check-ins using] [diff] | |
2014-01-30
| ||
12:26 |
Rename +[UDPSocket hostForAddress:port:]
It is now called +[getHost:andPort:forAddress:]. This makes it much | |
2014-01-27
| ||
22:01 |
Added:
Add OFUDPSocket
Async operations will follow later. file: [c4340e1e26] check-in: [5025cba435] user: js, branch: trunk, size: 2197 [annotate] [blame] [check-ins using] | |