summaryrefslogtreecommitdiffstats
path: root/libc/netbsd
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | am 82c4be54: am ecd0e95a: Adding a timeout to tcp dns lookup connects.Robert Greenwalt2012-01-121-26/+168
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Adding a timeout to tcp dns lookup connects.Robert Greenwalt2012-01-121-26/+168
| |/ /
* | | Request both v4 and v6 dns when on secondary netRobert Greenwalt2011-11-221-8/+19
|/ /
* | Send both A and AAAA queries if all probes fail.Lorenzo Colitti2011-09-281-0/+7
* | Revert "Use framework hints to determine dns query type."Lorenzo Colitti2011-09-281-84/+60
* | Use framework hints to determine dns query type.Robert Greenwalt2011-09-221-60/+84
* | Add some logging of dns cache operationsRobert Greenwalt2011-09-021-0/+5
* | resolved conflicts for merge of 9363d912 to honeycomb-plus-aospRobert Greenwalt2011-07-261-12/+13
|\ \
| * | Add per-interface dns caches.Robert Greenwalt2011-07-262-19/+430
| * | Tracking change to dns proxy protocolBrian Carlstrom2011-04-291-3/+8
* | | am fed31359: am f6fcdb2e: am 28de3e59: Merge "Don\'t reset caches when dns pr...Robert Greenwalt2011-07-201-1/+0
|\ \ \
| * | | Don't reset caches when dns props change.Mattias Falk2011-07-201-1/+0
* | | | am e0a4b678: am cc32fbc3: Merge "Add support for a dns cache per interface"Robert Greenwalt2011-06-271-17/+428
|\ \ \ \ | |/ / /
| * | | Add support for a dns cache per interfaceMattias Falk2011-06-081-17/+428
| * | | libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto.JP Abgrall2011-06-021-1/+1
| * | | libc: Fix leak in the DNS thread-specific state.David 'Digit' Turner2011-05-182-32/+72
| | |/ | |/|
| * | Tracking change to dns proxy protocolBrian Carlstrom2011-04-291-3/+8
* | | libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto.JP Abgrall2011-05-181-1/+1
* | | Tracking change to dns proxy protocolBrian Carlstrom2011-04-271-3/+8
* | | am 09db590d: am 9b6e8af6: am 3ef36b21: Merge "Use system property to set dns ...Brad Fitzpatrick2011-04-121-13/+51
|\ \ \
| * \ \ am 9b6e8af6: am 3ef36b21: Merge "Use system property to set dns cache size"Brad Fitzpatrick2011-04-121-13/+51
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Merge "Use system property to set dns cache size"Brad Fitzpatrick2011-04-111-13/+51
| | |\
| | | * Use system property to set dns cache sizeMattias Falk2011-02-141-13/+51
* | | | am aa8f50b4: am 6d46b099: am 2f169162: Merge "libc: Fix leak in the DNS threa...David 'Digit' Turner2011-03-252-32/+72
|\ \ \ \ | |/ / /
| * | | am 2f169162: Merge "libc: Fix leak in the DNS thread-specific state." into ho...David 'Digit' Turner2011-03-252-32/+72
| |\ \ \ | | |/ / | |/| |
| | * | libc: Fix leak in the DNS thread-specific state.David 'Digit' Turner2011-03-182-32/+72
| | * | Convert cname lenght before useMattias Falk2011-03-011-0/+1
| | |/
* | | Add some missing includes.Carl Shapiro2011-03-214-0/+4
|/ /
* | Proxy getnameinfo through netdMattias Falk2011-02-221-0/+105
* | Convert cname lenght before useMattias Falk2011-02-151-0/+1
|/
* Add time-to-live (TTL) support to resolver cacheMattias Falk2011-02-021-15/+100
* am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv...David Turner2011-01-211-29/+59
|\
| * am 2081fda6: Merge "Only look up A records if the system has IPv4." into ging...David Turner2011-01-181-29/+59
| |\
| | * Merge "Only look up A records if the system has IPv4." into gingerbreadandroid-cts-2.3_r2android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1David Turner2011-01-181-29/+59
| | |\
| | | * Only look up A records if the system has IPv4.Lorenzo Colitti2011-01-151-29/+59
* | | | am 2be18508: am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557...Steinar H. Gunderson2011-01-171-13/+31
|\ \ \ \ | |/ / /
| * | | am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bd...Steinar H. Gunderson2011-01-171-13/+31
| |\ \ \ | | |/ /
| | * | Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9Steinar H. Gunderson2011-01-141-13/+31
| * | | am a798b9f0: Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35...Steinar H. Gunderson2011-01-171-4/+6
| |\ \ \ | | |/ /
| | * | Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6Steinar H. Gunderson2011-01-141-4/+6
| | |/
* | | Don't treat private IPv4 addresses as being in a non-global scope. The effect...Steinar H. Gunderson2010-12-201-4/+6
* | | Don't proxy getaddrinfo when net.dns1.[MYPID] is set.Brad Fitzpatrick2010-10-281-0/+14
* | | DNS proxy: the start. proxies getaddrinfo calls.Brad Fitzpatrick2010-10-281-0/+184
|/ /
* | am b2061a30: Merge "resolv: make internal symbols static/hidden"Jean-Baptiste Queru2010-10-206-8/+10
|\ \
| * | resolv: make internal symbols static/hiddenJim Huang2010-10-156-8/+10
* | | am 66ad3429: Merge "gethnamaddr: make helper functions static"Jean-Baptiste Queru2010-10-101-15/+15
|\ \ \ | |/ / | | / | |/ |/|
| * gethnamaddr: make helper functions staticJim Huang2010-09-271-15/+15
* | Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-225-14/+25
|/
* Fix comparison of IPv6 prefixesKenny Root2010-03-241-1/+1
* Fix spurious DNS lookups in the C library.David 'Digit' Turner2010-03-082-3/+5