Skip to content

Tags: Gladskih/DnsClient.NET

Tags

1.4.0

Toggle 1.4.0's commit message
Merge branch 'dev'

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing spelling mistakes and other minor things (MichaCo#70)

* Fixing spelling mistakes
* Adding fallback to the Target of the SRV record in ResolveService extensions.

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing memory leak when using nameserver discovery and NetworkAddress…

…Changed events (MichaCo#68)

Removing usage of NetworkChange.NetworkAddressChanged usage to refresh discovered name-servers.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto detect network name server changes (MichaCo#66)

* Using `NetworkChange` event to react on changing network adapters
* Periodically re-run `NameServer.ResolveNameServers` to check if the configuration changed

1.2.0

Toggle 1.2.0's commit message
Calculated ttl rework. Updated unit tests after PR merge MichaCo#30

Reorganized testing zone files

1.1.1

Toggle 1.1.1's commit message
Adjusting adit log to give more information on server errors and to n…

…ot print the message if there are no more servers

1.1.0

Toggle 1.1.0's commit message
Forgot one checkin

1.0.7

Toggle 1.0.7's commit message
Version suffix change

1.0.6

Toggle 1.0.6's commit message
Trying to fix nameserver resolution on linux (Permission issues) Mich…

…aCo#3

1.0.5

Toggle 1.0.5's commit message
more testing: for loop into array wins