aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-12Added curl_global_* functions.Guenter Knauf
2012-07-12tests: verify the stricter numeric option parserDaniel Stenberg
2012-07-12SWS: use of uninitialized memory fixDaniel Stenberg
2012-07-12test48: verify that HEAD doesn't close extraDaniel Stenberg
2012-07-12connection-monitor: always log disconnect when enabledDaniel Stenberg
2012-07-12HEAD: don't force-close after response-headersDaniel Stenberg
2012-07-12Removed trailing empty strings from awk script.Guenter Knauf
2012-07-11Cleaned up version awk script.Guenter Knauf
2012-07-11Added project copyright header.Guenter Knauf
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-11Added pointer to FAQ for linkage errors.Guenter Knauf
2012-07-11Small NetWare makefile tweak.Guenter Knauf
2012-07-11Changed MinGW makefiles to use WINSSL now.Guenter Knauf
2012-07-10test231: fix wrong -C use!Daniel Stenberg
2012-07-10cmdline: parse numerical options stricterDaniel Stenberg
2012-07-09docs: switch to proper UTF-8 for text file encodingDaniel Stenberg
2012-07-09Make Curl_schannel_version() return "WinSSL"Yang Tse
2012-07-09test 46: use different path lengths to get reliable sort orderDaniel Stenberg
2012-07-09cookie: fixed typo in commentDaniel Stenberg
2012-07-09https_getsock: provided for schannel backend as wellChristian Hägele
2012-07-09RELEASE-NOTES: added a URL reference to cookie docsDaniel Stenberg
2012-07-08Removed obsolete include path to project root.Guenter Knauf
2012-07-08TODO-RELEASE: issue 316 NTLM over proxy is fixedDaniel Stenberg
2012-07-08darwinssl: don't use arc4random_bufNick Zitzmann
2012-07-08KNOWN_BUGS: #80 Curl doesn't recognize certs in DER formatDaniel Stenberg
2012-07-08KNOWN_BUGS: #79 - any RCPT TO failure makes and errorDaniel Stenberg
2012-07-08winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage helpMarc Hoersken
2012-07-07winbuild: Make USE_WINSSL depend on USE_SSPIMarc Hoersken
2012-07-07winbuild: Aligned USE_SSPI with other USE_x definesMarc Hoersken
2012-07-07winbuild: Clean up formatting and variable namingMarc Hoersken
2012-07-07darwinssl: output cipher with text, remove SNI warningNick Zitzmann
2012-07-07RELEASE-NOTES: synced with 5a99bce07dDaniel Stenberg
2012-07-07KNOWN_BUGS: NTLM with unicode works with schannel/winssl!Daniel Stenberg
2012-07-06code police: narrow source to < 80 columnsDaniel Stenberg
2012-07-05unicode NTLM SSPI: cleanup follow-upYang Tse
2012-07-05unicode NTLM SSPI: cleanupYang Tse
2012-07-05tests: use connection-monitor and verify resultsDaniel Stenberg
2012-07-05http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg
2012-07-05sws: support <servercmd> for CONNECT requestsDaniel Stenberg
2012-07-05FILEFORMAT: provided a full description of connection-monitorDaniel Stenberg
2012-07-05lib503: enable verbose to ease debugging thisDaniel Stenberg
2012-07-05sws: add 'connection-monitor' command supportDaniel Stenberg
2012-07-04Removed non-used variable.Guenter Knauf
2012-07-04Added error checking for samples.Guenter Knauf
2012-07-04Renamed vars to avoid shadow global declaration.Guenter Knauf
2012-07-03docs: clarify how to start with curl_multi_socket_actionDaniel Stenberg
2012-07-03Moved some patterns to subfolder's .gitignore.Guenter Knauf