aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-24curl_easy_reset: reset the URLDaniel Stenberg
2014-05-23openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-05-22http: Fix a compiler warning when http2 support is disabledDan Fandrich
2014-05-21darwinssl: fix lint & build warnings in the previous commitNick Zitzmann
2014-05-21Add support for --cacert in DarwinSSL.Vilmos Nebehaj
2014-05-22http.c: Fixed compilation warningSteve Holme
2014-05-22bits.close: Fixed compilation warningSteve Holme
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-20http2: make connection re-use workDaniel Stenberg
2014-05-20ALPN: fix typo in http/1.1 identifierFabian Frank
2014-05-18build: Slight rename of new LIB_* makefile file variablesSteve Holme
2014-05-17axtls: Fixed too long source lineDan Fandrich
2014-05-16axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich
2014-05-15HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg
2014-05-15CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2014-05-15darwinssl: Updated copyright following recent changesSteve Holme
2014-05-14darwinssl: fix potential crash when attempting to copy an identityNick Zitzmann
2014-05-12openssl: unbreak PKCS12 supportDaniel Stenberg
2014-05-11Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme
2014-05-11sasl: Fixed missing qop in the client's challenge-response messageSteve Holme
2014-05-09Makefile.inc: Separated the lib and lib/vtls source file variablesSteve Holme
2014-05-09Makefile.b32: Fixed for vtls changesSteve Holme
2014-05-09getinfo.c: Fixed compilation warningSteve Holme
2014-05-09http: avoid auth failure on a duplicated headerKamil Dudka
2014-05-08mk-ca-bundle: added -pPatrick Watson
2014-05-07http2: Compile with latest nghttp2Tatsuhiro Tsujikawa
2014-05-07url.c: Fixed compilation warning/errorSteve Holme
2014-05-06fix_hostname: strip off a single trailing dot from host nameDaniel Stenberg
2014-05-05curl_multi_cleanup: ignore SIGPIPE betterJeff King
2014-05-05schannel: don't use the connect-timeout during sendDaniel Stenberg
2014-05-04mprintf: allow %.s with data not being zero terminatedDaniel Stenberg
2014-05-04curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme
2014-05-04config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and upSteve Holme
2014-05-04openssl: biomem->data is not zero terminatedDaniel Stenberg
2014-05-03easy_perform: spelling mistake in error messageDaniel Stenberg
2014-04-28copyright: Updated following recent editsSteve Holme
2014-04-29Added a few more const where possibleDan Fandrich
2014-04-27http2: Compile with latest nghttp2Tatsuhiro Tsujikawa
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-25nss: propagate blocking direction from NSPR I/OKamil Dudka
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-23cyassl: Use error-ssl.h when availableDan Fandrich
2014-04-22gtls: fix NULL pointer dereferenceDaniel Stenberg
2014-04-22curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-22nss: split Curl_nss_connect() into 4 functionsKamil Dudka
2014-04-19multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken
2014-04-19netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken