[root]/src/net/java/sip/communicator/util/dns

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 36 (100.0%) | 2441 (100.0%) | 67.8 |
| ibauersachs | 12 (33.3%) | 1477 (60.5%) | 123.0 |
| emcho | 14 (38.9%) | 867 (35.5%) | 61.9 |
| s_vincent | 6 (16.7%) | 48 (2.0%) | 8.0 |
| damencho | 3 (8.3%) | 48 (2.0%) | 16.0 |
| lubomir_m | 1 (2.8%) | 1 (0.0%) | 1.0 |
Fixes style formating, javadoc and eclipse related warnings.
30 lines of code changed in:
Fixes dns resolving failing to use the backup servers in case of a PortUnreachableException.
2 lines of code changed in:
Reload Dnssec server after config change, hint about necessary restart
7 lines of code changed in:
DNS resolver implementation based on libjunbound
1470 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
1 lines of code changed in:
Reload DNS configuration after network change regardless of whether the ParallelResolver is enabled
0 lines of code changed in:
Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.
7 lines of code changed in:
Fixes an unnecessary fallback to parallel resolving in the case of NODATA responses returned for AAAA and NAPTR queries. Patch by Ingo Bauersachs.
11 lines of code changed in:
Improves DNS resolution. Now we also enter redundant mode in cases where the DNS server does respond but we find that response to be non-satisfactory.
Makes use of the backup-resolver possible when local DNS is completely down.
146 lines of code changed in:
Adds formatting, javadocs.
1 lines of code changed in:
Add some debug logs in DNS parallel resolver.
18 lines of code changed in:
Network utils listens for network changes and updates dns servers in our resolver.
39 lines of code changed in:
Slightly improves redemption mechanism in parallel DNS queries
10 lines of code changed in:
Finalizes version1 of the implementation for parallel DNS queries.
15 lines of code changed in:
Work in progress on the implementation of parallel DNS queries.
684 lines of code changed in: