summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http2: Ignore if we have stream ID not in hash in on_stream_closehttp2-multiplexTatsuhiro Tsujikawa2015-05-181-4/+6
* Require nghttp2 v1.0.0Tatsuhiro Tsujikawa2015-05-162-104/+32
* README.pipelining: removedDaniel Stenberg2015-05-152-46/+2
* http2: infof length in on_frame_send()Daniel Stenberg2015-05-141-1/+2
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-135-59/+118
* Merge branch 'master' into http2-multiplexDaniel Stenberg2015-05-1211-204/+130
|\
| * CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port numberDaniel Stenberg2015-05-121-3/+7
| * conncache: keep bundles on host+port bases, not only host namesDaniel Stenberg2015-05-121-11/+27
| * bundles: merged into conncache.cDaniel Stenberg2015-05-129-183/+91
* | symbols-in-versions: add CURLOPT_PIPEWAITDaniel Stenberg2015-05-121-0/+1
* | CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-125-16/+106
* | Curl_http_readwrite_headers: minor code simplificationDaniel Stenberg2015-05-121-5/+2
* | IsPipeliningPossible: fixed for http2Daniel Stenberg2015-05-121-5/+10
* | Merge branch 'master' into http2-multiplexDaniel Stenberg2015-05-1213-142/+74
|\ \ | |/
| * hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-1210-82/+31
| * multi: converted socket hash into non-allocated structDaniel Stenberg2015-05-122-18/+17
| * connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-126-42/+26
* | http2: bump the h2 buffer size to 32K for speedDaniel Stenberg2015-05-111-1/+1
* | http2: remove the stream from the hash in stream_close callbackDaniel Stenberg2015-05-112-11/+6
* | http2: if there is paused data, do not clear the drain fieldDaniel Stenberg2015-05-111-8/+17
* | http2: rename s/data/pausedataDaniel Stenberg2015-05-113-18/+19
* | http2: "stream %x" in all outputs to make it easier to search forDaniel Stenberg2015-05-111-2/+2
* | http2: Curl_expire() all handles with incoming trafficDaniel Stenberg2015-05-111-2/+5
* | http2: don't signal settings change for same valuesDaniel Stenberg2015-05-111-4/+10
* | http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-117-12/+94
* | bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-117-31/+46
* | Merge branch 'master' into http2-multiplexDaniel Stenberg2015-05-0815-63/+206
|\ \ | |/
| * proxy: add newline to info messageDaniel Stenberg2015-05-081-1/+1
| * FTP: fix dangling conn->ip_addr dereference on verbose EPSV.Patrick Monnerat2015-05-081-3/+3
| * FTP: Make EPSV use the control IP address rather than the original host.Patrick Monnerat2015-05-081-14/+26
| * tool_help: fix formatting for --next optionAlessandro Ghedini2015-05-081-1/+1
| * opts: improved the TCP keepalive examplesEgon Eckert2015-05-083-3/+3
| * winbuild: Document the option used to statically link the CRTJay Satiro2015-05-081-0/+11
| * netrc: Read in text mode when cygwinOrgad Shaneh2015-05-061-0/+4
| * OS400: Add SPNEGO service name options to ILE/RPG binding.Patrick Monnerat2015-05-053-4/+10
| * curl_multi_info_read.3: fix typoDaniel Stenberg2015-05-041-3/+3
| * MANUAL: language fixDaniel Stenberg2015-05-041-2/+2
| * gtls: properly retrieve certificate statusAlessandro Ghedini2015-05-041-4/+92
| * OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg2015-05-041-0/+2
| * openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg2015-05-041-23/+44
| * schannel.c: Small changesMarc Hoersken2015-05-021-6/+5
* | http2: lazy init header_recvbufDaniel Stenberg2015-05-082-1/+3
* | http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-088-40/+65
* | proxy: add newline to info messageDaniel Stenberg2015-05-081-1/+1
* | CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-088-36/+48
* | http2: Fix bug that data to be drained are overwritten by pending "paused" dataTatsuhiro Tsujikawa2015-05-071-17/+16
* | http2: Don't call nghttp2_session_mem_recv while it is paused by a streamTatsuhiro Tsujikawa2015-05-072-3/+28
* | http2: Read data left in connection buffer after pauseTatsuhiro Tsujikawa2015-05-072-20/+46
* | http2: Fix streams get stuckTatsuhiro Tsujikawa2015-05-071-20/+22
* | http2: store incoming h2 SETTINGSDaniel Stenberg2015-05-072-7/+34