aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/async_resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Remove inlining warnings (vespalib).Tor Egge2022-02-261-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-1/+2
* Add noexcept specifiers to non-throwing constructors and operators.Tor Egge2020-12-051-1/+1
* Use std::make_unique and hide actual ThreadExecutor implementation.Henning Baldersheim2020-11-291-2/+8
* add max size to resolved host cacheHaavard2017-07-111-3/+17
* do not cache identity resolve resultsHaavard2017-07-111-1/+3
* add more testing and verificationHaavard2017-07-061-0/+2
* async resolverHaavard2017-07-051-0/+166