resolv
resolv copied to clipboard
A thread-aware DNS resolver library written in Ruby
This issue is about the Windows extension, which had this failure, in a build in #91 - here's the output win32 ../../../../ext/win32/resolv/extconf.rb checking for GetNetworkParams() in -liphlpapi... yes creating Makefile...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.11.1 to 2.12.0. Release notes Sourced from step-security/harden-runner's releases. v2.12.0 What's Changed A new option, disable-sudo-and-containers, is now available to replace the disable-sudo policy, addressing Docker-based privilege...
On 32-bit Cygwin at least, it was failing to find that function, presumably due to it being stdcall. 32-bit Cygwin is not supported anymore by the Cygwin folks, but this...
A native extension was recently added just for Windows that's less than 100 lines of code. Given the simplicity of the extension, perhaps it could be reimplemented using fiddle? It...
A native extension was added last year that prevents the gem from being installable on JRuby. We need to either replace that with FFI/fiddle code, pure-Ruby, or a JRuby version....
When resolving names using only the host name, Fixed a bug where the primary domain suffix was not retrieved and the service failed.
It finishes in a quoter minute when passes. @headius do you have any idea?
Previously A records were resolved first, which was fine for users with broken IPv6 connectivity. Now however, users with broken IPv6 connectivity are finding connectivity via net/http broken since the...
I've been seeing some intermittent `NoMethodError undefined method 'unpack' for nil` exceptions raised from Resolv. ``` NoMethodError undefined method 'unpack' for nil /ruby/3.4.0/resolv.rb:931 Resolv::DNS::Requester::TCP#recv_reply /ruby/3.4.0/resolv.rb:720 Resolv::DNS::Requester#request /ruby/3.4.0/resolv.rb:558 block in Resolv::DNS#fetch_resource...