Age | Commit message (Expand) | Author |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf |
2012-07-12 | Minor fixes to MinGW makefiles. | Guenter Knauf |
2012-07-12 | docs: mention CURL_GLOBAL_DEFAULT | Daniel Stenberg |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf |
2012-07-12 | tests: verify the stricter numeric option parser | Daniel Stenberg |
2012-07-12 | SWS: use of uninitialized memory fix | Daniel Stenberg |
2012-07-12 | test48: verify that HEAD doesn't close extra | Daniel Stenberg |
2012-07-12 | connection-monitor: always log disconnect when enabled | Daniel Stenberg |
2012-07-12 | HEAD: don't force-close after response-headers | Daniel Stenberg |
2012-07-12 | Removed trailing empty strings from awk script. | Guenter Knauf |
2012-07-11 | Cleaned up version awk script. | Guenter Knauf |
2012-07-11 | Added project copyright header. | Guenter Knauf |
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 | Added pointer to FAQ for linkage errors. | 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-10 | test231: fix wrong -C use! | Daniel Stenberg |
2012-07-10 | cmdline: parse numerical options stricter | Daniel Stenberg |
2012-07-09 | docs: switch to proper UTF-8 for text file encoding | Daniel Stenberg |
2012-07-09 | Make Curl_schannel_version() return "WinSSL" | Yang Tse |
2012-07-09 | test 46: use different path lengths to get reliable sort order | Daniel Stenberg |
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-09 | RELEASE-NOTES: added a URL reference to cookie docs | Daniel Stenberg |
2012-07-08 | Removed obsolete include path to project root. | Guenter Knauf |
2012-07-08 | TODO-RELEASE: issue 316 NTLM over proxy is fixed | Daniel Stenberg |
2012-07-08 | darwinssl: don't use arc4random_buf | Nick Zitzmann |
2012-07-08 | KNOWN_BUGS: #80 Curl doesn't recognize certs in DER format | Daniel Stenberg |
2012-07-08 | KNOWN_BUGS: #79 - any RCPT TO failure makes and error | Daniel Stenberg |
2012-07-08 | winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage help | Marc Hoersken |
2012-07-07 | winbuild: Make USE_WINSSL depend on USE_SSPI | Marc Hoersken |
2012-07-07 | winbuild: Aligned USE_SSPI with other USE_x defines | Marc Hoersken |
2012-07-07 | winbuild: Clean up formatting and variable naming | Marc Hoersken |
2012-07-07 | darwinssl: output cipher with text, remove SNI warning | Nick Zitzmann |
2012-07-07 | RELEASE-NOTES: synced with 5a99bce07d | Daniel Stenberg |
2012-07-07 | KNOWN_BUGS: NTLM with unicode works with schannel/winssl! | Daniel Stenberg |
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 | tests: use connection-monitor and verify results | Daniel Stenberg |
2012-07-05 | http-proxy: keep CONNECT connections alive (for NTLM) | Daniel Stenberg |
2012-07-05 | sws: support <servercmd> for CONNECT requests | Daniel Stenberg |
2012-07-05 | FILEFORMAT: provided a full description of connection-monitor | Daniel Stenberg |
2012-07-05 | lib503: enable verbose to ease debugging this | Daniel Stenberg |
2012-07-05 | sws: add 'connection-monitor' command support | Daniel Stenberg |
2012-07-04 | Removed non-used variable. | Guenter Knauf |
2012-07-04 | Added error checking for samples. | Guenter Knauf |