aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2001-10-222000 => 2001Daniel Stenberg
2001-10-19new return code: CURLE_GOT_NOTHINGDaniel Stenberg
2001-10-09New: CURLOPT_HTTP_VERSIONDaniel Stenberg
Renamed: the TimeCond type to curl_TimeCond
2001-10-03added new curl_formadd() stuffDaniel Stenberg
2001-09-257.9 commitDaniel Stenberg
2001-09-17Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg
2001-09-13added curl_easy_duphandleDaniel Stenberg
2001-09-11added CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-08-29added COOKIEJARDaniel Stenberg
2001-08-28curl_formadd() adjustments by Georg HuetteneggerDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-207.8.1Daniel Stenberg
2001-08-15-Daniel Stenberg
2001-08-15curl_getenv() now takes a const char * as argumentDaniel Stenberg
2001-08-15add include of stdio.h, so that base64.c compilesDaniel Stenberg
2001-08-08Patrick Bihan-Faou's verifyhost additionDaniel Stenberg
2001-08-067.8.1-pre3 commitDaniel Stenberg
2001-08-03added CURLOPT_HTTPGETDaniel Stenberg
2001-07-12Add win32 initialization support to curl_global_init() andSterling Hughes
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup().
2001-06-077.8 commitDaniel Stenberg
2001-05-31MUTE is now considered obsoleteDaniel Stenberg
2001-05-31the CURL_GLOBAL flags are now used to set what parts to init globallyDaniel Stenberg
2001-05-307.8-pre2Daniel Stenberg
2001-05-30curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg
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>