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_getnameinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-17
Attempt to silence bogus compiler warning: "Potential null pointer dereference"
Yang Tse
1
-10
/
+9
2009-05-02
Use build-time configured ares_socklen_t instead of socklen_t
Yang Tse
1
-1
/
+2
2008-11-28
Make use of gethostname() conditional on it being available
Dan Fandrich
1
-0
/
+2
2008-09-17
improve detection of getservbyport_r()
Yang Tse
1
-0
/
+7
2008-09-17
adjust inclusion of "nameser.h"
Yang Tse
1
-10
/
+8
2008-09-15
include header file only when available
Yang Tse
1
-0
/
+10
2008-09-11
move inclusion of ares_private.h last
Yang Tse
1
-1
/
+1
2007-10-04
Another timeout fix in ares_getnameinfo().
Steinar H. Gunderson
1
-1
/
+1
2007-10-04
Send the timeout count in ares_getnameinfo().
Steinar H. Gunderson
1
-1
/
+1
2007-09-28
Make the query callbacks return the number of timeouts that happened during t...
Steinar H. Gunderson
1
-11
/
+13
2007-07-03
few minor changes to make ares compile for NetWare CLIB architecture.
Gunter Knauf
1
-0
/
+4
2007-02-26
Removed inclusion of <sys/types.h> in .c-files
Gisle Vanem
1
-2
/
+0
2007-02-06
compiler warning fix
Yang Tse
1
-2
/
+6
2007-02-05
compiler warning fix
Yang Tse
1
-1
/
+1
2007-02-02
compiler warning fix
Yang Tse
1
-1
/
+1
2007-02-01
compiler warning fix
Yang Tse
1
-2
/
+4
2007-02-01
compiler warning fix
Yang Tse
1
-1
/
+4
2007-01-29
fix compiler warning "discards qualifiers from pointer target type" in debug ...
Yang Tse
1
-1
/
+2
2006-10-25
Fixed "'x' might be used uninitialized in this function" warning.
Gisle Vanem
1
-9
/
+9
2006-08-29
Brad Spencer did
Daniel Stenberg
1
-2
/
+2
2005-12-11
Undo last changes
Yang Tse
1
-1
/
+1
2005-12-11
Fix compiler warning and compatibility issue with the type of the parameter u...
Yang Tse
1
-1
/
+1
2005-12-10
Modified lookup_service() to avoid the risk of a potential buffer overflow
Yang Tse
1
-55
/
+47
2005-12-09
Fix compiler warning
Yang Tse
1
-0
/
+2
2005-11-25
Change based on Yang Tse's excellent fix to reduce buffer overflow risk and
Daniel Stenberg
1
-11
/
+21
2005-11-24
avoid doing #if an a predef symbol that might not be defined
Daniel Stenberg
1
-0
/
+2
2005-11-14
Added CVS id.
Gisle Vanem
1
-2
/
+5
2005-10-03
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code
Daniel Stenberg
1
-1
/
+2
2005-09-21
1 - attempted fix of uninitialized variable
Daniel Stenberg
1
-28
/
+44
2005-09-18
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...
Dominick Meglio
1
-1
/
+26
2005-05-17
More of the same
Dominick Meglio
1
-1
/
+2
2005-05-17
More compiler warning cleanups
Dominick Meglio
1
-2
/
+7
2005-05-16
Cleaned up some compile warnings
Dominick Meglio
1
-4
/
+7
2005-05-16
Added ares_getnameinfo which mimics the getnameinfo API
Dominick Meglio
1
-0
/
+322