summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scripts: add zsh.pl for generating zsh completionAlessandro Ghedini2015-05-242-1/+78
* test1510: another flaky testDan Fandrich2015-05-231-0/+1
* 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
* curl: fix potential NULL dereferenceDaniel Stenberg2015-05-221-1/+1
* 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
* CURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy!Daniel Stenberg2015-05-211-2/+5
* testcurl.pl: allow source to be in an arbitrary directoryDan Fandrich2015-05-211-11/+16
* 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
* curl_easy_unescape.3: update RFC referenceDaniel Stenberg2015-05-201-2/+2
* CURLOPT_POSTFIELDS.3: Mention curl_easy_escapeJay Satiro2015-05-202-3/+6
* openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl2015-05-191-12/+6
* curl.1: fix missing space in section --dataJay Satiro2015-05-191-1/+1
* 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-193-3/+3
* INTERNALS: we require nghttp2 1.0.0+ nowDaniel Stenberg2015-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
* curlver: restore LIBCURL_VERSION_NUM defined as a full numberDaniel Stenberg2015-05-181-3/+5
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-1811-12/+136
* curlver: introducing new version number (checking) macrosDaniel Stenberg2015-05-181-1/+7
* runtests.pl: use 'h2c' now, no -14 anymoreDaniel Stenberg2015-05-181-1/+1
* 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-182-104/+32
* 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
* symbols-in-versions: add CURLOPT_PIPEWAITDaniel Stenberg2015-05-181-0/+1
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-185-16/+106
* 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