summaryrefslogtreecommitdiffstats
path: root/libc/dns
Commit message (Expand)AuthorAgeFilesLines
* bionic: Sort and cache hosts file data for fast lookupTom Marshall2016-08-044-0/+564
* Don't leak sockets if setsockopt() or fchown() fail.Erik Kline2016-03-091-2/+6
* Fix alignment after variable-length data.Elliott Hughes2015-07-061-0/+6
* Pass around struct android_net_context for better behaviourErik Kline2015-06-302-48/+72
* Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-3/+5
* am c3307dc4: Merge "Better control of pthread keys used in bionic."Yabin Cui2015-03-051-8/+3
|\
| * Better control of pthread keys used in bionic.Yabin Cui2015-03-041-8/+3
* | am 3a31e697: am ee17e880: Merge "Define MAXHOSTNAMELEN explicitly in source f...Yabin Cui2015-02-101-0/+7
|\ \ | |/
| * Define MAXHOSTNAMELEN explicitly in source files.Yabin Cui2015-02-091-0/+7
* | am 6cf2cf8b: am 542b94d9: Merge "Remove unused CONFIG_SECONDS."Elliott Hughes2015-01-301-4/+0
|\ \ | |/
| * Remove unused CONFIG_SECONDS.Elliott Hughes2015-01-291-4/+0
* | am e40b4eb3: am 7f17aea2: Merge "Add missing includes."Elliott Hughes2015-01-291-0/+1
|\ \ | |/
| * Add missing includes.Elliott Hughes2015-01-281-0/+1
* | am dedacf10: am 5c7964c5: Merge "Clean up <stdlib.h> slightly."Elliott Hughes2015-01-271-0/+1
|\ \ | |/
| * Merge "Clean up <stdlib.h> slightly."Elliott Hughes2015-01-271-0/+1
| |\
| | * Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-0/+1
* | | am 329db346: am f2d02c38: Merge "Make bionic compile even if resolver debuggi...Lorenzo Colitti2015-01-271-24/+33
|\ \ \ | |/ /
| * | Make bionic compile even if resolver debugging is enabled.Lorenzo Colitti2015-01-261-24/+33
| |/
* | am 7d196768: am 927d8be7: Merge "Fix build error when XLOG is enabled"Elliott Hughes2015-01-211-1/+1
|\ \ | |/
| * Fix build error when XLOG is enabledPatrick Tjin2015-01-201-1/+1
* | am e6594658: am 8623dc75: Merge "Fix freeaddrinfo(NULL)."Elliott Hughes2015-01-091-1/+5
|\ \ | |/
| * Fix freeaddrinfo(NULL).Elliott Hughes2015-01-081-1/+5
* | am e4d3161a: am 4c30fedf: Merge "Move gethtnamaddr.c to net/ subdirectory."Yabin Cui2014-12-201-0/+0
|\ \ | |/
| * Move gethtnamaddr.c to net/ subdirectory.Yabin Cui2014-12-191-0/+0
* | am be327941: am e28a1864: Merge "Support gethostbyname_r_ERANGE."Yabin Cui2014-12-193-3/+18
|\ \ | |/
| * Support gethostbyname_r_ERANGE.Yabin Cui2014-12-193-3/+18
* | am 9a734138: am 370a3e57: Merge "Sync with upstream for gethnamaddr.c."Yabin Cui2014-12-183-552/+1136
|\ \ | |/
| * Sync with upstream for gethnamaddr.c.Yabin Cui2014-12-173-552/+1136
* | am 96cd50f2: am 0e32e39d: Merge "Fix pthread key num calculation."Yabin Cui2014-12-131-2/+1
|\ \ | |/
| * Fix pthread key num calculation.Yabin Cui2014-12-121-2/+1
* | am 1dff030e: am e7b8bc4e: Merge "Clean up DNS proxying."Elliott Hughes2014-12-114-117/+79
|\ \ | |/
| * Clean up DNS proxying.Elliott Hughes2014-12-104-117/+79
* | am e5477f83: Fail queries fast if no DNS servers are configured.Lorenzo Colitti2014-12-021-0/+4
|\ \ | |/ |/|
| * Fail queries fast if no DNS servers are configured.Lorenzo Colitti2014-12-011-0/+4
| * Improve <sys/cdefs.h>.Elliott Hughes2014-10-073-108/+0
| * When comparing DNS server configs, also compare number of serversLorenzo Colitti2014-09-111-1/+16
* | Add error-check when mapping socket to fdRobert Alm2014-11-271-0/+9
* | Don't receive structs containing pointers over sockets.Elliott Hughes2014-11-121-33/+43
* | am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in g...Elliott Hughes2014-10-281-21/+11
|\ \
| * | Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3).Derek Xue2014-10-221-21/+11
* | | am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)."Dan Albert2014-10-097-94/+68
|\ \ \ | |/ /
| * | Replace uses of sprintf(3) with snprintf(3).Dan Albert2014-10-087-94/+68
* | | am c71483c0: Merge "When comparing DNS server configs, also compare number of...Lorenzo Colitti2014-09-091-1/+16
|\ \ \ | |/ /
| * | Merge "When comparing DNS server configs, also compare number of servers"Lorenzo Colitti2014-09-091-1/+16
| |\ \
| | * | When comparing DNS server configs, also compare number of serversLorenzo Colitti2014-09-091-1/+16
* | | | am 7b87d441: Merge "Switch to OpenBSD res_random."Elliott Hughes2014-08-261-41/+0
|\ \ \ \ | |/ / /
| * | | Merge "Switch to OpenBSD res_random."Elliott Hughes2014-08-261-41/+0
| |\ \ \
| | * | | Switch to OpenBSD res_random.Elliott Hughes2014-07-211-41/+0
| | |/ /
* | | | am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own ...Elliott Hughes2014-08-264-6/+6
|\ \ \ \ | |/ / /
| * | | libc should use O_CLOEXEC when opening files for its own use.Elliott Hughes2014-08-264-6/+6