- Jun 07, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the first few SOCKS test cases. I also fixed two minor SOCKS problems to make the test cases run fine.
-
Dan Fandrich authored
Added more options to the ssh config file to improve the consistency of the test environment. Force a rewrite of the ssh config files on every invocation. Changed the opens to work on older versions of perl.
-
Dan Fandrich authored
to do nonlistening server tests, like other tests.
-
Dan Fandrich authored
-
- Jun 06, 2007
-
-
Daniel Stenberg authored
-
- Jun 05, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
openssh
-
Daniel Stenberg authored
to bail out
-
Daniel Stenberg authored
a connection through a socks proxy doesn't work
-
- Jun 04, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
one name... Reported by James Bursa
-
- Jun 02, 2007
-
-
Daniel Stenberg authored
gcc 4.2.0 warning: -Waddress
-
Daniel Stenberg authored
He also made recent Microsoft compilers use _strdup() instead of strdup().
-
Daniel Stenberg authored
/etc/hosts file. Patch edited for coding style and functionality by me (Daniel).
-
Daniel Stenberg authored
-
- Jun 01, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 31, 2007
-
-
Daniel Stenberg authored
to find that it crashed miserably, and this was due to some select()isms left in the code. This was due to API restrictions in c-ares 1.3.x, but with the upcoming c-ares 1.4.0 this is no longer the case so now libcurl runs much better with c-ares and the multi interface with > 1024 file descriptors in use.
-
Daniel Stenberg authored
-
- May 30, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from it in randomize_key()
-
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
-