This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-01-05 00:04:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aadfb7cdecd245b2badb39488f99015a93b2b466
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
f5da78c579
DnsServer: reusing memory stream in ReadUdpRequestAsync(). Updated ProcessAPPAsync() to return server failure when app or class path is not found. Updated CachePrefetchRefreshTimerCallback() and RefreshCacheAsync() to prevent double refresh attempts. Updated CachePrefetchRefreshTimerCallback() to use threadpool tasks for better concurrency. Updated CacheMaintenanceTimerCallback() to reset due time in finally for next interval callback and using sync lock. Fixed bug in UpdateThisServer() logic.
2021-04-10 13:58:48 +05:30
..
Applications
DnsApplicationManager: code refactoring done.
2021-04-10 13:36:27 +05:30
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
AuthZoneManager: minor code refactoring.
2021-04-10 13:44:54 +05:30
Zones
AuthZone: minor code refactoring.
2021-04-10 13:42:46 +05:30
DnsServer.cs
DnsServer: reusing memory stream in ReadUdpRequestAsync(). Updated ProcessAPPAsync() to return server failure when app or class path is not found. Updated CachePrefetchRefreshTimerCallback() and RefreshCacheAsync() to prevent double refresh attempts. Updated CachePrefetchRefreshTimerCallback() to use threadpool tasks for better concurrency. Updated CacheMaintenanceTimerCallback() to reset due time in finally for next interval callback and using sync lock. Fixed bug in UpdateThisServer() logic.
2021-04-10 13:58:48 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: passing recursion available flag.
2021-03-21 16:42:53 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: fixed prefetch query handling so that auth zone is also queried along with cache zone to get the most relevant closest name servers.
2021-04-03 12:33:32 +05:30
StatsManager.cs
StatsManager: fixed minor issue in GetHourWiseStats() and GetHourWiseTopStats() to match data selection.
2021-02-27 19:30:48 +05:30