summaryrefslogtreecommitdiffstats
path: root/libc/netbsd/net
Commit message (Expand)AuthorAgeFilesLines
* Renamed the misleading libc/netbsd directory to libc/dns.Calin Juravle2014-02-2810-4432/+0
* Remove duplicate definitions of MIN and MAX.Elliott Hughes2014-02-171-1/+0
* resolved conflicts for merge of 937c3742 to klp-dev-plus-aospRobert Greenwalt2013-08-241-3/+3
|\
| * Change how DNS resolver handle no default ifaceRobert Greenwalt2013-08-221-3/+3
* | am a9c5bb97: Merge "Fix the detection of alt-network in dns resolver."Robert Greenwalt2013-08-051-9/+12
|\ \ | |/
| * Fix the detection of alt-network in dns resolver.Robert Greenwalt2013-08-051-9/+12
* | am e6345f1a: Merge "Tell the dns resolver about our domains."Robert Greenwalt2013-07-311-0/+6
|\ \ | |/
| * Tell the dns resolver about our domains.Robert Greenwalt2013-07-311-0/+6
* | Add marking of DNS sockets for mark based routingChad Brubaker2013-07-092-15/+19
|/
* am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs...Elliott Hughes2013-06-051-0/+1
|\
| * Ensure header files using __BEGIN_DECLS include sys/cdefs.h.Elliott Hughes2013-06-051-0/+1
* | am 7a29f404: Merge "Update getaddrinfo to RFC6724"Elliott Hughes2013-04-011-27/+27
|\ \ | |/
| * Update getaddrinfo to RFC6724Lorenzo Colitti2013-04-011-27/+27
* | Don't pass pid to dnsproxydNick Kralevich2013-02-211-3/+2
* | resolved conflicts for merge of 62727429 to masterElliott Hughes2013-02-134-491/+57
|\ \ | |/
| * Update getnameinfo.c, remove dead code, and fix error reporting.Elliott Hughes2013-02-134-456/+59
* | dns cache per interface iteration 2Mattias Falk2013-02-072-134/+79
* | Revert "dns cache per interface iteration 2"Robert Greenwalt2013-01-192-53/+56
* | dns cache per interface iteration 2Mattias Falk2013-01-112-56/+53
|/
* Remove the meaningless on Linux if_dl.h header.Elliott Hughes2012-06-111-2/+8
* Use new binary code formatRobert Greenwalt2012-03-092-2/+2
* Prevent potential stall on dns proxy operations.Selim Gurun2012-03-072-12/+36
* Revert "Use the new NativeDaemonConnector style."Kenny Root2012-02-242-2/+2
* Use the new NativeDaemonConnector style.Robert Greenwalt2012-02-072-2/+2
* 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
* Tracking change to dns proxy protocolBrian Carlstrom2011-04-271-3/+8
* Add some missing includes.Carl Shapiro2011-03-212-0/+2
* Proxy getnameinfo through netdMattias Falk2011-02-221-0/+105
* Convert cname lenght before useMattias Falk2011-02-151-0/+1
* am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv...David Turner2011-01-211-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
|\ \ \ | |/ /
| * | Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9Steinar H. Gunderson2011-01-141-13/+31
| * | 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
|/
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-223-13/+23
* Fix comparison of IPv6 prefixesKenny Root2010-03-241-1/+1
* Implement support for RFC 3484 (address selection/sorting) in bionic. (TheSteinar H. Gunderson2010-02-241-27/+356
* merge from open-source masterJean-Baptiste Queru2009-09-151-1/+1
|\
| * Include <endian.h> instead of <sys/endian.h>,Chih-Wei Huang2009-08-311-1/+1
* | Don't request IPv6 addresses if AI_ADDRCONFIG is specified and the system has...Lorenzo Colitti2009-08-041-8/+42
|/
* Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner2009-05-271-2/+7
* change getaddrinfo() implementation to match GLibc.David 'Digit' Turner2009-05-051-2/+6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-0/+4118