summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi_runsingle: added precaution against easy_conn NULL pointerDaniel Stenberg2012-07-151-0/+10
* 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
* Minor fixes to MinGW makefiles.Guenter Knauf2012-07-121-1/+1
* HEAD: don't force-close after response-headersDaniel Stenberg2012-07-121-1/+2
* Removed libcurl.imp from Makefile.am.Guenter Knauf2012-07-112-8/+10
* 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-112-64/+13
* Small NetWare makefile tweak.Guenter Knauf2012-07-111-1/+1
* Changed MinGW makefiles to use WINSSL now.Guenter Knauf2012-07-111-2/+2
* Make Curl_schannel_version() return "WinSSL"Yang Tse2012-07-091-1/+1
* cookie: fixed typo in commentDaniel Stenberg2012-07-091-1/+1
* https_getsock: provided for schannel backend as wellChristian Hägele2012-07-091-4/+4
* darwinssl: don't use arc4random_bufNick Zitzmann2012-07-081-1/+12
* darwinssl: output cipher with text, remove SNI warningNick Zitzmann2012-07-071-4/+218
* 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
* http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg2012-07-051-0/+22
* Moved some patterns to subfolder's .gitignore.Guenter Knauf2012-07-031-0/+2
* Merge branch 'master' of ssh://github.com/bagder/curlGuenter Knauf2012-07-031-1/+0
|\
| * curl_ntlm_msgs.c: Removed unused variable passwdMarc Hoersken2012-07-031-1/+0
* | MinGW makefile tweaks for running from sh.Guenter Knauf2012-07-031-24/+50
|/
* cookies: change the URL in the cookie jar file headerDaniel Stenberg2012-07-031-2/+2
* curl_ntlm_msgs.c: include <tchar.h> for prototypesYang Tse2012-07-031-1/+5
* unicode NTLM SSPI: heap corruption fixedChristian Hägele2012-07-021-34/+55
* nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypesYang Tse2012-06-281-2/+3
* nss.c: Fixed size_t conversion warningsMarc Hoersken2012-06-281-3/+3
* sslgen.c: cleanup temporary compile-time SSL-backend checkYang Tse2012-06-282-38/+4
* schannel: provide two additional (dummy) API definesDaniel Stenberg2012-06-281-1/+2
* sslgen: avoid compiler error in SSPI buildsDaniel Stenberg2012-06-271-0/+5
* ssluse.c: fix compiler warning: conversion to 'int' from 'size_t'Yang Tse2012-06-271-1/+1
* sslgen.c: add compile-time check for SSL-backend completenessYang Tse2012-06-271-0/+33
* build: add our standard includes to curl_darwinssl.c and curl_multibyte.cYang Tse2012-06-272-1/+18
* build: add curl_schannel and curl_darwinssl files to other build systemsYang Tse2012-06-271-0/+2
* DarwinSSL: allow using NTLM authenticationNick Zitzmann2012-06-274-7/+58
* curl_darwinssl.h: add newline at end of fileYang Tse2012-06-271-1/+1
* ossl_seed: remove leftover RAND_screen checkDaniel Stenberg2012-06-261-6/+0
* DarwinSSL: several adjustmentsNick Zitzmann2012-06-264-65/+71
* sockaddr.h: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken2012-06-261-6/+11
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-269-89/+139
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-266-3/+743
* curl_schannel.c: Remove redundant NULL assignments following Curl_safefree()Yang Tse2012-06-251-5/+0
* curl_schannel.c: Replace free() with Curl_safefree()Marc Hoersken2012-06-251-16/+17
* smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme2012-06-241-5/+5
* build: fix RESOURCE bug in lib/Makefile.vc*Yang Tse2012-06-201-31/+29
* schannel: Implement new buffer size strategyMarc Hoersken2012-06-202-11/+34