Age | Commit message (Expand) | Author |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | SSH: check md5 fingerprint case sensitively | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-06-29 | conn: don't free easy handle data in handler->disconnect | Daniel Stenberg |
2016-06-28 | SFTP: set a generic error when no SFTP one exists... | Daniel Stenberg |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-30 | ssh: fix version number check typo | Daniel Stenberg |
2016-05-29 | ssh: fix build for libssh2 before 1.2.6 | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-27 | SSH: new CURLOPT_QUOTE command "statvfs" | marquis-de-muesli |
2016-03-27 | SSH: support CURLINFO_FILETIME | marquis-de-muesli |
2016-02-14 | SCP: use libssh2_scp_recv2 to support > 2GB files on windows | David Byron |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-15 | ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL | Kamil Dudka |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-08-10 | SFTP: fix range request off-by-one in size check | Daniel Stenberg |
2015-08-02 | SSH: three state machine fixups | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-16 | SFTP: work-around servers that return zero size on STAT | Daniel Stenberg |
2014-11-09 | libssh2: detect features based on version, not configure checks | Daniel Stenberg |
2014-11-09 | SSH: use the port number as well for known_known checks | Nobuhiro Ban |
2014-11-05 | ssh: Fixed build on platforms where R_OK is not defined | Gisle Vanem |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-06 | ssh_statemach_act: split out assignment from check | Daniel Stenberg |
2014-10-03 | ssh: comment "fallthrough" in switch statement | Daniel Stenberg |
2014-10-03 | ssh: improve key file search | Jeremy Lin |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-03-15 | ssh: prevent a logic error that could result in an infinite loop | Dan Fandrich |
2014-03-14 | ssh: removed a redundant close state transition | Dan Fandrich |
2014-03-14 | ssh: abort immediately on a header callback error | Dan Fandrich |
2014-03-06 | ssh: fix compiler warning converting ssize_t to int | Daniel Stenberg |
2014-03-06 | ssh: Fixed a style warning | Dan Fandrich |
2014-03-06 | ssh: Pass errors from libssh2_sftp_read up the stack | Dan Fandrich |
2014-02-19 | SFTP: skip reading the dir when NOBODY=1 | Daniel Stenberg |
2014-02-06 | ssh: Fixed a NULL pointer dereference on OOM condition | Dan Fandrich |
2014-01-20 | SFTP: stat remote file also when CURLOPT_NOBODY is 1 | Fabian Frank |