Age | Commit message (Expand) | Author |
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 |
2007-05-17 | Added support for compiling under Minix 3.1.3 using ACK. | Dan Fandrich |
2007-05-15 | Added call to setvbuf (disabled by default for speed) to flush the | Dan Fandrich |
2007-05-15 | Added support for quote commands before a transfer using SFTP and test | Dan Fandrich |
2007-05-09 | Kristian Gunstone fixed a problem where overwriting an uploaded file with | Dan Fandrich |
2007-05-08 | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel Stenberg |
2007-05-07 | James Bursa fixed a bug in the multi handle code that made the connection | Daniel Stenberg |
2007-05-02 | Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0 | Daniel Stenberg |
2007-05-02 | Fixed an out of memory handling issue with HTTP pipelines. | Dan Fandrich |
2007-05-02 | Tobias Rundstrom reported a problem they experienced with xmms2 and recent | Daniel Stenberg |