summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: make connection re-use workDaniel Stenberg2014-05-203-17/+30
* ALPN: fix typo in http/1.1 identifierFabian Frank2014-05-201-1/+1
* build: Slight rename of new LIB_* makefile file variablesSteve Holme2014-05-181-7/+7
* axtls: Fixed too long source lineDan Fandrich2014-05-171-1/+1
* axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich2014-05-161-0/+1
* HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg2014-05-151-1/+1
* CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg2014-05-151-2/+2
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-155-6/+18
* darwinssl: Updated copyright following recent changesSteve Holme2014-05-151-2/+2
* darwinssl: fix potential crash when attempting to copy an identityNick Zitzmann2014-05-141-2/+4
* openssl: unbreak PKCS12 supportDaniel Stenberg2014-05-121-0/+1
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-111-0/+2
* sasl: Fixed missing qop in the client's challenge-response messageSteve Holme2014-05-111-2/+4
* Makefile.inc: Separated the lib and lib/vtls source file variablesSteve Holme2014-05-091-9/+13
* Makefile.b32: Fixed for vtls changesSteve Holme2014-05-091-5/+6
* getinfo.c: Fixed compilation warningSteve Holme2014-05-091-2/+1
* http: avoid auth failure on a duplicated headerKamil Dudka2014-05-091-1/+1
* mk-ca-bundle: added -pPatrick Watson2014-05-081-12/+147
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-05-071-11/+9
* url.c: Fixed compilation warning/errorSteve Holme2014-05-071-1/+2
* fix_hostname: strip off a single trailing dot from host nameDaniel Stenberg2014-05-061-0/+8
* curl_multi_cleanup: ignore SIGPIPE betterJeff King2014-05-051-0/+3
* schannel: don't use the connect-timeout during sendDaniel Stenberg2014-05-051-1/+1
* mprintf: allow %.s with data not being zero terminatedDaniel Stenberg2014-05-041-4/+4
* curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme2014-05-041-1/+16
* config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and upSteve Holme2014-05-041-2/+3
* openssl: biomem->data is not zero terminatedDaniel Stenberg2014-05-041-3/+1
* easy_perform: spelling mistake in error messageDaniel Stenberg2014-05-031-1/+1
* copyright: Updated following recent editsSteve Holme2014-04-283-3/+3
* Added a few more const where possibleDan Fandrich2014-04-293-4/+4
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-04-271-0/+1
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-2613-51/+57
* nss: propagate blocking direction from NSPR I/OKamil Dudka2014-04-252-6/+104
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-2311-26/+35
* cyassl: Use error-ssl.h when availableDan Fandrich2014-04-231-2/+7
* gtls: fix NULL pointer dereferenceDaniel Stenberg2014-04-221-3/+4
* curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg2014-04-221-3/+7
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-223-9/+50
* nss: split Curl_nss_connect() into 4 functionsKamil Dudka2014-04-221-40/+94
* multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken2014-04-191-1/+1
* netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-191-3/+3
* parsedate.c: check sscanf result before passing it to strlenMarc Hoersken2014-04-191-4/+6
* telnet.c: check sscanf results before passing them to snprintfMarc Hoersken2014-04-191-7/+8
* telnet.c: fix possible use of uninitialized variableMarc Hoersken2014-04-191-1/+2
* telnet.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* connect.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-181-8/+10
* tftp.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+3
* socks_sspi.c: added pointer guards to FreeContextBuffer callsMarc Hoersken2014-04-181-17/+36