summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* formdata: Must use Curl_safefree instead of freeDan Fandrich2014-02-091-1/+1
* formdata: Fixed memory leak on OOM conditionDan Fandrich2014-02-081-1/+3
* http2: updated README after NSS additionDaniel Stenberg2014-02-071-3/+12
* nss: support pre-ALPN versionsDaniel Stenberg2014-02-071-3/+5
* nss: ALPN and NPN supportFabian Frank2014-02-071-2/+74
* formpost: use semicolon in multipart/mixedDaniel Stenberg2014-02-071-2/+2
* ssh: Fixed a NULL pointer dereference on OOM conditionDan Fandrich2014-02-061-0/+1
* nss: Updated copyright year for recent editsSteve Holme2014-02-061-1/+1
* 100-continue: fix timeout conditionRemi Gacogne2014-02-061-1/+1
* nss: prefer highest available TLS versionFabian Frank2014-02-061-1/+2
* http2: spell fixed README and added version requirementDaniel Stenberg2014-02-061-1/+3
* http2: minor update of the READMEDaniel Stenberg2014-02-051-8/+28
* http2: rely on content-encoding headerFabian Frank2014-02-052-3/+3
* http2: enforce gzip auto-decompressDaniel Stenberg2014-02-041-0/+3
* http2: handle incoming data larger than remaining bufferTatsuhiro Tsujikawa2014-02-042-17/+48
* http2: Check stream ID we are interested inTatsuhiro Tsujikawa2014-02-042-6/+36
* http2: store response header in temporary bufferTatsuhiro Tsujikawa2014-02-042-21/+45
* HTTP2: add layer between existing http and socket(TLS) layerTatsuhiro Tsujikawa2014-02-043-51/+211
* gtls: add ALPN supportFabian Frank2014-02-043-7/+49
* openssl: add ALPN supportFabian Frank2014-02-031-1/+65
* winssl: improved default SSL/TLS protocol selectionMarc Hoersken2014-01-311-0/+6
* pipeline: Fixed a NULL pointer dereference on OOMDan Fandrich2014-01-311-4/+14
* ftp: fixed a memory leak on wildcard error pathDan Fandrich2014-01-301-1/+3
* netrc: Fixed a memory leak in an OOM conditionDan Fandrich2014-01-301-3/+7
* ntlm: Fixed a memory leak when using NTLM with a proxy serverSteve Holme2014-01-301-1/+3
* http2: fix size check in on_data_chunk_recvDaniel Stenberg2014-01-301-1/+1
* http2: add CRLF when first data arrivesDaniel Stenberg2014-01-302-5/+15
* http2_recv: Return written length on CURLE_AGAINTatsuhiro Tsujikawa2014-01-301-2/+5
* http2: Use nghttp2_session_mem_recv and nghttp2_session_upgradeTatsuhiro Tsujikawa2014-01-301-42/+39
* http2: basic version of receiving DATADaniel Stenberg2014-01-301-2/+13
* http2: convert HEADER frames to HTTP1-like headersDaniel Stenberg2014-01-302-15/+21
* http2: fix EWOULDBLOCK in recv_callback()Daniel Stenberg2014-01-301-4/+8
* http2: do the POST Upgrade dance properlyDaniel Stenberg2014-01-303-6/+16
* ntlm: Use static client nonce for the test suiteSteve Holme2014-01-301-1/+6
* http2.h: provide empty macros for non-http2 buildsDaniel Stenberg2014-01-301-0/+2
* http2: switch into http2 mode if NPN indicatesFabian Frank2014-01-302-11/+47
* http2: s/Curl_http2_request/Curl_http2_request_upgradeDaniel Stenberg2014-01-303-8/+10
* http2-openssl: verify that NPN functionality is presentDaniel Stenberg2014-01-301-0/+6
* openssl: set up hooks with to perform NPNFabian Frank2014-01-302-0/+43
* http2: added stubs for all nghttp2 callbacksDaniel Stenberg2014-01-301-13/+114
* http2: use FIRSTSOCKET instead of 0 to index the sockets arrayDaniel Stenberg2014-01-291-1/+1
* http2: receive and log the received header framesDaniel Stenberg2014-01-291-12/+40
* http2_recv: log nghttp2 return codes for debugging purposesDaniel Stenberg2014-01-291-0/+2
* HTTP2: reject nghttp2 versions before 0.3.0Daniel Stenberg2014-01-291-0/+4
* http2: adjusted to newer nghttp2_session_callbacks structGisle Vanem2014-01-291-2/+0
* HTTP2: Wrong NgHTTP2 user-dataGisle Vanem2014-01-291-4/+5
* NTLM: error: conversion to 'int' from 'long int' may alter its valueDaniel Stenberg2014-01-291-2/+2
* ntlm: Coding style policing dating back to 2011Steve Holme2014-01-291-4/+3
* ntlm: Use a timestamp of 01/01/1970 for the test suiteSteve Holme2014-01-291-0/+4
* ntlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use local variablesSteve Holme2014-01-291-7/+10