aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-09fixed to deal with file names that contain colons, as in WindowsDaniel Stenberg
2003-01-097.10.3-pre4Daniel Stenberg
2003-01-09rename the curl share error enum prefixDaniel Stenberg
2003-01-09Updated more and now looks and and the API possibly works almost like theDaniel Stenberg
design document specifies. There is still no code inside that uses this.
2003-01-097+8 jan 2003Daniel Stenberg
2003-01-08updated to use the modified share-typesDaniel Stenberg
2003-01-08cleaned up the share data types and prototypes to be more in line whatDaniel Stenberg
the design draft mentioned and what I think is fit
2003-01-08mkdir() fix for win32Daniel Stenberg
2003-01-08nah, include test.h insteadDaniel Stenberg
2003-01-08include curl.h without directoryDaniel Stenberg
2003-01-08fixed a very, very rare and very, very little memory leakJean-Philippe Barette-LaPierre
2003-01-07Philippe Raoult's fix to handle wildcard certificate name checksDaniel Stenberg
2003-01-07Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg
2003-01-07stuffDaniel Stenberg
2003-01-07clarified error code 19Daniel Stenberg
2003-01-07Only output valid filetime.Daniel Stenberg
Return file-error if 550 is returned when trying MDTM
2003-01-07when sending an error message to the debugfunction, we append a newline soDaniel Stenberg
that the output looks better
2003-01-07fixed the create_dir_hierarchy() to not use uninited memory, as noticed byDaniel Stenberg
Matthew Blain.
2003-01-07Matthew Blain's improvements for debug buildsDaniel Stenberg
2003-01-07better ignoreDaniel Stenberg
2003-01-07ignore lib504 tooDaniel Stenberg
2003-01-07updatedDaniel Stenberg
2003-01-06indent fixDaniel Stenberg
2003-01-06fix bug (?) :-)Sterling Hughes
previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
2002-12-29return -1 even if SSL_pending() doesn't return non-zero, as we don't reallyDaniel Stenberg
care how many bytes that is readable NOW. Philippe Raoult reported the bug in 7.10.3-pre3.
2002-12-29Marc Herbert's suggstion: mention that insecure is ignored if cacert or capathDaniel Stenberg
is used.
2002-12-20example configure command lineDaniel Stenberg
2002-12-20Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the defaultDaniel Stenberg
makefile when --enable-maintainer-mode is not used.
2002-12-207.10.3-commitDaniel Stenberg
2002-12-19fixesDaniel Stenberg
2002-12-19removed fruitless attempts to overload some targetsDaniel Stenberg
2002-12-19Curl_base64_decode() fixed by Matthew BDaniel Stenberg
2002-12-19Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCKDaniel Stenberg
situation occurs, which it previously didn't! This was reptoed by Evan Jordan in bug report #653022. Also, if ERROR_SYSCALL is returned from SSL_write(), include the errno number in the error string for easier error detection.
2002-12-19CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safeDaniel Stenberg
2002-12-18CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg
2002-12-17Removed weird special multi interface condition that caused bug reportDaniel Stenberg
#651464.
2002-12-17don't install the test programsDaniel Stenberg
2002-12-16writefunction data is not zero terminatedDaniel Stenberg
2002-12-16removed junkDaniel Stenberg
2002-12-16Added test case 504, using multi interface and a local proxy without anythingDaniel Stenberg
listening on the port we use.
2002-12-16better descDaniel Stenberg
2002-12-16mistake, this only requires httpDaniel Stenberg
2002-12-16the hostip.c commitDaniel Stenberg
2002-12-16EAGAIN on older (correct) glibc versions indicate a problem and not the needDaniel Stenberg
for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
2002-12-16changes from last weekDaniel Stenberg
2002-12-16cut off -O properly when building for debugDaniel Stenberg
setup the Makefile in tests/libtest/
2002-12-13documented the %-variablesDaniel Stenberg
2002-12-13fixed another space issueDaniel Stenberg
2002-12-13please mr CVS ignore theseDaniel Stenberg
2002-12-13set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg