- Jun 08, 2007
-
-
James Housley authored
memory leak, and it is the right thing to do.
-
James Housley authored
* As of (LIBSSH2_APINO >= 200706012030) there are not *nb() functions * As of (LIBSSH2_APINO >= 200706012030) most libssh2_*() functions can return LIBSSH2_ERROR_EAGAIN to indicate that the call would block. To make the code work as previously, blocking, all the code has been updated so that when (LIBSSH2_APINO >= 200706012030) it loops simulating blocking. This allows the existing code to function and not hold up the upcoming release.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 07, 2007
-
-
Dan Fandrich authored
Redirect ssh output to ssh.log
-
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
-