openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
dnsruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 35 of 35
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
TSIG over TCP session now works - signed zone transfers OK. Tidied up source TODOs and removed extraneous output from tests.
alexd
More...
over 18 years ago
Adding forgotten test file!
alexd
More...
over 18 years ago
Manual TSIG signing of packets using TSIG now works. Incoming TSIG verification now works. Still to add automatic Resolver signing of outgoing packets. Still to add Dnsruby::Message#sign Still to add documentation!
alexd
More...
over 18 years ago
Fixed bug which raised error when domain not found in /etc/resolv.conf
alexd
More...
over 18 years ago
Getting ready for 0.6.0 release. Added documentation for EventMachine.
alexd
More...
over 18 years ago
tc_resolver.rb now works on Mac
alexd
More...
over 18 years ago
Getting Resolver#send_async arguments right
alexd
More...
over 18 years ago
Now uses EventMachine::add_timer, rather than EventMachine::Timer.new. This allows us to use fractional seconds for the timer period.
alexd
More...
over 18 years ago
Tweaking connection closing (ensuring it is closed before client is notified)
alexd
More...
over 18 years ago
Fixing soak test
alexd
More...
over 18 years ago
EventMachine version now uses a single Timer, which beats once a second (this is the fastest period available!). Should be able to run many concurrent queries.
alexd
More...
over 18 years ago
Removed EventMachine::Timer from Dnsruby::Resolver. Seems to work - using next_tick instead, to manage own timer loop.
alexd
More...
over 18 years ago
Fixing bug with IXFR
alexd
More...
over 18 years ago
Removing timeout tests for Mac until test server working
alexd
More...
over 18 years ago
Playing with test code
alexd
More...
over 18 years ago
And back to EventMachine::Timer.new - comm_inactivity_timeout was very inaccurate!
alexd
More...
over 18 years ago
Adding new test class
alexd
More...
over 18 years ago
Switched back to comm_inactivity_timer as Timer.new generated "no timer" in soak test
alexd
More...
over 18 years ago
Changed send_async signature. Added Resolver support for EventMachine. Added TCP support for EM. Truncated response support added for DR and EM. Test updated.
alexd
More...
over 18 years ago
Removed id from Deferrable callback.
alexd
More...
over 18 years ago
Continuing to refactor Resolver. Changed send_async signature to alow : # deferrable = res.send_async(msg) # deferrable = res.send_async(msg, true) # id = res.send_async(msg, queue) # NOT SUPPORTED : id = res.send_async(msg, queue, true) # res.send_async(msg, queue, id) # res.send_async(msg, queue, id, true)
alexd
More...
over 18 years ago
Refactored Resolver to use either ResolverEM (for EventMachine) or ResolverRuby (to use the built-in event loop, with no dependencies). Note that ResolverEM is not yet implemented!
alexd
More...
over 18 years ago
Minor tweaks to test code for Windows. EM largely works on Windows EM 0.8.1, with some issues on stress testing.
alexd
More...
over 18 years ago
Getting EventMachine interface working for EM version 0.9.0 on Mac OSX.
alexd
More...
over 18 years ago
Adding code to stop/start EventMachine if necessary. Keeps track of how many outstanding sends are in progress, and stops event loop if nothing is using it. This is required for clients with EM < 0.9.0 (when EM::reactor_running? method added).
alexd
More...
over 18 years ago
Adding EventMachine networking layer. Currently, SingleResolver UDP queries are supported - more to come!
alexd
More...
over 18 years ago
Removing test for development areas (TSIG and IXFR)
alexd
More...
over 18 years ago
Tidying up root files
alexd
More...
over 18 years ago
Adding Rakefile and missing test code
alexd
More...
over 18 years ago
Initial dnsruby code import to rubyforge
alexd
More...
over 18 years ago
←
1
2
…
27
28
29
30
31
32
33
34
35
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree