- May 30, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
used to keep options for later re-usal when ares_init_options() is used.
-
Daniel Stenberg authored
the maximum size of the connection cache maximum size of the multi handle.
-
Yang Tse authored
-
Daniel Stenberg authored
specific sockets and thus avoiding select() and associated functions/macros. This function will be used by upcoming libcurl releases for this very reason. It also made me export the ares_socket_t type in the public ares.h header file, since ares_process_fd() uses that type for two of the arguments.
-
Daniel Stenberg authored
hundreds of parallel transfers...
-
- May 26, 2007
-
-
Daniel Stenberg authored
overwrite in Curl_select(). While fixing it, I also improved its performance somewhat by changing calloc to malloc and breaking out of a loop earlier (when possible).
-
Daniel Stenberg authored
I also switched from calloc() to malloc() as a minor performance boost since the rest of the code fills in the structs fine anyway - and they must for the case when we use the stack-based auto variable array instead of the allocated one. I made the loop filling in poll_fds[] break when poll_nfds is reached as a minor speed improvement.
-
Daniel Stenberg authored
transfers are done and need to be removed and closed or re-added.
-
Daniel Stenberg authored
-
- May 25, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel Black identifying several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL. Listed as #42 in KNOWN_BUGS.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that could cause it to return a bad return code.
-
- May 24, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1724016) noticing that downloading glob-ranges for TFTP was broken in CVS.
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=1723194Daniel Stenberg authored
pointed out that the warnf() function in the curl tool didn't properly deal with the cases when excessively long words were used in the string to chop up.
-
- May 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 22, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
peer's name in the SSL certificate when built for OpenSSL. The leak happens for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN name from UTF8.
-
- May 20, 2007
-
-
Daniel Stenberg authored
counted in seconds...
-
- May 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the transfer-related info "variables" were indeed overwritten with zeroes wrongly and have now been adjusted. The upload size still isn't accurate.
-
Daniel Stenberg authored
-
- May 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code for timeouts less than fice seconds, and also provided a fix for it.
-
Dan Fandrich authored
-
- May 16, 2007
-
-
Dan Fandrich authored
-
- May 15, 2007
-
-
Dan Fandrich authored
memdebug log file after every line and avoid losing the last few log entries if curl crashes.
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 10, 2007
-
-
Dan Fandrich authored
-
- May 09, 2007
-
-
Dan Fandrich authored
sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old.
-
Dan Fandrich authored
-
- May 08, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
-
- May 07, 2007
-
-
Daniel Stenberg authored
cache grow a bit too much, beyond the normal 4 * easy_handles.
-
- May 06, 2007
-
-
Daniel Stenberg authored
-
- May 03, 2007
-
-
Daniel Stenberg authored
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
-
Dan Fandrich authored
-