Age | Commit message (Expand) | Author |
2009-11-16 | Update serial number | Yang Tse |
2009-11-15 | getaddrinfo is fully thread safe on solaris versions which | Yang Tse |
2009-11-14 | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse |
2009-11-13 | Assume that getaddrinfo is thread safe, unless hard coded | Yang Tse |
2009-11-13 | Related with the threadsafe capability of getaddrinfo: | Yang Tse |
2009-11-12 | AIX 5.2 and newer have threadsafe getaddrinfo. | Yang Tse |
2009-11-12 | HP-UX 11.11 and later have threadsafe getaddrinfo | Yang Tse |
2009-11-12 | Check if getaddrinfo is threadsafe when function check allows it to be used | Yang Tse |
2009-10-19 | Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR | Yang Tse |
2009-10-19 | Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'd | Yang Tse |
2009-10-18 | Check for basename() is now done the same as other function checks | Yang Tse |
2009-09-29 | Check if _REENTRANT definition is required to | Yang Tse |
2009-09-28 | Added check for memrchr function or macro | Yang Tse |
2009-09-24 | revert HPUX change since it already works fine | Daniel Stenberg |
2009-09-23 | - HPUX does need _REENTRANT too to build really thread-safe. | Daniel Stenberg |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when li... | Gunter Knauf |
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse |
2009-06-18 | add CloseSocket camel case function check | Yang Tse |
2009-06-17 | socket() and closesocket() prototypes might be in socket.h | Yang Tse |
2009-06-17 | check for socket() and closesocket() as it is done for other functions | Yang Tse |
2009-06-17 | Added a few more compiler warning options for gcc. | Dan Fandrich |
2009-06-10 | fix language in comment | Yang Tse |
2009-06-09 | Added --enable-curldebug configure option to enable and disable building | Yang Tse |
2009-05-15 | remove outdated comment | Yang Tse |
2009-05-07 | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse |
2009-05-07 | Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE... | Yang Tse |
2009-04-28 | Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU... | Yang Tse |
2009-04-26 | Initial step towards a configure time curl_socklen_t definition | Yang Tse |
2009-04-17 | remove compiler options used while debugging the icc 9.1 optimizer issue | Yang Tse |
2009-04-15 | Set HP-UX compiler warning level back to the one that exposes | Yang Tse |
2009-02-13 | ignore | Yang Tse |
2009-02-13 | check for poll() as it is done for other functions | Yang Tse |
2008-11-20 | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich |
2008-11-19 | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse |
2008-11-18 | attempting to keep lines below 80 chars | Yang Tse |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse |
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse |
2008-11-17 | Added more compiler warning options for gcc 4.3 | Dan Fandrich |
2008-11-17 | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse |
2008-11-17 | fix leftover from previous commit | Yang Tse |
2008-11-17 | fix inet_pton() runtime configure check | Yang Tse |
2008-11-16 | trim down configure script size | Yang Tse |
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse |
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() proto... | Yang Tse |
2008-11-14 | fix symbol definition check for fcntl.h inclusion | Yang Tse |
2008-11-14 | #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototype | Yang Tse |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-11-08 | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse |
2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse |
2008-10-30 | update aclocal file serial number | Yang Tse |