aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-29take port numbers into account when finding a previous session from theDaniel Stenberg
2001-08-29cookie jar adjustmentsDaniel Stenberg
2001-08-28up'ed the version-infoDaniel Stenberg
2001-08-28Georg Huettenegger's fixes and improvements to curl_formadd()Daniel Stenberg
2001-08-28Georg Huettenegger added code to deal with error 417 when doing form posts.Daniel Stenberg
2001-08-28Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg
2001-08-26we should be using start here.Sterling Hughes
2001-08-26improved the testDaniel Stenberg
2001-08-26Added #include <string.h> and removed a silly mistakenly added ,Daniel Stenberg
2001-08-24rewrite to work around BSD announcement license issues, this is alsoDaniel Stenberg
2001-08-24T. Bharath's patch => linking with multithreaded versions of the c runtimeDaniel Stenberg
2001-08-24newly re-generated from the modified getdate.yDaniel Stenberg
2001-08-24include setup.h properly, not config.hDaniel Stenberg
2001-08-24extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg
2001-08-24cleanupsDaniel Stenberg
2001-08-24Tim Costello's bug report #454856Daniel Stenberg
2001-08-24strcasecmp() is banned from our code, should be strequal() everywhere!Daniel Stenberg
2001-08-23When setting *_URL or *_PROXY in *_setopt(), it is important that we checkDaniel Stenberg
2001-08-23started working on a function for writing (all) cookies, made it possibleDaniel Stenberg
2001-08-23As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead ofDaniel Stenberg
2001-08-23I want Sterling to be my friend, so I wasted some time on splitting up theDaniel Stenberg
2001-08-22CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the newDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-21As Andrés García reported we need to fflush() the data->err so that theDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-08-18<couldn't resist>Sterling Hughes
2001-08-17Curl_ prefix added to a few function callsDaniel Stenberg
2001-08-17include getinfo.h for Curl_getinfo() protoDaniel Stenberg
2001-08-17modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg
2001-08-17Added two fields in the connectdata struct for kerberos fiddlesDaniel Stenberg
2001-08-17use the Curl_ name spaceDaniel Stenberg
2001-08-17removed dead/unused codeDaniel Stenberg
2001-08-17Curl_ prefixDaniel Stenberg
2001-08-17cleaned up rewriteDaniel Stenberg
2001-08-15IPv6-addresses can have dots too!Daniel Stenberg
2001-08-15extract IPv6-style specified IP-addresses properlyDaniel Stenberg
2001-08-15const fixesDaniel Stenberg
2001-08-15Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()Daniel Stenberg
2001-08-15removed one compiler error and two "unused variable" warningsDaniel Stenberg
2001-08-15more _ftp_cwdSterling Hughes
2001-08-15ftp_cwd() abstractionSterling Hughes
2001-08-15This can be used in another place (Curl_ftp_done :)...Sterling Hughes
2001-08-15non-public functions should not use CURL * as arguments, so I changed themDaniel Stenberg
2001-08-15modified the Curl_perform() protoDaniel Stenberg
2001-08-15must merge before commitSterling Hughes
2001-08-15removed protos that were moved to url.h and the new getinfo.hDaniel Stenberg
2001-08-15moved the url.c prototypes to hereDaniel Stenberg
2001-08-15calls Curl_initinfo() in perform().Daniel Stenberg
2001-08-15begin abstraction process...Sterling Hughes