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
/
acinclude.m4
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
Refactor how libraries are checked for connect() function, follow-up.
Yang Tse
1
-0
/
+5
2009-06-20
Refactor how libraries are checked for connect() function,
Yang Tse
1
-0
/
+41
2009-06-01
John E. Malmberg noticed that the configure script was failing to detect the
Yang Tse
1
-1
/
+4
2009-05-15
Fix preprocessor conditional expression
Yang Tse
1
-1
/
+1
2009-05-07
Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...
Yang Tse
1
-47
/
+0
2009-05-03
HP-UX's X/Open network library requirement check follow-up
Yang Tse
1
-1
/
+1
2009-05-03
HP-UX's X/Open network library requirement check follow-up
Yang Tse
1
-0
/
+28
2009-05-02
Use build-time configured ares_socklen_t instead of socklen_t
Yang Tse
1
-89
/
+0
2009-05-01
Check definition of _XOPEN_SOURCE_EXTENDED with the compiler
Yang Tse
1
-0
/
+38
2009-04-29
Remove temporary debug tracing for ares_socklen_t Windows targets
Yang Tse
1
-22
/
+0
2009-04-29
Add temporary debug tracing for ares_socklen_t Windows targets
Yang Tse
1
-0
/
+22
2009-04-28
Initial step towards a configure time ares_socklen_t definition
Yang Tse
1
-0
/
+162
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
1
-0
/
+52
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
1
-148
/
+0
2008-10-23
#include <stdlib.h> for exit() prototype
Yang Tse
1
-0
/
+6
2008-10-02
Initial attempt to support configure's --(dis|en)able-warnings
Yang Tse
1
-54
/
+0
2008-09-30
now compiler warnings are activated for all gcc builds, not only debug ones.
Yang Tse
1
-101
/
+0
2008-09-18
icc adjustments
Yang Tse
1
-4
/
+4
2008-09-17
improve detection of getservbyport_r()
Yang Tse
1
-129
/
+0
2008-09-09
icc adjustments
Yang Tse
1
-0
/
+1
2008-08-27
Don't abort configuration if recvfrom() is not available.
Yang Tse
1
-23
/
+29
2008-08-09
Improve CURL_CHECK_DEF
Yang Tse
1
-6
/
+8
2008-08-04
Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
Yang Tse
1
-1
/
+29
2008-07-30
Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of
Yang Tse
1
-9
/
+0
2008-07-29
Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4
Yang Tse
1
-0
/
+8
2008-07-27
Assert that SED and GREP are set
Yang Tse
1
-0
/
+6
2008-07-24
Another step towards detecting if _REENTRANT is already defined or actually
Yang Tse
1
-25
/
+0
2008-07-23
reorder argument number detection for getservbyport_r to
Yang Tse
1
-12
/
+12
2008-07-22
Make sure that configure process tests are done with the same _REENTRANT
Yang Tse
1
-0
/
+25
2008-07-21
use prototypes to improve getservbyport_r detection
Yang Tse
1
-13
/
+23
2008-07-21
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
Yang Tse
1
-0
/
+13
2008-07-20
Added "pointer to void" as another data type to check for the sixth argument of
Yang Tse
1
-1
/
+1
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
1
-6
/
+35
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
1
-0
/
+146
2008-07-16
Improved configure detection of number of arguments for getservbyport_r
Yang Tse
1
-44
/
+92
2008-07-02
fallback to gettimeofday when monotonic clock is unavailable at run-time
Yang Tse
1
-24
/
+6
2008-06-30
make check message wording more precise
Yang Tse
1
-1
/
+1
2008-06-29
fix C style comment
Yang Tse
1
-2
/
+4
2008-06-29
John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on
Yang Tse
1
-1
/
+53
2008-06-20
Modified configuration script to actually verify if the compiler is good
Yang Tse
1
-0
/
+88
2008-06-18
No longer break out of a shell "for" statement from inside
Yang Tse
1
-97
/
+110
2008-06-06
MSVC does build Windows native targets
Yang Tse
1
-1
/
+2
2008-05-21
fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty
Yang Tse
1
-3
/
+1
2008-05-21
fix: remove need and definition of HAVE_SOCKLEN_T symbol
Yang Tse
1
-4
/
+0
2008-05-21
fix: socklen_t definition comment
Yang Tse
1
-1
/
+1
2008-05-20
update several macros using AC_TRY_LINK with AC_LINK_IFELSE
Yang Tse
1
-87
/
+93
2008-05-20
fix underquoting of AC_LANG_PROGRAM arguments
Yang Tse
1
-78
/
+78
2008-05-20
update several macros using AC_TRY_LINK with AC_LINK_IFELSE
Yang Tse
1
-82
/
+118
2008-05-19
fix socklen_t equivalent detection when cross compiling Windows target
Yang Tse
1
-13
/
+24
2008-05-14
Improve toolchain detection for WinCE cross compilation:
Yang Tse
1
-5
/
+5
[next]