index
:
platform/upstream/c-ares
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_dev
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/pcoval/latest
sandbox/pcoval/upstream
sandbox/vbarinov/visibility
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network;
Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
1
-8
/
+0
2012-12-14
Header inclusion clean-up
Yang Tse
1
-10
/
+0
2012-08-23
get_DNS_AdaptersAddresses: fix IPv6 parsing
Daniel Stenberg
1
-1
/
+1
2012-08-17
Added new feature (rfc2671)
hpopescu@ixiacom.com
1
-0
/
+7
2012-06-14
Kill compiler warning
Yang Tse
1
-2
/
+2
2012-05-21
Fix UDP and TCP port byte order in saved options.
Nick Alcock
1
-2
/
+2
2012-04-21
ares_init.c: Further refactoring of Windows system's DNS fetching code
Yang Tse
1
-181
/
+369
2012-04-20
Android: small changes to dns property part.
Guenter Knauf
1
-8
/
+9
2012-04-19
Add support for multiple DNS servers on Android.
Guenter Knauf
1
-3
/
+15
2012-04-17
Added some more ifdefs to silent compiler warnings.
Guenter Knauf
1
-9
/
+10
2012-04-16
ares_init.c: get_iphlpapi_dns_info() refactoring
Yang Tse
1
-177
/
+157
2012-04-16
Kill some more compiler warnings.
Guenter Knauf
1
-1
/
+3
2012-04-16
Kill compiler warning about unused var.
Guenter Knauf
1
-1
/
+1
2012-04-16
Fixed my last commit: wrong preprocessor directive.
Guenter Knauf
1
-1
/
+1
2012-04-16
Check for __ANDROID__ in addition to ANDROID macro.
Guenter Knauf
1
-2
/
+2
2012-03-16
port numbers: convert them to network order!
Daniel Stenberg
1
-2
/
+2
2012-02-25
white space cleanup
Daniel Stenberg
1
-44
/
+59
2012-02-25
get_iphlpapi_dns_info: fix buffer overrun
Poul Thomas Lomholt
1
-3
/
+3
2012-01-19
ares_init.c: fix compiler warning on winsock builds
Yang Tse
1
-3
/
+7
2011-09-07
ares_init.c: fix segfault triggered in ares_init_options() upon previous
Yang Tse
1
-3
/
+10
2011-09-04
fix MSVC compiler warning 'conditional expression is constant'
Yang Tse
1
-1
/
+1
2011-06-14
Fix incorrect sizeof() in ares_save_options
Jakub Hrozek
1
-1
/
+1
2011-06-04
strlen: use size_t to receive the return
Daniel Stenberg
1
-1
/
+1
2011-05-26
ares_init: make ares_private.h last included header again
Yang Tse
1
-5
/
+6
2011-05-20
winsock: compilation fixes
Yang Tse
1
-4
/
+0
2011-05-17
IPv6-on-windows: find DNS servers correctly
David Stuart
1
-58
/
+181
2011-03-25
renamed getplatform() to ares__getplatform() to avoid namespace pollution
Yang Tse
1
-1
/
+1
2011-03-24
build: move platform stuff to ares_platform.c and ares_platform.h
Yang Tse
1
-0
/
+1
2011-03-23
build: find out windows platform using GetVersionEx()
Yang Tse
1
-2
/
+5
2011-03-22
System's errno.h inclusion cleanup.
Yang Tse
1
-1
/
+0
2011-03-22
ares_init: fix gethostname error detection on winsock platforms
Yang Tse
1
-3
/
+6
2011-02-18
Watt32: fix server init
Gisle Vanem
1
-2
/
+5
2011-02-16
config_sortlist: (win32) missing else
Dima Tisnek
1
-3
/
+3
2010-12-27
init_by_resolv_conf: fix compiler warnings
Daniel Stenberg
1
-3
/
+6
2010-12-10
ares_init: fix detection of semicolon comments in resolv.conf
Yang Tse
1
-13
/
+22
2010-12-02
fix compiler warning: rounding, sign extension, or loss of accuracy may result
Yang Tse
1
-1
/
+1
2010-12-01
fix compiler warning: conversion may lose significant bits
Yang Tse
1
-3
/
+4
2010-11-29
atoi: remove atoi usage
Yang Tse
1
-5
/
+9
2010-11-28
ares_init: fix compiler warning: conversion may lose significant bits
Yang Tse
1
-10
/
+10
2010-10-05
ares_save_options: assignments instead of memcpy
Daniel Stenberg
1
-4
/
+1
2010-10-05
init_by_options: don't copy an empty sortlist
Daniel Stenberg
1
-12
/
+9
2010-07-30
remove all uses of uint32_t
Ben Greear
1
-1
/
+1
2010-07-18
local-bind: Support binding to local interface/IPs
Ben Greear
1
-0
/
+30
2010-06-11
init: allow c-ares to work on Android OS
BogDan Vatra
1
-0
/
+10
2010-06-02
ares_init: Last, not first instance of domain or search should win
Jakub Hrozek
1
-2
/
+2
2010-03-27
remove all $Id$ lines
Daniel Stenberg
1
-1
/
+0
2010-03-09
watt32 compilation fix
Yang Tse
1
-1
/
+1
2010-03-05
Added IPv6 name servers support
Yang Tse
1
-78
/
+123
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
1
-1
/
+1
2009-11-18
workaround icc 9.1 optimizer issue
Yang Tse
1
-1
/
+9
[next]