Age | Commit message (Expand) | Author |
2012-01-04 | Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections. | Steve Holme |
2012-01-04 | Fixed incorrect error code being returned in STARTTLS | Steve Holme |
2012-01-02 | hostip.c: fix potential write past the end of string buffer | Yang Tse |
2012-01-02 | hostip.c: fix Curl_loadhostpairs() OOM handling | Yang Tse |
2012-01-01 | Curl_input_negotiate: use the correct buffer for input | Daniel Stenberg |
2011-12-31 | just a stupid typo | Daniel Stenberg |
2011-12-31 | SFTP dir: increase buffer size counter | Daniel Stenberg |
2011-12-31 | create_hostcache_id: use the key lower cased | Daniel Stenberg |
2011-12-31 | changed case: use new host name for subsequent HTTP requests | Daniel Stenberg |
2011-12-31 | CURLOPT_RESOLVE: avoid adding already present host names | Daniel Stenberg |
2011-12-30 | removed trailing whitespace | Yang Tse |
2011-12-25 | transfer: avoid unnecessary timeout event when waiting for 100-continue | Kamil Dudka |
2011-12-25 | transfer.c: move a logging statement placement | Yang Tse |
2011-12-25 | hash.c: fix OOM triggered segfault | Yang Tse |
2011-12-24 | ftp_do_more: don't return success until all is done | Daniel Stenberg |
2011-12-24 | Curl_do_more: fix typo logic | Daniel Stenberg |
2011-12-24 | SFTP mkdir: use correct permission | Daniel Stenberg |
2011-12-23 | resolve: don't leak pre-populated dns entries | Daniel Stenberg |
2011-12-21 | formdata.c: OOM handling fixes | Yang Tse |
2011-12-20 | Curl_socket_check: enlarge poll struct array to 3 | Daniel Stenberg |
2011-12-20 | timeleft_accept: ack global timeout, moved to ftp.c | Daniel Stenberg |
2011-12-20 | FTP: move FTP-specific struct field to ftpc_conn | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | sockets: new Curl_socket_check() can wait for 3 sockets | Daniel Stenberg |
2011-12-20 | Curl_pgrsTime: store now in an auto variable | Daniel Stenberg |
2011-12-20 | timer: restore PRETRANSFER timing | Daniel Stenberg |
2011-12-20 | gitignore: ignore the symbol versioning file | Daniel Stenberg |
2011-12-19 | configure: add symbols versioning option | Alessandro Ghedini |
2011-12-19 | Use Curl_ssl_connect for non-blocking connect fallback | Sven Wegener |
2011-12-19 | Curl_proxyCONNECT: use newlines in debug output | Daniel Stenberg |
2011-12-13 | if2ip.[ch]: fix compilation with MinGW | Yang Tse |
2011-12-13 | connect.c: fix compiler warning 'enumerated type is mixed with another type' | Yang Tse |
2011-12-13 | if2ip.c: fix compiler warning 'unused parameter' | Yang Tse |
2011-12-13 | pop3.c: fix compiler warning variable may be used uninitialized | Yang Tse |
2011-12-13 | if2ip.c: fix compiler warning 'enumerated type is mixed with another type' | Yang Tse |
2011-12-12 | CURLOPT_INTERFACE: avoid resolving interfaces names | Jason Glasgow |
2011-12-12 | ConnectionExists: Fix reuse for TLS upgraded connections | Steve Holme |
2011-12-09 | create_conn: don't switch to HTTP protocol if tunneling is enabled | Daniel Stenberg |
2011-12-07 | Curl_closesocket: clear sock_accepted on close | Gokhan Sengun |
2011-12-07 | multi interface: fix block when CONNECT_ONLY option is used | Gokhan Sengun |
2011-12-06 | OpenSSL: check for the SSLv2 function in configure | Daniel Stenberg |
2011-12-05 | SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 | Daniel Stenberg |
2011-12-05 | Curl_resolver_is_resolved: differentiate between host/proxy errors | Daniel Stenberg |
2011-12-05 | c-ares: return proxy failure for all proxy types | Daniel Stenberg |
2011-12-05 | FTP: close callback fix | Daniel Stenberg |
2011-12-05 | FTP: call opensocket callback properly | Daniel Stenberg |
2011-12-05 | Curl_socket: internal replacement for socket() | Daniel Stenberg |
2011-12-02 | CURLOPT_DNS_SERVERS: set name servers if possible (fix) | Jason Glasgow |
2011-12-02 | multi interface: only use non-NULL function pointer! | Daniel Stenberg |