summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pipeline: move function to pipeline.c and make staticDaniel Stenberg2015-05-072-9/+10
* IsPipeliningPossible: http2 can always "pipeline" (multiplex)Daniel Stenberg2015-05-071-5/+12
* http2: remove debug logging from on_frame_recvDaniel Stenberg2015-05-041-8/+0
* http2: remove the closed check in http2_recvDaniel Stenberg2015-05-041-0/+3
* http2: bump the h2 buffer to 8KDaniel Stenberg2015-05-041-1/+1
* http2: Curl_read should not use the single bufferDaniel Stenberg2015-05-041-1/+2
* Merge branch 'master' into http2-multiplexDaniel Stenberg2015-05-0222-1092/+119
|\
| * schannel.c: Improve code path and readabilityMarc Hoersken2015-05-021-25/+26
| * schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken2015-05-021-20/+14
| * schannel: fix regression in schannel_recvChris Araman2015-05-021-6/+3
| * Bug born in changes made several days ago 9a91e80.Marc Hoersken2015-05-011-1/+1
| * configure: remove missing and make it autogenerateMichael Osipov2015-04-303-300/+1
| * acinclude.m4: fix test for default CA cert bundle/pathMichael Osipov2015-04-301-1/+1
| * CONTRIBUTING.md: remove the sourceforge mentionDaniel Stenberg2015-04-301-4/+2
| * http_negotiate_sspi: added missing data variableDan Fandrich2015-04-301-4/+5
| * configure: remove --automake from libtoolize callMichael Osipov2015-04-301-1/+1
| * build: update depedency versions, urls, example makefilesViktor Szakats2015-04-3012-48/+69
| * configure: remove autogenerated files by autoconfMichael Osipov2015-04-303-689/+1
| * curl_multi_add_handle: next is already NULLAnders Bakken2015-04-301-2/+1
| * schannel: Fix out of bounds arrayJay Satiro2015-04-301-1/+1
| * docs/libcurl: gitignore libcurl-symbols.3Jay Satiro2015-04-291-0/+1
| * lib/makefile.m32: add arch -m32/-m64 to LDFLAGSViktor Szakats2015-04-291-0/+2
| * RELEASE-NOTES: synced with cd39b944afcDaniel Stenberg2015-04-291-6/+27
| * THANKS: merged from the 7.42.1 releaseDaniel Stenberg2015-04-291-0/+3
| * CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-285-8/+10
| * docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentationLinus Nielsen2015-04-281-2/+1
| * hash: simplify Curl_str_key_compare()Daniel Stenberg2015-04-281-8/+3
* | http2: more debug outputsDaniel Stenberg2015-04-301-12/+21
* | http2: leave WAITPERFORM when conn is multiplexedDaniel Stenberg2015-04-303-3/+6
* | Merge branch 'http2-multiplex' of github.com:bagder/curl into http2-multiplexDaniel Stenberg2015-04-300-0/+0
|\ \
| * | http2: debug logs addedDaniel Stenberg2015-04-303-1/+18
* | | http2: force "drainage" of streamsDaniel Stenberg2015-04-307-57/+123
|/ /
* | http2: move the mem+len pair to the stream structDaniel Stenberg2015-04-295-23/+44
* | http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg2015-04-294-25/+31
* | http2: move lots of state data to the 'stream' structDaniel Stenberg2015-04-293-83/+117
* | RELEASE-NOTES: synced with cd39b944afcDaniel Stenberg2015-04-291-6/+27
* | THANKS: merged from the 7.42.1 releaseDaniel Stenberg2015-04-291-0/+3
* | CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-295-8/+10
* | HTTP: partial start at fixing up hash-lookups on http2 frame receivalDaniel Stenberg2015-04-292-11/+10
* | http: a stream hash for h2 multiplexingDaniel Stenberg2015-04-291-3/+19
* | docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentationLinus Nielsen2015-04-291-2/+1
* | http: a stream hash for h2 multiplexingDaniel Stenberg2015-04-282-0/+8
* | hash: simplify Curl_str_key_compare()Daniel Stenberg2015-04-281-8/+3
* | http2: debug log when receiving unexpected stream_idDaniel Stenberg2015-04-281-0/+10
* | http2: move stream_id to the HTTP struct (per-stream)Daniel Stenberg2015-04-282-13/+24