summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* security: fix "Unchecked return value" from sscanf()Daniel Stenberg2015-05-221-9/+9
* security: simplify choose_mechDaniel Stenberg2015-05-221-33/+19
* RTSP: catch attempted unsupported requests betterDaniel Stenberg2015-05-221-3/+2
* share_init: fix OOM crashDaniel Stenberg2015-05-221-4/+5
* parse_proxy: switch off tunneling if non-HTTP proxyDaniel Stenberg2015-05-221-2/+3
* http2: on_frame_recv: return early on stream 0Daniel Stenberg2015-05-221-0/+3
* http: removed self assignmentDaniel Stenberg2015-05-221-2/+0
* http2: Make HTTP Upgrade workTatsuhiro Tsujikawa2015-05-221-0/+7
* strerror: Change SEC_E_ILLEGAL_MESSAGE descriptionJay Satiro2015-05-221-0/+6
* telnet: Fix read-callback change for Windows buildsJay Satiro2015-05-211-1/+2
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-2010-38/+31
* http2: show stream IDs in decimalDaniel Stenberg2015-05-201-19/+19
* http2: Faster http2 uploadTatsuhiro Tsujikawa2015-05-201-0/+13
* gtls: don't fail on non-fatal alerts during handshakeDmitry Eremin-Solenikov2015-05-201-1/+2
* openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl2015-05-191-12/+6
* transfer: remove erroneous and misleading commentDaniel Stenberg2015-05-191-7/+0
* http: silence compile-time warnings without USE_NGHTTP2Kamil Dudka2015-05-191-2/+4
* transfer: Replace __func__ instances with function nameJay Satiro2015-05-192-3/+4
* build: bump version in default nghttp2 pathsViktor Szakats2015-05-191-1/+1
* http: Add some include guards for the new HTTP/2 stuffJay Satiro2015-05-182-0/+8
* http2: store upload state per streamDaniel Stenberg2015-05-182-20/+51
* http2: fix build when NOT h2-enabledDaniel Stenberg2015-05-183-15/+17
* http2: switch to use Curl_hash_destroy()Daniel Stenberg2015-05-181-1/+1
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-186-9/+24
* http2: Ignore if we have stream ID not in hash in on_stream_closeTatsuhiro Tsujikawa2015-05-181-4/+6
* Require nghttp2 v1.0.0Tatsuhiro Tsujikawa2015-05-181-103/+29
* http2: infof length in on_frame_send()Daniel Stenberg2015-05-181-1/+2
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-185-59/+118
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-182-13/+35
* Curl_http_readwrite_headers: minor code simplificationDaniel Stenberg2015-05-181-5/+2
* IsPipeliningPossible: fixed for http2Daniel Stenberg2015-05-181-5/+10
* http2: bump the h2 buffer size to 32K for speedDaniel Stenberg2015-05-181-1/+1
* http2: remove the stream from the hash in stream_close callbackDaniel Stenberg2015-05-182-11/+6
* http2: if there is paused data, do not clear the drain fieldDaniel Stenberg2015-05-181-8/+17
* http2: rename s/data/pausedataDaniel Stenberg2015-05-183-18/+19
* http2: "stream %x" in all outputs to make it easier to search forDaniel Stenberg2015-05-181-2/+2
* http2: Curl_expire() all handles with incoming trafficDaniel Stenberg2015-05-181-2/+5
* http2: don't signal settings change for same valuesDaniel Stenberg2015-05-181-4/+10
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-187-12/+94
* bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-187-35/+46
* http2: lazy init header_recvbufDaniel Stenberg2015-05-182-1/+3
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-187-40/+62
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-186-27/+23
* http2: Fix bug that data to be drained are overwritten by pending "paused" dataTatsuhiro Tsujikawa2015-05-181-17/+16
* http2: Don't call nghttp2_session_mem_recv while it is paused by a streamTatsuhiro Tsujikawa2015-05-182-3/+28
* http2: Read data left in connection buffer after pauseTatsuhiro Tsujikawa2015-05-182-20/+46
* http2: Fix streams get stuckTatsuhiro Tsujikawa2015-05-181-20/+22
* http2: store incoming h2 SETTINGSDaniel Stenberg2015-05-182-7/+34
* pipeline: move function to pipeline.c and make staticDaniel Stenberg2015-05-182-9/+10
* IsPipeliningPossible: http2 can always "pipeline" (multiplex)Daniel Stenberg2015-05-181-5/+12