Commit Graph
17 Commits
Author SHA1 Message Date
Unknown W. Brackets 760c919408 Add a NULL check, even though this is already called via a check. 2013-06-24 19:37:47 -07:00
Henrik Rydgard 842590a737 Disable AI_V4MAPPED on all platforms. 2013-06-11 09:30:19 +02:00
Henrik Rydgard dbdcee2d25 Android really dislikes the AI_V4MAPPED flag to getaddrinfo. 2013-06-10 23:20:45 +02:00
Sacha 3a51252fb9 Buildfix for Symbian, Linux. 2013-06-09 22:42:34 +10:00
Sacha 786480b090 Buildfix for Blackberry, Symbian 2013-06-09 22:14:19 +10:00
Unknown W. Brackets c448f67b9d Use getaddrinfo() instead of gethostbyname().
The latter is not re-entrant, so not thread-safe.

At the same time, support round-robin DNS in a sort of trivial way.
2013-06-08 19:10:00 -07:00
Henrik Rydgard 21a9fa2645 Merge remote-tracking branch 'origin'
Conflicts:
	native.vcxproj
	native.vcxproj.filters
2013-05-31 23:08:19 +02:00
Henrik Rydgard 5f659ce282 Add some network stuff (background downloader, URL splitter) 2013-05-31 23:04:42 +02:00
lioncash 5f16de6667 Fix a memleak in function DNSResolveTry in resolve.cpp. 2013-05-30 15:08:51 -04:00
Todd Christensen dff0ac5669 Buildfix. 2013-03-04 16:10:46 -08:00
oioitff 4ee889c025 Use a custom inet_pton and avoid inet_ntoa for now.
When/if ipv6 is needed we can fix inet_ntop.
2013-03-04 14:48:18 -08:00
Unknown W. Brackets 19d3ce79ed Don't exit(1) on DNS resolution failure. 2013-02-28 23:59:32 -08:00
Henrik Rydgård 5a5f599e1b Reindent (->tabs) 2012-10-30 13:20:55 +01:00
Henrik Rydgard e64a159407 basic events 2012-08-08 00:10:34 +02:00
Henrik Rydgard 5a6622eb37 Redo the DPI/Density code. It now makes sense. 2012-07-15 17:04:27 +02:00
Henrik Rydgard 26da3ea198 mac fixes 2012-07-05 23:42:47 +02:00
Henrik Rydgard 5dbea73016 Add some old HTTP client code, just for kicks. 2012-06-03 19:01:08 +02:00