Age | Commit message (Expand) | Author |
2007-06-22 | remove annoying debug output | Daniel Stenberg |
2007-06-21 | Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread Checker | Daniel Stenberg |
2007-06-20 | If the creation of rsa and rsa_pub fail due to memory, don't try | James Housley |
2007-06-19 | Check both variables, not the same one twice. Pointed out by Colin Hogben | James Housley |
2007-06-19 | and fix another flaw in the singlecwd case when we get ftp://site.com/, also | Daniel Stenberg |
2007-06-19 | extra precaution to make PATH_MAX always be defined | Daniel Stenberg |
2007-06-19 | Change rsa and rsa_pub from static arrays in ssh_conn to be dynamically | James Housley |
2007-06-18 | If LIBSSH2DEBUG was defined "i" was undefined | James Housley |
2007-06-18 | make the ftp-method multicwd case possible to LIST the root directory of a | Daniel Stenberg |
2007-06-16 | Curl_ssh_connect() was using an uninitialized variable in one location. | James Housley |
2007-06-14 | Shmulik Regev fixed a flaw in the multi interface that occurred when doing | Daniel Stenberg |
2007-06-14 | Remove duplicate code that was left in as part of 1.35. This code | James Housley |
2007-06-14 | Make our own definitions of the POLL* defiens and the pollfd struct only get | Daniel Stenberg |
2007-06-14 | BUG FIX: When reading a directory listing that contains symlinks | James Housley |
2007-06-13 | Restore functionality mistakenly removed in the previous commit | James Housley |
2007-06-13 | libssh2_session_free() returns void. Fix "#endif". | Gisle Vanem |
2007-06-13 | Commit Tom Regner's code for SFTP create missing directories. This patch | James Housley |
2007-06-13 | Add a define to protect the state machine from older versions of libssh2, | James Housley |
2007-06-12 | With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairly | Daniel Stenberg |
2007-06-12 | * Updates for the latest version of libssh2, specifically | James Housley |
2007-06-12 | While connect and transfer works fine in non-blocking mode for the test | James Housley |
2007-06-12 | Prevent the state machine from getting stuck in SSH_AUTH_HOST_INIT | James Housley |
2007-06-12 | Convert Curl_ssh_connect() to run in a state machine for | James Housley |
2007-06-12 | remove unused field in the state struct | Daniel Stenberg |
2007-06-11 | restore the correct timeout time that my previous commit broke | Daniel Stenberg |
2007-06-11 | Properly wait for the c-ares resolve to complete, hopefully the cure for | Daniel Stenberg |
2007-06-11 | constify 'hostname' in init_thread_sync_data(). Simply clear | Gisle Vanem |
2007-06-11 | Squelsh some warnings for libssh older than 0.1.5. | Gisle Vanem |
2007-06-08 | Curl_scp_done() needs to call libssh2_channel_free() to prevent a | James Housley |
2007-06-08 | Fix to work with the latest CVS version of libssh2 | James Housley |
2007-06-07 | Fixed a compiler warning on uClibc. | Dan Fandrich |
2007-06-05 | if we read zero bytes from the proxy, the connection is broken and we need | Daniel Stenberg |
2007-06-05 | mark connect failures as non-connected when ConnectPlease() fails, like when | Daniel Stenberg |
2007-06-01 | ouch, two conditionals were turned backwards! | Daniel Stenberg |
2007-06-01 | do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returned | Daniel Stenberg |
2007-05-31 | When transferring 500 downloads in parallel with a c-ares enabled build only | Daniel Stenberg |
2007-05-31 | Feng Tu made (lib)curl support "upload" resuming work for file:// URLs. | Daniel Stenberg |
2007-05-30 | Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting | Daniel Stenberg |
2007-05-30 | remove really annoying debug output that makes life miserable when you do | Daniel Stenberg |
2007-05-26 | Primarily this fixes an off-by-one buffer overwrite (rare but still existing). | Daniel Stenberg |
2007-05-25 | Rob Crittenden fixed bug #1705802 | Daniel Stenberg |
2007-05-24 | Song Ma filed bug report #1724016 | Daniel Stenberg |
2007-05-24 | stay within 80 cols | Daniel Stenberg |
2007-05-22 | Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed | Daniel Stenberg |
2007-05-22 | Andre Guibert de Bruet fixed a memory leak in the function that verifies the | Daniel Stenberg |
2007-05-20 | WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE is | Daniel Stenberg |
2007-05-18 | better fix for the dl/ul counters | Daniel Stenberg |
2007-05-18 | Feng Tu reported that curl -w did wrong on TFTP transfers in | Daniel Stenberg |
2007-05-18 | bail out with error codes on failures | Daniel Stenberg |
2007-05-17 | Feng Tu pointed out a division by zero error in the TFTP connect timeout | Daniel Stenberg |