History of file src/resolver.h at check-in 4c72b5544f767ee2cea68125296f89d482e2ddb3eb02292f8aa179f7d32a1274
2018-10-07
| ||
02:06 |
Deleted:
Remove resolver.m
Instead, OFDNSResolver is used for everything now. check-in: [6e9ee122eb] user: js, branch: trunk, size: 0 | |
2018-07-28
| ||
20:21 |
Add of_socket_address_ip_string()
This replaces of_address_to_string_and_port(). file: [8e4bcb1595] check-in: [8aeee6680a] user: js, branch: trunk, size: 1764 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [89d38aa172] check-in: [7e5c81e186] user: js, branch: trunk, size: 2423 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [d006d1407a] check-in: [4af49a13c3] user: js, branch: trunk, size: 2400 [annotate] [blame] [check-ins using] [diff] | |
2017-02-04
| ||
17:45 | Fix typos in comments and strings found by aspell file: [27e1b81eb2] check-in: [5a31a537a1] user: js, branch: trunk, size: 2394 [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:43 |
Update copyright
While at it, also update the mail address. file: [1a36d5c756] check-in: [cec0f072f8] user: js, branch: 0.8, size: 2403 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [61e89a3dd8] check-in: [2a27cf3000] user: js, branch: trunk, size: 2389 [annotate] [blame] [check-ins using] [diff] | |
2015-11-21
| ||
18:35 |
Remove OF_NULLABLE / OF_NONNULL
Now that Clang switched to use _Nullable and _Nonnull instead of This also defines _Null_unspecified to nothing if unavailable. file: [5d077f79a9] check-in: [d526d938d7] user: js, branch: trunk, size: 2385 [annotate] [blame] [check-ins using] [diff] | |
2015-06-14
| ||
10:45 |
Add OF_NONNULL / OF_NULLABLE and use that instead
Using __nonnull directly doesn't work on systems using glibc, as glibc | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [453d9528f7] check-in: [9e76144ef8] user: js, branch: trunk, size: 2392 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [f71e91f385] check-in: [cfd374b906] user: js, branch: trunk, size: 2257 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [aea9af8509] check-in: [246cfe0807] user: js, branch: trunk, size: 2251 [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-29
| ||
09:54 | resolver.h: Rename private to private_ for C++ file: [2514a83524] check-in: [dfd8e14567] user: js, branch: trunk, size: 2084 [annotate] [blame] [check-ins using] [diff] | |
2014-01-27
| ||
12:34 | of_address_to_string: Add a way to get the port file: [a012300f05] check-in: [44c595058b] user: js, branch: trunk, size: 2083 [annotate] [blame] [check-ins using] [diff] | |
2014-01-26
| ||
22:38 |
Added:
Move resolving functionality to resolver.m
This is in preparation for UDP sockets, so that they can share the | |