summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sources: update source headersDaniel Stenberg2011-03-1010-1/+211
* cyassl: fix compiler warningsDaniel Stenberg2011-03-082-2/+5
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-085-4/+15
* SSL: Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-082-0/+631
* Fixed libcurl to honour the --disable-ldaps configure optionDan Fandrich2011-03-073-6/+9
* cpp: correct #endif placementDaniel Stenberg2011-03-061-2/+2
* transfer: avoid insane conversion of time_tStefan Krause2011-03-043-3/+3
* ssh_connect: treat libssh2 return code betterDaniel Stenberg2011-02-261-2/+1
* http: removed wrong unused comment.Julien Chaffraix2011-02-251-1/+0
* http: removed code duplication for stubbed https_getsock function.Julien Chaffraix2011-02-251-38/+3
* nss: do not ignore failure of SSL handshakeKamil Dudka2011-02-221-4/+8
* netrc: Removed _NETRC_DEBUG code.Julien Chaffraix2011-02-201-9/+0
* tests: Cleaned up netrc testing.Julien Chaffraix2011-02-201-15/+0
* multi: close connection on timeoutMike Crowe2011-02-181-0/+5
* multi: better failed connect treatmentDaniel Stenberg2011-02-182-2/+2
* PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alertHoi-Ho Chan2011-02-181-0/+3
* SOCKOPTFUNCTION: callback can say already-connectedDaniel Stenberg2011-02-171-4/+8
* nss: avoid memory leak on SSL connection failureKamil Dudka2011-02-171-1/+8
* Set -fpcc-struct-return only for gcc compiler.curl-7_21_4Guenter Knauf2011-02-171-1/+4
* nss_load_key: fix unused variable warningDaniel Stenberg2011-02-161-0/+2
* gmtime: remove defineDaniel Stenberg2011-02-142-5/+2
* Added -m32 to CFLAGS to compile with x86_64 gcc.Guenter Knauf2011-02-131-0/+1
* Updated OpenSSL version, added links to docu.Guenter Knauf2011-02-134-4/+4
* Call ERR_peek_error instead of ERR_peek_last_errorDan Fandrich2011-02-101-1/+1
* test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix2011-02-102-6/+7
* CURLE_TLSAUTH_FAILED: removedQuinn Slack2011-02-092-5/+2
* CURLOPT_SOCKOPTFUNCTION: return proper error codeDaniel Stenberg2011-02-091-1/+1
* netrc: Removed dead code.Julien Chaffraix2011-02-071-23/+0
* netrc: Tightened up the type checks.Julien Chaffraix2011-02-071-2/+6
* imap: Fixed typo in a comment.Julien Chaffraix2011-02-071-1/+1
* Curl_gmtime: avoid future mistakesDaniel Stenberg2011-02-072-1/+12
* Curl_gmtime: added a portable gmtimeDaniel Stenberg2011-02-076-31/+48
* mk-ca-bundle.vbs: use new cacert urlGuenter Knauf2011-02-031-1/+1
* mk-ca-bundle.pl: use new cacert urlDaniel Stenberg2011-02-021-2/+2
* ssluse: improved error message on SSL_CTX_new failuresBjoern Sikora2011-02-021-1/+2
* multi: fix CURLM_STATE_TOOFAST for multi_socketNicholas Maniscalco2011-02-021-0/+1
* file: add support for CURLOPT_TIMECONDITIONDave Reisner2011-01-311-0/+7
* transfer: add Curl_meets_timecondition()Dave Reisner2011-01-312-23/+37
* ares: memory leak fixDaniel Stenberg2011-01-272-7/+14
* ares_query_completed_cb: don't touch invalid dataDaniel Stenberg2011-01-271-1/+10
* nss: avoid memory leaks and failure of NSS shutdownKamil Dudka2011-01-272-103/+90
* HTTP: memory leak on multiple Location:Daniel Stenberg2011-01-251-2/+2
* Fixed compile using OpenSSL versions < 0.9.4aDarshan Mody2011-01-201-2/+2
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-195-6/+114
* nss: fix a bug in handling of CURLOPT_CAPATHKamil Dudka2011-01-181-56/+52
* Avoid redefines.Guenter Knauf2011-01-171-7/+21
* Added casts to silent gcc warnings.Guenter Knauf2011-01-141-3/+4
* build: BCC - makefile.b32 tweakYang Tse2011-01-131-12/+12
* build: BCC - makefile.b32 tweakYang Tse2011-01-131-1/+1
* Use env var for PSDK instead of hardcoded path.Guenter Knauf2011-01-131-2/+2