summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-0110-16/+32
* http2-upload.c: use PIPEWAIT for playing HTTP/2 betterDaniel Stenberg2015-06-011-0/+5
* http2-download: check for CURLPIPE_MULTIPLEX properlyDaniel Stenberg2015-06-011-1/+1
* HTTP-NTLM: fail auth on connection close instead of loopingIsaac Boukris2015-05-312-24/+17
* 5.6 Refuse "downgrade" redirectsDaniel Stenberg2015-05-311-0/+9
* README.pingpong: removedDaniel Stenberg2015-05-312-32/+1
* ROADMAP: remove HTTP/2 multiplexing - its here nowDaniel Stenberg2015-05-301-18/+0
* HTTP2.md: formatted properlyDaniel Stenberg2015-05-302-67/+75
* HTTP2: moved docs into docs/ and make it markdownDaniel Stenberg2015-05-302-2/+2
* README.http2: refreshed and added multiplexing infoDaniel Stenberg2015-05-301-18/+30
* dist: add the http2 examplesDaniel Stenberg2015-05-281-2/+3
* http2 examples: clean up some commentsDaniel Stenberg2015-05-282-5/+1
* examples: added two programs doing multiplexed HTTP/2Daniel Stenberg2015-05-282-0/+639
* scripts: moved contributors.sh and contrithanks.sh into subdirDaniel Stenberg2015-05-272-0/+0
* RELEASE-NOTES: synced with c005790ff1c0aDaniel Stenberg2015-05-271-9/+67
* openssl: typo in commentDaniel Melani2015-05-271-1/+1
* openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro2015-05-271-0/+4
* FAQ: How do I port libcurl to my OS?Daniel Stenberg2015-05-261-0/+14
* CURLOPT_COOKIELIST.3: Explain Set-Cookie without a domainJay Satiro2015-05-251-0/+7
* http2: Copy data passed in Curl_http2_switched into HTTP/2 connection bufferTatsuhiro Tsujikawa2015-05-251-3/+33
* CURLOPT_COOKIE.3: Explain that the cookies won't be modifiedJay Satiro2015-05-241-0/+9
* CURLOPT_COOKIELIST.3: Add exampleJay Satiro2015-05-241-1/+40
* testcurl.pl: use rel2abs to make the source directory absoluteDan Fandrich2015-05-241-3/+3
* conncache: fixed memory leak on OOM (torture tests)Dan Fandrich2015-05-241-1/+3
* perl: remove subdir, not touched in 9 yearsDaniel Stenberg2015-05-248-1431/+0
* log2changes.pl: moved to scripts/Daniel Stenberg2015-05-242-2/+2
* 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