ObjFW  History of src/OFHostAddressResolver.m of 374e1a1bfa30d767

History of the file that is called src/OFHostAddressResolver.m at check-in 374e1a1bfa30d767

2024-04-03
02:16
Change license to LGPLv3 only file: [3978a3f46f] check-in: [7413a728a7] user: js, branch: trunk, size: 9851 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [a01496cb7f] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 9643 [annotate] [blame] [check-ins using] [diff]
2023-04-17
11:56
Always make DNS names lowercase

This avoids problems when comparing them. file: [1a75dd0a5b] check-in: [ce2b268163] user: js, branch: trunk, size: 9643 [annotate] [blame] [check-ins using] [diff]

2023-01-13
01:23
OFHostAddressResolver: Handle no search domains file: [3e742a19ee] check-in: [9c10d30eb6] user: js, branch: trunk, size: 9622 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [c2c48c66d1] check-in: [8939cbdb52] user: js, branch: trunk, size: 9537 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [3275d58c93] check-in: [1a86b8175b] user: js, branch: trunk, size: 9537 [annotate] [blame] [check-ins using] [diff]
2021-04-17
14:59
Rename of_dns_* file: [ba379d973e] check-in: [4badf3f127] user: js, branch: new-naming-convention, size: 9537 [annotate] [blame] [check-ins using] [diff]
13:58
of_socket_address_t -> OFSocketAddress file: [d50e89fde3] check-in: [e3c5bb70dd] user: js, branch: new-naming-convention, size: 9544 [annotate] [blame] [check-ins using] [diff]
12:32
Rename of_socket_address_family_t file: [9b646be9f3] check-in: [d3fb3e902d] user: js, branch: new-naming-convention, size: 9622 [annotate] [blame] [check-ins using] [diff]
03:37
of_run_loop_mode_t -> OFRunLoopMode file: [65cece7bc1] check-in: [b480ef54db] user: js, branch: new-naming-convention, size: 9636 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [4a261c10a0] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 9649 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [2d5bf5c91e] check-in: [374e1a1bfa] user: js, branch: trunk, size: 9666 [annotate] [blame] [check-ins using] [diff]
2020-11-06
02:12
OFData: Make parameter order more consistent file: [9b355acb42] check-in: [9d74d1b74e] user: js, branch: trunk, size: 9755 [annotate] [blame] [check-ins using] [diff]
2020-09-27
03:08
Work around bugs in Apple GCC 4.0.1

Still miscompiles things. file: [1663ef2651] check-in: [9e9ce6aa1c] user: js, branch: trunk, size: 9755 [annotate] [blame] [check-ins using] [diff]

2020-01-19
13:36
OFHostAddressResolver: More consistent exceptions file: [8bdb78d119] check-in: [77e3fa54bc] user: js, branch: trunk, size: 9748 [annotate] [blame] [check-ins using] [diff]
2020-01-05
20:04
OFHostAddressResolver: Fix empty result handling file: [09bfdc3e21] check-in: [8ab7dd55e2] user: js, branch: trunk, size: 9530 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [eabd642bfc] check-in: [c7f0229795] user: js, branch: trunk, size: 9309 [annotate] [blame] [check-ins using] [diff]
2019-10-20
01:13
Rename of_dns{_resource -> }_record_type_t file: [90c9bb13be] check-in: [7fa337b8a4] user: js, branch: trunk, size: 9306 [annotate] [blame] [check-ins using] [diff]
00:57
OFDNSResolver: Try all search domains

This functionality was temporarily removed by the refactor. file: [96d7da671e] check-in: [355da9743c] user: js, branch: trunk, size: 9351 [annotate] [blame] [check-ins using] [diff]

2019-10-07
20:32
Split OFDNSResolverDelegate into two delegates

These are different enough that it makes no sense to have them in one.
Having them in one means all methods are @optional and typos cannot be
caught by the compiler. file: [45979fed60] check-in: [e3c911c7f5] user: js, branch: trunk, size: 8524 [annotate] [blame] [check-ins using] [diff]

00:07
Added: OFDNSResolver: Major refactor

This temporarily doesn't use the search domains anymore and makes CNAMEs
slightly more inefficient. The next commits will fix both. file: [347a5e2986] check-in: [ee592cf603] user: js, branch: trunk, size: 8512 [annotate] [blame] [check-ins using]