| Commit message (Expand) | Author | Age | Files | Lines |
* | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | 2009-05-02 | 1 | -3/+0 |
* | Remove temporary debug tracing for X/Open HP-UX | Yang Tse | 2009-05-01 | 1 | -4/+0 |
* | Check definition of _XOPEN_SOURCE_EXTENDED with the compiler | Yang Tse | 2009-05-01 | 1 | -1/+1 |
* | Add temporary debug tracing for X/Open HP-UX | Yang Tse | 2009-04-30 | 1 | -0/+4 |
* | Check if X/Open network library is required | Yang Tse | 2009-04-30 | 1 | -0/+22 |
* | Reorder curl_socklen_t and socklen_t equivalent check while both coexist | Yang Tse | 2009-04-27 | 1 | -2/+2 |
* | Initial step towards a configure time curl_socklen_t definition | Yang Tse | 2009-04-26 | 1 | -0/+2 |
* | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | 2009-04-21 | 1 | -0/+1 |
* | - Use libssh2_version() to present the libssh2 version in case the libssh2 | Daniel Stenberg | 2009-03-13 | 1 | -0/+3 |
* | update the embedded copyright year | Daniel Stenberg | 2009-03-11 | 1 | -1/+1 |
* | Fixed a problem with m4 quoting in the OpenSSL configure check reported | Dan Fandrich | 2009-03-04 | 1 | -1/+1 |
* | check for poll() as it is done for other functions | Yang Tse | 2009-02-13 | 1 | -40/+1 |
* | Fixed NTLM on curl-config --features with GnuTLS | Dan Fandrich | 2009-02-12 | 1 | -1/+1 |
* | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich | 2009-02-12 | 1 | -1/+1 |
* | Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS | Dan Fandrich | 2009-02-04 | 1 | -2/+5 |
* | - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665) | Daniel Stenberg | 2009-01-11 | 1 | -48/+61 |
* | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju... | Gunter Knauf | 2008-12-30 | 1 | -3/+3 |
* | added check for sin6_scope_id member in struct sockaddr_in6. | Gunter Knauf | 2008-12-27 | 1 | -0/+15 |
* | Further adjust a libssh2 preprocessor function-symbol definition check | Yang Tse | 2008-11-29 | 1 | -4/+0 |
* | - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 | Daniel Stenberg | 2008-11-24 | 1 | -0/+4 |
* | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | 2008-11-18 | 1 | -0/+2 |
* | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | 2008-11-18 | 1 | -4/+3 |
* | trim down configure script size | Yang Tse | 2008-11-16 | 1 | -16/+2 |
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -19/+14 |
* | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse | 2008-11-08 | 1 | -1/+2 |
* | check for freeaddrinfo() at configuration phase | Yang Tse | 2008-10-30 | 1 | -0/+1 |
* | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | 2008-10-29 | 1 | -2/+0 |
* | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | 2008-10-28 | 1 | -0/+1 |
* | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | 2008-10-28 | 1 | -1/+7 |
* | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-22 | 1 | -11/+7 |
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-21 | 1 | -0/+4 |
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-20 | 1 | -8/+8 |
* | Ensure that shell variable contents which have active meaning | Yang Tse | 2008-10-15 | 1 | -9/+9 |
* | Fixed the --interface option to work with IPv6 connections on glibc | Dan Fandrich | 2008-10-09 | 1 | -0/+1 |
* | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse | 2008-10-07 | 1 | -4/+18 |
* | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse | 2008-10-02 | 1 | -169/+13 |
* | now compiler warnings are activated for all gcc builds, not only debug ones. | Yang Tse | 2008-09-30 | 1 | -4/+46 |
* | Use CFLAGS for icc linker options instead of LDFLAGS, | Yang Tse | 2008-09-30 | 1 | -3/+3 |
* | spell! | Daniel Stenberg | 2008-09-29 | 1 | -1/+1 |
* | - Daniel Egger provided a patch that allows you to disable proxy support in | Daniel Stenberg | 2008-09-29 | 1 | -0/+16 |
* | use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version number | Yang Tse | 2008-09-29 | 1 | -34/+49 |
* | Temporary icc adjustment: | Yang Tse | 2008-09-29 | 1 | -0/+2 |
* | siginterrupt, signal and sigsetjmp checks | Yang Tse | 2008-09-26 | 1 | -22/+3 |
* | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | 2008-09-24 | 1 | -10/+1 |
* | configure script now checks availability of the inet_ntop() function, | Yang Tse | 2008-09-24 | 1 | -0/+1 |
* | temporarily enable CURL_CHECK_FUNC_INET_NTOA_R | Yang Tse | 2008-09-24 | 1 | -0/+1 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -2/+1 |
* | icc adjustments for icc 9.0 and prior versions: | Yang Tse | 2008-09-22 | 1 | -0/+4 |
* | fix regression in configure script which affected OpenSSL builds on MSYS | Yang Tse | 2008-09-20 | 1 | -0/+18 |
* | configure script now checks availability of the alarm() function | Yang Tse | 2008-09-19 | 1 | -0/+1 |