summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-02-17Set -fpcc-struct-return only for gcc compiler.curl-7_21_4Guenter Knauf
2011-02-16nss_load_key: fix unused variable warningDaniel Stenberg
2011-02-14gmtime: remove defineDaniel Stenberg
2011-02-13Added -m32 to CFLAGS to compile with x86_64 gcc.Guenter Knauf
2011-02-13Updated OpenSSL version, added links to docu.Guenter Knauf
2011-02-10Call ERR_peek_error instead of ERR_peek_last_errorDan Fandrich
2011-02-10test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix
2011-02-09CURLE_TLSAUTH_FAILED: removedQuinn Slack
2011-02-09CURLOPT_SOCKOPTFUNCTION: return proper error codeDaniel Stenberg
2011-02-07netrc: Removed dead code.Julien Chaffraix
2011-02-07netrc: Tightened up the type checks.Julien Chaffraix
2011-02-07imap: Fixed typo in a comment.Julien Chaffraix
2011-02-07Curl_gmtime: avoid future mistakesDaniel Stenberg
2011-02-07Curl_gmtime: added a portable gmtimeDaniel Stenberg
2011-02-03mk-ca-bundle.vbs: use new cacert urlGuenter Knauf
2011-02-02mk-ca-bundle.pl: use new cacert urlDaniel Stenberg
2011-02-02ssluse: improved error message on SSL_CTX_new failuresBjoern Sikora
2011-02-02multi: fix CURLM_STATE_TOOFAST for multi_socketNicholas Maniscalco
2011-01-31file: add support for CURLOPT_TIMECONDITIONDave Reisner
2011-01-31transfer: add Curl_meets_timecondition()Dave Reisner
2011-01-27ares: memory leak fixDaniel Stenberg
2011-01-27ares_query_completed_cb: don't touch invalid dataDaniel Stenberg
2011-01-27nss: avoid memory leaks and failure of NSS shutdownKamil Dudka
2011-01-25HTTP: memory leak on multiple Location:Daniel Stenberg
2011-01-20Fixed compile using OpenSSL versions < 0.9.4aDarshan Mody
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
2011-01-18nss: fix a bug in handling of CURLOPT_CAPATHKamil Dudka
2011-01-17Avoid redefines.Guenter Knauf
2011-01-14Added casts to silent gcc warnings.Guenter Knauf
2011-01-13build: BCC - makefile.b32 tweakYang Tse
2011-01-13build: BCC - makefile.b32 tweakYang Tse
2011-01-13Use env var for PSDK instead of hardcoded path.Guenter Knauf
2011-01-13Enabled SSPI support by default.Guenter Knauf
2011-01-12build: BCC - require Borlands's MAKE for Makefile.b32 processing.Yang Tse
2011-01-12build: BCC - recover lost functionality from commit 3d813204260b37289411Yang Tse
2011-01-12build: use external preprocessor cpp32 when building with Borland CYang Tse
2011-01-11Disable LDAP support since BCC headers are insufficient.Guenter Knauf
2011-01-11Instead of exiting with error lets set BCCDIR self.Guenter Knauf
2011-01-11Some Borland C++ makefile tweaks.Guenter Knauf
2011-01-11Borland C++ doesnt have struct sockaddr_storage.Guenter Knauf
2011-01-11connect: use UDP correctlyDaniel Stenberg
2011-01-10SSL: fix memory leakQuinn Slack
2011-01-08gtls: fix memory leakDaniel Stenberg
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
2011-01-06SSH: speedcheck clobbered existing errorDaniel Stenberg
2011-01-05SSH: acknowledge speedcheckDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2011-01-04nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slashKamil Dudka
2011-01-04get_cert_chain: support larger data setsDaniel Stenberg
2011-01-03unittesting: build a separate static libDaniel Stenberg