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
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
2008-05-14
skip checks for Windows specific header files
Yang Tse
1
-0
/
+35
2008-05-14
WinCE cross compilation adjustments:
Yang Tse
1
-2
/
+2
2008-05-12
configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
Yang Tse
1
-51
/
+93
2008-05-10
Add library checking for clock_gettime() support
Yang Tse
1
-0
/
+75
2007-10-18
Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()
Yang Tse
1
-2
/
+2
2007-04-03
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
Yang Tse
1
-10
/
+0
2007-03-22
attempt to keep message length below 80 chars
Yang Tse
1
-2
/
+2
2007-03-08
remove code superceeded by the new method used to force
Yang Tse
1
-36
/
+0
2007-02-15
icc 9.0 when compiling its generated code for its own FD_SET,
Yang Tse
1
-0
/
+10
2007-02-07
*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE
Yang Tse
1
-66
/
+81
2006-11-22
Added a check in configure that verifies if <signal.h> is available,
Yang Tse
1
-0
/
+42
2006-10-13
Check for struct timeval at configuration time
Yang Tse
1
-0
/
+59
2006-08-04
Being unable to link or find out recv() or send() args types is a fatal error.
Yang Tse
1
-4
/
+6
[next]