virtualx-engine/drivers/unix
Fabio Alessandrelli 49297d937c [Net] Simplify IP resolution code, fix caching.
First, we should not insert into cache if the hostname resolution has
failed (as it might be a temporary internet issue), second, the async
resolver should also properly insert into cache.

Took the chance to remove some duplicate code with critical section in
it at the cost of little performance when calling the blocking
resolve_hostname function.
2022-01-29 01:56:36 +01:00
..
dir_access_unix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dir_access_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_unix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ip_unix.cpp [Net] Simplify IP resolution code, fix caching. 2022-01-29 01:56:36 +01:00
ip_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
os_unix.cpp Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
os_unix.h Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
syslog_logger.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00