Age | Commit message (Expand) | Author |
2009-11-20 | - Jad Chamcham pointed out a bug with connection re-use. If a connection had | Daniel Stenberg |
2009-11-20 | Add ares_free_data() man page. | Yang Tse |
2009-11-20 | - Provide in external interface preprocessor symbol definitions for | Yang Tse |
2009-11-20 | Remove typecast | Yang Tse |
2009-11-20 | Fix comment | Yang Tse |
2009-11-20 | Add ares_data.c and ares_data.h | Yang Tse |
2009-11-20 | Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API | Yang Tse |
2009-11-20 | Initial support for the generic ares_free_data() function that will allow | Yang Tse |
2009-11-19 | Explicit initialization of all FTP struct members in ftp_init() | Yang Tse |
2009-11-18 | Fix compiler warning: ISO C90 forbids mixed declarations and code | Yang Tse |
2009-11-18 | Make memory tracking system intolerant with zero sized malloc(), | Yang Tse |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-11-18 | workaround icc 9.1 optimizer issue | Yang Tse |
2009-11-17 | - Constantine Sapuntzakis provided another fix for the DNS cache that could | Daniel Stenberg |
2009-11-17 | - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into | Daniel Stenberg |
2009-11-16 | Add icc fvisibility bug test | Yang Tse |
2009-11-16 | Fix icc 9.0 compiler warning: external definition with no prior declaration | Yang Tse |
2009-11-16 | Update serial number | Yang Tse |
2009-11-16 | Fix three var names | Yang Tse |
2009-11-16 | Add check for assert.h header file | Yang Tse |
2009-11-15 | - David Byron improved the configure script to use pkg-config to find OpenSSL | Kamil Dudka |
2009-11-15 | getaddrinfo is fully thread safe on solaris versions which | Yang Tse |
2009-11-15 | Client certificate ENG file type requires OpenSSL 0.9.7 or newer | Yang Tse |
2009-11-15 | Remove files generated on previous buildconf/configure run | Yang Tse |
2009-11-15 | Add a couple of renamed files to the removal list | Yang Tse |
2009-11-15 | Remove enable-thread / disable-thread configure option. These were only placebo | Yang Tse |
2009-11-14 | Added '--configure' option to curl-config to display original configure argum... | Claes Jakobsson |
2009-11-14 | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse |
2009-11-14 | OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definition | Yang Tse |
2009-11-14 | - Claes Jakobsson restored the configure functionality to detect NSS when | Daniel Stenberg |
2009-11-14 | - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for | Daniel Stenberg |
2009-11-14 | - Constantine Sapuntzakis provided the fix that ensures that an SSL connection | 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 | Constantine Sapuntzakis patch for hostip.c | Yang Tse |
2009-11-12 | Check if getaddrinfo is threadsafe when function check allows it to be used | Yang Tse |
2009-11-12 | Add missing variable initialization | Yang Tse |
2009-11-12 | - libcurl-NSS now tries to reconnect with TLS disabled in case it detects | Kamil Dudka |
2009-11-12 | - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly | Kamil Dudka |
2009-11-12 | Make hostip.c compile again | Yang Tse |
2009-11-11 | Made the path to the binaries absolute | Dan Fandrich |
2009-11-11 | Add last change credit | Yang Tse |
2009-11-11 | - Marco Maggi reported that compilation failed when configured --with-gssapi | Yang Tse |
2009-11-11 | NSS SSL connections are also blocking | Daniel Stenberg |
2009-11-11 | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg |
2009-11-11 | - Christian Schmitz noticed that the progress meter/callback was not properly | Daniel Stenberg |
2009-11-11 | Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti... | Yang Tse |
2009-11-11 | Add kernel32.lib | Yang Tse |