osquery-1/osquery/remote
Teddy Reed 629ca7b65e
http: Move away from deprecated async_resolve overload (#5947)
When testing on IPv6-only hosts, with an IPv4 lo stack, the resolver may
not return an IPv4 address. This seems to be an issue with the
deprecated overload of async_resolve. Upon inspection, the previous
overload would only return 1 result_type.

Migrating to the recommended overload works as expected.
2019-10-31 12:05:36 -04:00
..
enroll killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
serializers Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
tests killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
transports killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
BUCK Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
http_client.cpp http: Move away from deprecated async_resolve overload (#5947) 2019-10-31 12:05:36 -04:00
http_client.h http: Minor fixups to Client (#5946) 2019-10-28 10:10:08 +01:00
requests.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
requests.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
uri.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
uri.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
utility.h Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00