Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compiler warning fix | Yang Tse | 2006-09-12 | 1 | -2/+2 |
* | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg | 2006-09-11 | 1 | -0/+8 |
* | silence warning | Daniel Stenberg | 2006-05-11 | 1 | -0/+1 |
* | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg | 2006-05-10 | 1 | -0/+18 |
* | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg | 2006-03-21 | 1 | -1/+18 |
* | removed old debug left-over infof() call | Daniel Stenberg | 2005-08-11 | 1 | -2/+0 |
* | use calloc instead of malloc to save a call to memset() | Daniel Stenberg | 2005-05-05 | 1 | -4/+1 |
* | prevent memory leak when built SSL disabled | Daniel Stenberg | 2005-05-04 | 1 | -0/+6 |
* | prevent compiler warning | Daniel Stenberg | 2005-04-19 | 1 | -1/+1 |
* | re-arrange some code to prevent warnings on unreachable code | Daniel Stenberg | 2005-04-08 | 1 | -4/+7 |
* | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg | 2005-04-07 | 1 | -0/+535 |