Age | Commit message (Expand) | Author |
2002-06-13 | Added 'dont_check' to be set during an FTP operation if the final status | Daniel Stenberg |
2002-06-12 | when no FTP transfer was done, don't attempt to read the download transfer | Daniel Stenberg |
2002-06-12 | Moved the secondarysocket cleanup. The 'conn' struct may have been cleared | Daniel Stenberg |
2002-06-12 | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg |
2002-06-12 | HAVE_SIGSETJMP | Daniel Stenberg |
2002-06-12 | added a connect failure error message that might get empty otherwise | Daniel Stenberg |
2002-06-12 | Jörn fixes for 7.9.8 build | Daniel Stenberg |
2002-06-12 | kris@freebsd.org fixed a bad format string | Daniel Stenberg |
2002-06-12 | kris@freebsd.org fixed a few bad format strings | Daniel Stenberg |
2002-06-11 | put #ifdefs around the sigjmp_buf declaration too, as it should be | Daniel Stenberg |
2002-06-11 | corrected the signal handler | Daniel Stenberg |
2002-06-11 | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg |
2002-06-11 | removed accidentally added debug-code! | Daniel Stenberg |
2002-06-11 | ftp range downloads make us ignore the final status message as the server | Daniel Stenberg |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg |
2002-06-11 | added multi.obj | Daniel Stenberg |
2002-06-11 | make sure data->set.postfields is non-NULL before doing strlen() on the | Daniel Stenberg |
2002-06-10 | getaddrinfo() failures now show port number too in informational output | Daniel Stenberg |
2002-06-10 | added a missing failf() for certain connect failures | Daniel Stenberg |
2002-06-10 | This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based | Daniel Stenberg |
2002-06-10 | Gautam Mani found a socket descriptor leak that happened when FTP transfers | Daniel Stenberg |
2002-06-05 | Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crash | Daniel Stenberg |
2002-06-05 | set HAVE_RAND_STATUS too | Daniel Stenberg |
2002-06-05 | hostcache_fixoffset() is now corrected to work on 64bit architectures | Daniel Stenberg |
2002-06-03 | T. Bharath's updates since curl now uses the winmm lib for higher resolution | Daniel Stenberg |
2002-06-03 | T. Bharath made the request size add up as it is documented to do. | Daniel Stenberg |
2002-06-03 | T. Bharath fixed higher resolution time for windows builds | Daniel Stenberg |
2002-06-03 | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg |
2002-05-28 | Getting an empty FTP file no longer makes us return error 19. An empty file | Daniel Stenberg |
2002-05-28 | Gustaf Hui provided new code that changes how curl_multi_info_read() | Daniel Stenberg |
2002-05-28 | Adjusted to make curl_multi_perform() work properly even when | Daniel Stenberg |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg |
2002-05-21 | When re-using a connection, make sure that we use the current host name as | Daniel Stenberg |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg |
2002-05-21 | maprintf() and vmaprintf() now work better when printfing "%s" with an | Daniel Stenberg |
2002-05-21 | ASN1 files don't work for the *chain_file(), make them use the previous | Daniel Stenberg |
2002-05-21 | curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable | Daniel Stenberg |
2002-05-20 | Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() instead | Daniel Stenberg |
2002-05-17 | Fixes bug report #556930 - we need to make sure that the data is all right | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-05-06 | the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! | Daniel Stenberg |
2002-05-05 | Better support for being used with the multi interface without the *fd_set() | Daniel Stenberg |
2002-05-04 | made VERBOSE output more like it used to be, HEADER_IN is thus also ignored | Daniel Stenberg |
2002-05-03 | CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest | Daniel Stenberg |
2002-05-03 | fixed return code | Daniel Stenberg |
2002-05-03 | made the DEBUGFUNCTION get called properly on a few more places, especially | Daniel Stenberg |
2002-05-03 | make sure our own printf() clones are used | Daniel Stenberg |
2002-05-02 | use and set the fd_set pointers instead of the actual values, as then we | Daniel Stenberg |
2002-05-02 | added two pointers to the fd_set variables to read/write from, as sometimes | Daniel Stenberg |
2002-05-02 | return CURLM_CALL_MULTI_PERFORM in one more case, and check return code | Daniel Stenberg |