aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-06-11added multi.objDaniel Stenberg
2002-06-11make sure data->set.postfields is non-NULL before doing strlen() on theDaniel Stenberg
2002-06-10getaddrinfo() failures now show port number too in informational outputDaniel Stenberg
2002-06-10added a missing failf() for certain connect failuresDaniel Stenberg
2002-06-10This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is basedDaniel Stenberg
2002-06-10Gautam Mani found a socket descriptor leak that happened when FTP transfersDaniel Stenberg
2002-06-05Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crashDaniel Stenberg
2002-06-05set HAVE_RAND_STATUS tooDaniel Stenberg
2002-06-05hostcache_fixoffset() is now corrected to work on 64bit architecturesDaniel Stenberg
2002-06-03T. Bharath's updates since curl now uses the winmm lib for higher resolutionDaniel Stenberg
2002-06-03T. Bharath made the request size add up as it is documented to do.Daniel Stenberg
2002-06-03T. Bharath fixed higher resolution time for windows buildsDaniel Stenberg
2002-06-03T. Bharath fixed the TIMER_REDIRECT.Daniel Stenberg
2002-05-28Getting an empty FTP file no longer makes us return error 19. An empty fileDaniel Stenberg
2002-05-28 Gustaf Hui provided new code that changes how curl_multi_info_read()Daniel Stenberg
2002-05-28Adjusted to make curl_multi_perform() work properly even whenDaniel Stenberg
2002-05-28Cris Bailiff's CAPATH support addedDaniel Stenberg
2002-05-21When re-using a connection, make sure that we use the current host name asDaniel Stenberg
2002-05-21James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg
2002-05-21maprintf() and vmaprintf() now work better when printfing "%s" with anDaniel Stenberg
2002-05-21ASN1 files don't work for the *chain_file(), make them use the previousDaniel Stenberg
2002-05-21curl_formadd() now returns 'CURLFORMcode' instead of int, to better enableDaniel Stenberg
2002-05-20Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() insteadDaniel Stenberg
2002-05-17Fixes bug report #556930 - we need to make sure that the data is all rightDaniel Stenberg
2002-05-07support for ingoring session cookies addedDaniel Stenberg
2002-05-06the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!Daniel Stenberg
2002-05-05Better support for being used with the multi interface without the *fd_set()Daniel Stenberg
2002-05-04made VERBOSE output more like it used to be, HEADER_IN is thus also ignoredDaniel Stenberg
2002-05-03CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggestDaniel Stenberg
2002-05-03fixed return codeDaniel Stenberg
2002-05-03made the DEBUGFUNCTION get called properly on a few more places, especiallyDaniel Stenberg
2002-05-03make sure our own printf() clones are usedDaniel Stenberg
2002-05-02use and set the fd_set pointers instead of the actual values, as then weDaniel Stenberg
2002-05-02added two pointers to the fd_set variables to read/write from, as sometimesDaniel Stenberg
2002-05-02return CURLM_CALL_MULTI_PERFORM in one more case, and check return codeDaniel Stenberg
2002-05-02make sure the dns cache pointers in the easy handles are NULLedDaniel Stenberg
2002-05-02Hanno Kranzhoff noticed we didn't properly reset the download/upload countersDaniel Stenberg
2002-05-01Jacky Lam's fix to make the realloc() of the hostent data work properlyDaniel Stenberg
2002-04-27implemented curl_multi_info_read() which I had forgotten before!Daniel Stenberg
2002-04-27Fixed the FTP response reader to deal with timeouts better. Previously itDaniel Stenberg
2002-04-27(Curl_GetFTPResponse) moved some code to only get performed when actuallyDaniel Stenberg
2002-04-27Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg
2002-04-27DNC cache prune crash removed, made the name spacing follow the generalDaniel Stenberg
2002-04-25adjusted to the new Curl_resolv() protoDaniel Stenberg
2002-04-25prevent persistant connections to do name resolvesDaniel Stenberg
2002-04-25In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg
2002-04-25use the hostname pointer instead of using IPv4-only info from a structDaniel Stenberg
2002-04-23removed warning about signed/unsigned comparisonDaniel Stenberg
2002-04-23the 80 column police narrowed this source code! B-]Daniel Stenberg
2002-04-23fixes bug report #547484, no_proxy doesn't properly strip off port numbersDaniel Stenberg