aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-06SOCKS: truly disable it if CURL_DISABLE_PROXY is definedDaniel Stenberg
2012-09-04mk-ca-bundle: detect start of trust section betterDaniel Stenberg
2012-09-04gnutls: do not fail on non-fatal handshake errorsAlessandro Ghedini
2012-09-04SMTP: only send SIZE if supportedFrantišek Kučera
2012-09-01multi: add curl_multi_wait()Sara Golemon
2012-09-01darwinssl: Bugfix for previous commit for older catsNick Zitzmann
2012-08-31NTLM: re-use existing connection betterJoe Mason
2012-08-18darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functionsNick Zitzmann
2012-08-16ftp: active conn, place calling sockopt callback at the end of functionGokhan Sengun
2012-08-16ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun
2012-08-10ssh: use the libssh2 agent API conditionallyDaniel Stenberg
2012-08-10white space fix: shorten long lineDaniel Stenberg
2012-08-09docs: update the links to cipher-suites supported by NSSKamil Dudka
2012-08-09nss: do not print misleading NSS error codesKamil Dudka
2012-08-08SSH: added agent based authenticationArmel Asselin
2012-08-08curl_version: fixed Value stored to 'len' is never readDaniel Stenberg
2012-08-08add_next_timeout: minor restructure of codeDaniel Stenberg
2012-08-08verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg
2012-08-07Avoid leak of local device string when reusing connectionMike Crowe
2012-08-07Curl_socket_check: fix timeout return value for select usersDaniel Stenberg
2012-08-07Curl_socket_check: fix return code for timeoutMaxime Larocque
2012-08-07WSAPoll: disabled on all windows buildsDaniel Stenberg
2012-08-07retry request: only access the HTTP data if in fact HTTPDaniel Stenberg
2012-08-07VC build: add define for opensslDaniel Stenberg
2012-08-06gtls: fix build failure by including nettle-specific headersDaniel Stenberg
2012-08-03Cleanup handshake after clean NTLM failureJoe Mason
2012-08-03Zero out auth structs before transferJoe Mason
2012-07-30file: use fdopen() for uploaded files if availableKamil Dudka
2012-07-27Fixed compiler warning 'unused parameter'.Guenter Knauf
2012-07-27Added prototypes to kill compiler warning.Guenter Knauf
2012-07-26Changed Windows IDN text to 'WinIDN'.Guenter Knauf
2012-07-25darwinssl: fixed freeze involving the multi interfaceNick Zitzmann
2012-07-25Added support for tls-srp to MinGW builds.Guenter Knauf
2012-07-22keepalive: multiply value for OS-specific unitsDaniel Stenberg
2012-07-22http: print reason phrase from HTTP status line on errorKamil Dudka
2012-07-21Client's "qop" value should not be quoted (RFC2617, section 3.2.2).Anton Yabchinskiy
2012-07-15multi_runsingle: added precaution against easy_conn NULL pointerDaniel Stenberg
2012-07-13parse_proxy: remove dead assignmentDaniel Stenberg
2012-07-13ftp_do_more: add missing check of return codeDaniel Stenberg
2012-07-13getinfo: use va_end and cut off Curl_ from static funcsDaniel Stenberg
2012-07-13Split up Curl_getinfoPhilip Craig
2012-07-12Minor fixes to MinGW makefiles.Guenter Knauf
2012-07-12HEAD: don't force-close after response-headersDaniel Stenberg
2012-07-11Removed libcurl.imp from Makefile.am.Guenter Knauf
2012-07-11Added missing dependency to export list.Guenter Knauf
2012-07-11Fixed export list path.Guenter Knauf
2012-07-11Changed NetWare build to generate export list.Guenter Knauf
2012-07-11Small NetWare makefile tweak.Guenter Knauf
2012-07-11Changed MinGW makefiles to use WINSSL now.Guenter Knauf
2012-07-09Make Curl_schannel_version() return "WinSSL"Yang Tse