Age | Commit message (Expand) | Author |
2012-07-26 | Changed Windows IDN text to 'WinIDN'. | Guenter Knauf |
2012-07-25 | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann |
2012-07-25 | Added support for tls-srp to MinGW builds. | Guenter Knauf |
2012-07-22 | keepalive: multiply value for OS-specific units | Daniel Stenberg |
2012-07-22 | http: print reason phrase from HTTP status line on error | Kamil Dudka |
2012-07-21 | Client's "qop" value should not be quoted (RFC2617, section 3.2.2). | Anton Yabchinskiy |
2012-07-15 | multi_runsingle: added precaution against easy_conn NULL pointer | Daniel Stenberg |
2012-07-13 | parse_proxy: remove dead assignment | Daniel Stenberg |
2012-07-13 | ftp_do_more: add missing check of return code | Daniel Stenberg |
2012-07-13 | getinfo: use va_end and cut off Curl_ from static funcs | Daniel Stenberg |
2012-07-13 | Split up Curl_getinfo | Philip Craig |
2012-07-12 | Minor fixes to MinGW makefiles. | Guenter Knauf |
2012-07-12 | HEAD: don't force-close after response-headers | Daniel Stenberg |
2012-07-11 | Removed libcurl.imp from Makefile.am. | Guenter Knauf |
2012-07-11 | Added missing dependency to export list. | Guenter Knauf |
2012-07-11 | Fixed export list path. | Guenter Knauf |
2012-07-11 | Changed NetWare build to generate export list. | Guenter Knauf |
2012-07-11 | Small NetWare makefile tweak. | Guenter Knauf |
2012-07-11 | Changed MinGW makefiles to use WINSSL now. | Guenter Knauf |
2012-07-09 | Make Curl_schannel_version() return "WinSSL" | Yang Tse |
2012-07-09 | cookie: fixed typo in comment | Daniel Stenberg |
2012-07-09 | https_getsock: provided for schannel backend as well | Christian Hägele |
2012-07-08 | darwinssl: don't use arc4random_buf | Nick Zitzmann |
2012-07-07 | darwinssl: output cipher with text, remove SNI warning | Nick Zitzmann |
2012-07-06 | code police: narrow source to < 80 columns | Daniel Stenberg |
2012-07-05 | unicode NTLM SSPI: cleanup follow-up | Yang Tse |
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse |
2012-07-05 | http-proxy: keep CONNECT connections alive (for NTLM) | Daniel Stenberg |
2012-07-03 | Moved some patterns to subfolder's .gitignore. | Guenter Knauf |
2012-07-03 | Merge branch 'master' of ssh://github.com/bagder/curl | Guenter Knauf |
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf |
2012-07-03 | curl_ntlm_msgs.c: Removed unused variable passwd | Marc Hoersken |
2012-07-03 | cookies: change the URL in the cookie jar file header | Daniel Stenberg |
2012-07-03 | curl_ntlm_msgs.c: include <tchar.h> for prototypes | Yang Tse |
2012-07-02 | unicode NTLM SSPI: heap corruption fixed | Christian Hägele |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse |
2012-06-28 | schannel: provide two additional (dummy) API defines | Daniel Stenberg |
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg |
2012-06-27 | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse |
2012-06-27 | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse |
2012-06-27 | build: add our standard includes to curl_darwinssl.c and curl_multibyte.c | Yang Tse |
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse |
2012-06-27 | DarwinSSL: allow using NTLM authentication | Nick Zitzmann |
2012-06-27 | curl_darwinssl.h: add newline at end of file | Yang Tse |
2012-06-26 | ossl_seed: remove leftover RAND_screen check | Daniel Stenberg |
2012-06-26 | DarwinSSL: several adjustments | Nick Zitzmann |
2012-06-26 | sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |