ObjFW  History of src/OFHostAddressResolver.m of e2a818c0b5b0332a

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

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

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

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

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

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

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

2019-10-07
20:32
[45979fed60] part of check-in [e3c911c7f5] 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. (check-in: [e3c911c7f5] user: js, branch: trunk, size: 8524) [annotate] [blame] [check-ins using] [diff]

00:07
Added: [347a5e2986] part of check-in [ee592cf603] OFDNSResolver: Major refactor

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