summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tell git to not convert configure-related files.Guenter Knauf2012-07-151-0/+3
* parse_proxy: remove dead assignmentDaniel Stenberg2012-07-131-1/+1
* ftp_do_more: add missing check of return codeDaniel Stenberg2012-07-131-1/+4
* getinfo: use va_end and cut off Curl_ from static funcsDaniel Stenberg2012-07-131-22/+27
* Split up Curl_getinfoPhilip Craig2012-07-131-129/+167
* Added error checking for curl_global_init().Guenter Knauf2012-07-121-1/+7
* Added curl_global_* functions.Guenter Knauf2012-07-121-0/+5
* Minor fixes to MinGW makefiles.Guenter Knauf2012-07-122-4/+4
* docs: mention CURL_GLOBAL_DEFAULTDaniel Stenberg2012-07-121-1/+5
* Added curl_global_* functions.Guenter Knauf2012-07-121-0/+5
* tests: verify the stricter numeric option parserDaniel Stenberg2012-07-123-1/+61
* SWS: use of uninitialized memory fixDaniel Stenberg2012-07-121-0/+3
* test48: verify that HEAD doesn't close extraDaniel Stenberg2012-07-121-2/+9
* connection-monitor: always log disconnect when enabledDaniel Stenberg2012-07-124-7/+5
* HEAD: don't force-close after response-headersDaniel Stenberg2012-07-121-1/+2
* Removed trailing empty strings from awk script.Guenter Knauf2012-07-121-3/+3
* Cleaned up version awk script.Guenter Knauf2012-07-112-47/+16
* Added project copyright header.Guenter Knauf2012-07-112-35/+59
* Removed libcurl.imp from Makefile.am.Guenter Knauf2012-07-113-8/+11
* Added missing dependency to export list.Guenter Knauf2012-07-111-1/+1
* Fixed export list path.Guenter Knauf2012-07-111-2/+2
* Changed NetWare build to generate export list.Guenter Knauf2012-07-114-65/+62
* Added pointer to FAQ for linkage errors.Guenter Knauf2012-07-111-0/+3
* Small NetWare makefile tweak.Guenter Knauf2012-07-111-1/+1
* Changed MinGW makefiles to use WINSSL now.Guenter Knauf2012-07-112-4/+4
* test231: fix wrong -C use!Daniel Stenberg2012-07-101-1/+1
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-105-34/+78
* docs: switch to proper UTF-8 for text file encodingDaniel Stenberg2012-07-092-16/+16
* Make Curl_schannel_version() return "WinSSL"Yang Tse2012-07-091-1/+1
* test 46: use different path lengths to get reliable sort orderDaniel Stenberg2012-07-091-4/+4
* cookie: fixed typo in commentDaniel Stenberg2012-07-091-1/+1
* https_getsock: provided for schannel backend as wellChristian Hägele2012-07-091-4/+4
* RELEASE-NOTES: added a URL reference to cookie docsDaniel Stenberg2012-07-091-1/+2
* Removed obsolete include path to project root.Guenter Knauf2012-07-081-1/+1
* TODO-RELEASE: issue 316 NTLM over proxy is fixedDaniel Stenberg2012-07-081-3/+0
* darwinssl: don't use arc4random_bufNick Zitzmann2012-07-081-1/+12
* KNOWN_BUGS: #80 Curl doesn't recognize certs in DER formatDaniel Stenberg2012-07-081-0/+4
* KNOWN_BUGS: #79 - any RCPT TO failure makes and errorDaniel Stenberg2012-07-081-0/+6
* winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage helpMarc Hoersken2012-07-082-21/+24
* winbuild: Make USE_WINSSL depend on USE_SSPIMarc Hoersken2012-07-072-17/+19
* winbuild: Aligned USE_SSPI with other USE_x definesMarc Hoersken2012-07-072-7/+18
* winbuild: Clean up formatting and variable namingMarc Hoersken2012-07-072-14/+14
* darwinssl: output cipher with text, remove SNI warningNick Zitzmann2012-07-071-4/+218
* RELEASE-NOTES: synced with 5a99bce07dDaniel Stenberg2012-07-071-2/+6
* KNOWN_BUGS: NTLM with unicode works with schannel/winssl!Daniel Stenberg2012-07-071-1/+6
* code police: narrow source to < 80 columnsDaniel Stenberg2012-07-061-1/+2
* unicode NTLM SSPI: cleanup follow-upYang Tse2012-07-051-1/+1
* unicode NTLM SSPI: cleanupYang Tse2012-07-0510-159/+192
* tests: use connection-monitor and verify resultsDaniel Stenberg2012-07-053-0/+7
* http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg2012-07-051-0/+22