| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE | Daniel Stenberg | 2018-09-26 | 1 | -9/+9 |
* | configure: replace AC_TRY_RUN with CURL_RUN_IFELSE | Daniel Stenberg | 2018-05-21 | 1 | -1/+2 |
* | configure: keep LD_LIBRARY_PATH changes local | Daniel Stenberg | 2018-04-16 | 1 | -1/+17 |
* | configure/CURL_CHECK_FUNC_POLL: disable poll completely on mac | Daniel Stenberg | 2016-10-18 | 1 | -1/+4 |
* | configure: detect the broken poll() in macOS 10.12 | Daniel Stenberg | 2016-10-11 | 1 | -3/+19 |
* | configure: ac_cv_ -> curl_cv_ for write-only vars | Irfan Adilovic | 2016-04-21 | 1 | -103/+103 |
* | configure: ac_cv_ -> curl_cv_ for r/w vars | Irfan Adilovic | 2016-04-21 | 1 | -31/+31 |
* | configure: ac_cv_ -> curl_cv_ for all cached vars | Irfan Adilovic | 2016-04-21 | 1 | -1/+1 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | configure: detect IPv6 support on Windows | Johannes Schindelin | 2015-12-20 | 1 | -0/+10 |
* | Enable poll on darwin13 | Daniel Johnson | 2014-05-06 | 1 | -1/+1 |
* | strcasestr: remove check for this unused function | Daniel Stenberg | 2013-02-23 | 1 | -86/+0 |
* | strlcat: remove function | Daniel Stenberg | 2013-02-14 | 1 | -88/+2 |
* | curl-functions.m4: improve gethostname arg 2 data type check | Yang Tse | 2012-12-17 | 1 | -4/+6 |
* | curl-functions.m4: add gethostname arg 2 data type check and definition | Yang Tse | 2012-12-15 | 1 | -1/+29 |
* | curl-functions.m4: update detection logic of getaddrinfo() thread-safeness | Yang Tse | 2012-03-28 | 1 | -13/+37 |
* | curl-functions.m4: update detection logic of getaddrinfo() thread-safeness | Yang Tse | 2012-03-21 | 1 | -2/+18 |
* | curl-functions.m4 serial # bump | Yang Tse | 2011-07-29 | 1 | -1/+1 |
* | Revert "configure: additional flag checks for fcntl() socket() and socketpair()" | Yang Tse | 2011-07-29 | 1 | -335/+1 |
* | configure: additional flag checks for fcntl() socket() and socketpair() | Yang Tse | 2011-07-29 | 1 | -1/+335 |
* | socketpair() usage tracking to allow fd leak detection | Yang Tse | 2011-07-29 | 1 | -1/+90 |
* | treaded-resolver: better error messages | Daniel Stenberg | 2011-04-28 | 1 | -1/+94 |
* | curl-functions: provide xattr function tests that also check number of arguments | Yang Tse | 2010-11-10 | 1 | -84/+976 |
* | write extended attributes by using fsetxattr | Stefan Tomanek | 2010-11-10 | 1 | -37/+37 |
* | serial number bump | Yang Tse | 2010-11-09 | 1 | -2/+2 |
* | xattr-check: correct the comment as well | Daniel Stenberg | 2010-11-08 | 1 | -1/+1 |
* | setxattr: fix the checks | Daniel Stenberg | 2010-11-08 | 1 | -4/+24 |
* | xattr: add configure check and #ifdefs | Daniel Stenberg | 2010-11-05 | 1 | -0/+84 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | update outdated serial number | Yang Tse | 2010-03-17 | 1 | -1/+1 |
* | - Markus Duft pointed out in bug #2961796 that even though Interix has a | Daniel Stenberg | 2010-03-02 | 1 | -3/+6 |
* | Prevent detection of stdint.h on IRIX systems, even when available. | Yang Tse | 2010-01-06 | 1 | -1/+6 |
* | Update serial number | Yang Tse | 2009-11-16 | 1 | -1/+1 |
* | getaddrinfo is fully thread safe on solaris versions which | Yang Tse | 2009-11-15 | 1 | -7/+13 |
* | Assume that getaddrinfo is thread safe, unless hard coded | Yang Tse | 2009-11-13 | 1 | -12/+10 |
* | Related with the threadsafe capability of getaddrinfo: | Yang Tse | 2009-11-13 | 1 | -6/+15 |
* | AIX 5.2 and newer have threadsafe getaddrinfo. | Yang Tse | 2009-11-12 | 1 | -1/+19 |
* | HP-UX 11.11 and later have threadsafe getaddrinfo | Yang Tse | 2009-11-12 | 1 | -1/+7 |
* | Check if getaddrinfo is threadsafe when function check allows it to be used | Yang Tse | 2009-11-12 | 1 | -2/+45 |
* | Check for basename() is now done the same as other function checks | Yang Tse | 2009-10-18 | 1 | -1/+113 |
* | Added check for memrchr function or macro | Yang Tse | 2009-09-28 | 1 | -1/+106 |
* | renamed generated config.h to curl_config.h in order to avoid clashes when li... | Gunter Knauf | 2009-07-14 | 1 | -1/+1 |
* | Refactor how libraries are checked for connect() function, | Yang Tse | 2009-06-20 | 1 | -1/+99 |
* | add CloseSocket camel case function check | Yang Tse | 2009-06-18 | 1 | -1/+91 |
* | socket() and closesocket() prototypes might be in socket.h | Yang Tse | 2009-06-17 | 1 | -1/+30 |
* | check for socket() and closesocket() as it is done for other functions | Yang Tse | 2009-06-17 | 1 | -1/+185 |
* | Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU... | Yang Tse | 2009-04-28 | 1 | -1/+25 |
* | Initial step towards a configure time curl_socklen_t definition | Yang Tse | 2009-04-26 | 1 | -2/+37 |
* | check for poll() as it is done for other functions | Yang Tse | 2009-02-13 | 1 | -1/+151 |
* | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | 2008-11-20 | 1 | -4/+6 |