Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-06 | Enable poll on darwin13 | Daniel Johnson | |
Poll has long been broken on Mac OS X. Starting with 10.9 (darwin13) it now works correctly so this patch enables it there. | |||
2013-02-23 | strcasestr: remove check for this unused function | Daniel Stenberg | |
2013-02-14 | strlcat: remove function | Daniel Stenberg | |
This function was only used twice, both in places where performance isn't crucial (socks + if2ip). Removing the use of this function removes the need to have our private version for systems without it == reduced amount of code. Also, in the SOCKS case it is clearly better to fail gracefully rather than to truncate the results. This work was triggered by a bug report on the strcal prototype in strequal.h. strlcat was added in commit db70cd28 in February 2001! Bug: http://curl.haxx.se/bug/view.cgi?id=1192 Reported by: Jeremy Huddleston | |||
2012-12-17 | curl-functions.m4: improve gethostname arg 2 data type check | Yang Tse | |
2012-12-15 | curl-functions.m4: add gethostname arg 2 data type check and definition | Yang Tse | |
2012-03-28 | curl-functions.m4: update detection logic of getaddrinfo() thread-safeness | Yang Tse | |
Take in account that h_errno might be a modifiable lvalue not defined as a C preprocessor macro | |||
2012-03-21 | curl-functions.m4: update detection logic of getaddrinfo() thread-safeness | Yang Tse | |
Take in account that POSIX standard Issue 7 drops h_errno support. Now, we also consider getaddrinfo() to be thread-safe when (_POSIX_C_SOURCE >= 200809L) or (_XOPEN_SOURCE >= 700) independently of whether h_errno exists or not. | |||
2011-07-29 | curl-functions.m4 serial # bump | Yang Tse | |
2011-07-29 | Revert "configure: additional flag checks for fcntl() socket() and socketpair()" | Yang Tse | |
This reverts commit bc6e6a465ad0b9f9757c4385698fe5f255dd125b. | |||
2011-07-29 | configure: additional flag checks for fcntl() socket() and socketpair() | Yang Tse | |
2011-07-29 | socketpair() usage tracking to allow fd leak detection | Yang Tse | |
2011-04-28 | treaded-resolver: better error messages | Daniel Stenberg | |
Now use gai_strerror() to get proper error messages when getaddrinfo() has failed. Detect the function in configure. Code based on work and suggestions by Jeff Pohlmeyer and Guenter Knauf | |||
2010-11-10 | curl-functions: provide xattr function tests that also check number of arguments | Yang Tse | |
2010-11-10 | write extended attributes by using fsetxattr | Stefan Tomanek | |
Instead of reopening the downloaded file, fsetxattr uses the (already open) file descriptor to attach extended attributes. This makes the procedure more robust against errors caused by moved or deleted files. | |||
2010-11-09 | serial number bump | Yang Tse | |
2010-11-08 | xattr-check: correct the comment as well | Daniel Stenberg | |
2010-11-08 | setxattr: fix the checks | Daniel Stenberg | |
My copy and paste job was a little too much copy and I missed to adjust it properly to sys/xattr.h all over and this is a fix to cure that. | |||
2010-11-05 | xattr: add configure check and #ifdefs | Daniel Stenberg | |
setxattr is a glibc call to set extended attributes, so configure now checks for it and the code is adapted to only build when the functionality is present. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-17 | update outdated serial number | Yang Tse | |
2010-03-02 | - Markus Duft pointed out in bug #2961796 that even though Interix has a | Daniel Stenberg | |
poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. http://curl.haxx.se/bug/view.cgi?id=2961796 | |||
2010-01-06 | Prevent detection of stdint.h on IRIX systems, even when available. | Yang Tse | |
IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h | |||
2009-11-16 | Update serial number | Yang Tse | |
2009-11-15 | getaddrinfo is fully thread safe on solaris versions which | Yang Tse | |
implement the function even when h_errno is not a macro. The h_errno macro test now only done on systems for which there is no hard coded knowledge about getaddrinfo's thread safeness. | |||
2009-11-13 | Assume that getaddrinfo is thread safe, unless hard coded | Yang Tse | |
knowledge says the contrary or h_errno is not defined. | |||
2009-11-13 | Related with the threadsafe capability of getaddrinfo: | Yang Tse | |
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check. | |||
2009-11-12 | AIX 5.2 and newer have threadsafe getaddrinfo. | Yang Tse | |
Add some comments to better understand what the regex's pretend to achieve. | |||
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-18 | Check for basename() is now done the same as other function checks | Yang Tse | |
2009-09-28 | Added check for memrchr function or macro | Yang Tse | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse | |
and check for connect() as it is done for other functions. | |||
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-04-28 | Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other ↵ | Yang Tse | |
CURL_INCLUDES_* | |||
2009-04-26 | Initial step towards a configure time curl_socklen_t definition | 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 | |
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | |||
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-17 | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | |
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. | |||
2008-11-17 | fix leftover from previous commit | Yang Tse | |
2008-11-17 | fix inet_pton() runtime configure check | Yang Tse | |
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | |
checks for inet_ntoa_r() inet_ntop() and inet_pton() | |||
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() ↵ | Yang Tse | |
prototype | |||
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 | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-08 | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse | |