summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg2002-06-261-3/+7
* CURLOPT_BUFFERSIZE allows an application to set a prefered buffer sizeDaniel Stenberg2002-06-153-1/+17
* - Yarram Sunil found out that the SocketIsDead() function performed a lotDaniel Stenberg2002-06-141-1/+1
* Hanno L. Kranzhoff fixed themDaniel Stenberg2002-06-142-423/+423
* Remade the FTP not-check status line and not-attempt-to-read-status-lineDaniel Stenberg2002-06-142-31/+25
* Tom Mattison's report found out, and this is the fix that should preventDaniel Stenberg2002-06-131-4/+5
* Added 'dont_check' to be set during an FTP operation if the final statusDaniel Stenberg2002-06-132-15/+23
* when no FTP transfer was done, don't attempt to read the download transferDaniel Stenberg2002-06-121-11/+12
* Moved the secondarysocket cleanup. The 'conn' struct may have been clearedDaniel Stenberg2002-06-121-8/+9
* Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg2002-06-122-42/+134
* HAVE_SIGSETJMPDaniel Stenberg2002-06-121-0/+3
* added a connect failure error message that might get empty otherwiseDaniel Stenberg2002-06-121-0/+1
* Jörn fixes for 7.9.8 buildDaniel Stenberg2002-06-121-1/+1
* kris@freebsd.org fixed a bad format stringDaniel Stenberg2002-06-121-1/+1
* kris@freebsd.org fixed a few bad format stringsDaniel Stenberg2002-06-121-3/+3
* put #ifdefs around the sigjmp_buf declaration too, as it should beDaniel Stenberg2002-06-111-0/+2
* corrected the signal handlerDaniel Stenberg2002-06-111-1/+1
* Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg2002-06-112-0/+26
* removed accidentally added debug-code!Daniel Stenberg2002-06-111-16/+0
* ftp range downloads make us ignore the final status message as the serverDaniel Stenberg2002-06-111-5/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-1119-10/+127
* added multi.objDaniel Stenberg2002-06-111-1/+2
* make sure data->set.postfields is non-NULL before doing strlen() on theDaniel Stenberg2002-06-111-2/+3
* getaddrinfo() failures now show port number too in informational outputDaniel Stenberg2002-06-101-1/+1
* added a missing failf() for certain connect failuresDaniel Stenberg2002-06-101-0/+1
* This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is basedDaniel Stenberg2002-06-101-0/+15
* Gautam Mani found a socket descriptor leak that happened when FTP transfersDaniel Stenberg2002-06-101-0/+7
* Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crashDaniel Stenberg2002-06-051-0/+3
* set HAVE_RAND_STATUS tooDaniel Stenberg2002-06-051-0/+3
* hostcache_fixoffset() is now corrected to work on 64bit architecturesDaniel Stenberg2002-06-051-9/+10
* T. Bharath's updates since curl now uses the winmm lib for higher resolutionDaniel Stenberg2002-06-032-423/+423
* T. Bharath made the request size add up as it is documented to do.Daniel Stenberg2002-06-031-1/+1
* T. Bharath fixed higher resolution time for windows buildsDaniel Stenberg2002-06-031-16/+30
* T. Bharath fixed the TIMER_REDIRECT.Daniel Stenberg2002-06-031-1/+1
* Getting an empty FTP file no longer makes us return error 19. An empty fileDaniel Stenberg2002-05-281-1/+1
* Gustaf Hui provided new code that changes how curl_multi_info_read()Daniel Stenberg2002-05-281-72/+60
* Adjusted to make curl_multi_perform() work properly even whenDaniel Stenberg2002-05-281-5/+38
* Cris Bailiff's CAPATH support addedDaniel Stenberg2002-05-281-1/+7
* When re-using a connection, make sure that we use the current host name asDaniel Stenberg2002-05-211-0/+4
* James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg2002-05-215-139/+218
* maprintf() and vmaprintf() now work better when printfing "%s" with anDaniel Stenberg2002-05-211-6/+15
* ASN1 files don't work for the *chain_file(), make them use the previousDaniel Stenberg2002-05-211-1/+13
* curl_formadd() now returns 'CURLFORMcode' instead of int, to better enableDaniel Stenberg2002-05-211-57/+44
* Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() insteadDaniel Stenberg2002-05-201-24/+2
* Fixes bug report #556930 - we need to make sure that the data is all rightDaniel Stenberg2002-05-171-3/+16
* support for ingoring session cookies addedDaniel Stenberg2002-05-075-19/+61
* the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!Daniel Stenberg2002-05-061-0/+1
* Better support for being used with the multi interface without the *fd_set()Daniel Stenberg2002-05-051-2/+10
* made VERBOSE output more like it used to be, HEADER_IN is thus also ignoredDaniel Stenberg2002-05-041-7/+9
* CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggestDaniel Stenberg2002-05-031-1/+1