aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2001-05-287.8-pre1 commitDaniel Stenberg
2001-05-28global_init() takes a flag option now, to tell libcurl what _not_ to init.Daniel Stenberg
it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2001-05-16Added #define CURLE_ALREADY_COMPLETE to not break compiles that use thatDaniel Stenberg
symbol, but libcurl will not return this ever
2001-05-12CURLE_ALREADY_COMPLETE is removedDaniel Stenberg
CURLE_SSL_PEER_CERTIFICATE is added
2001-05-077.7.3Daniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-04-23curl 7.7.2Daniel Stenberg
2001-04-17Frederic Lepied's ftp download resume fixDaniel Stenberg
2001-04-10Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg
2001-04-047.7.1 commitDaniel Stenberg
2001-03-267.7.1-beta1Daniel Stenberg
2001-03-227.7 commitDaniel Stenberg
2001-03-22the new escape/unescape function setupDaniel Stenberg
2001-03-197.7-beta5 commitDaniel Stenberg
2001-03-15Added CURLOPT_CONNECTTIMEOUTDaniel Stenberg
2001-03-14curl 7.7 beta 3Daniel Stenberg
2001-03-14Curl_str(n)equal renamed to curl_str(n)equalDaniel Stenberg
2001-03-137.7 beta 2 fixesDaniel Stenberg
2001-03-13curl_getinfo is removed, not a public functionDaniel Stenberg
2001-03-12two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg
2001-03-12Added options for the persistant support, they're also documented inDaniel Stenberg
curl_easy_setopt.3 now
2001-03-08version 7.7-beta1Daniel Stenberg
2001-03-08added lots of numbers for the error codes as they're often printedDaniel Stenberg
and used
2001-03-047.7 alpha 2 commitDaniel Stenberg
2001-03-04Added include of easy.h to enable libcurl-using programs to *only* have toDaniel Stenberg
include <curl/curl.h>
2001-03-03fixed for persistant stuffDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-19removed a bunch of "low level" functions that were never used and are aboutDaniel Stenberg
to never become reality either
2001-02-137.6.1 commitDaniel Stenberg
2001-02-077.6.1-pre3Daniel Stenberg
2001-02-04CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD wereDaniel Stenberg
added as suggested by Bob Schader
2001-02-017.6.1-pre2Daniel Stenberg
2001-01-31curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg
2001-01-297.6-pre1Daniel Stenberg
2001-01-277.6Daniel Stenberg
2001-01-257.6-pre4Daniel Stenberg
2001-01-19removed MAX_URL_LENGTH, there is no longer any length restrictions on URLsDaniel Stenberg
anywhere within libcurl
2001-01-19version 7.6-pre3Daniel Stenberg
2001-01-117.6-pre2Daniel Stenberg
2001-01-09version 7.6-pre1Daniel Stenberg
2001-01-05renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-05release commitDaniel Stenberg
2001-01-04updated license text in headersDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2001-01-03cleanup-commitDaniel Stenberg
2000-12-19updated email and web siteDaniel Stenberg
2000-12-14added include stdio.h for the FILEDaniel Stenberg
2000-12-047.5-commitDaniel Stenberg