summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg2016-01-141-2/+1
* CURLOPT_RESOLVE.3: minor language polishDaniel Stenberg2016-01-131-8/+7
* configure: assume IPv6 works when cross-compiledDaniel Stenberg2016-01-121-3/+3
* TODO: "Try to URL encode given URL"Daniel Stenberg2016-01-121-0/+9
* ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg2016-01-111-3/+18
* lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh2016-01-112-1/+6
* scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini2016-01-111-0/+8
* scripts: fix zsh completion generationAlessandro Ghedini2016-01-111-1/+1
* zsh.pl: fail if no curl is foundAlessandro Ghedini2016-01-111-2/+13
* IDN host names: Remove the port number before converting to ACEMichael Kaufmann2016-01-111-7/+7
* runtests: Add mbedTLS to the SSL backendsJay Satiro2016-01-101-1/+9
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-103-3/+57
* url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa2016-01-091-0/+2
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-01-081-1/+12
* http2: handle the received SETTINGS frameDaniel Stenberg2016-01-081-29/+25
* Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg2016-01-081-4/+3
* http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa2016-01-081-17/+17
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-084-27/+222
* tests: mark IPv6 FTP and FTPS tests with the FTP keywordDaniel Stenberg2016-01-0714-0/+14
* mbedtls: Fix ALPN supportJay Satiro2016-01-071-13/+23
* http2: Fix client write for trailers on stream closeJay Satiro2016-01-061-12/+14
* COPYING: update general copyright year rangeDaniel Stenberg2016-01-071-1/+1
* ConnectionExists: add missing newline in infof() callDaniel Stenberg2016-01-061-1/+1
* multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg2016-01-061-3/+4
* curl_global_init.3: Add Windows-specific info for init via DLLJay Satiro2016-01-042-0/+7
* FAQ: clarify who to mail about ECCN clarificationsDaniel Stenberg2016-01-041-4/+6
* progressfunc.c: spellfix descriptionDaniel Stenberg2016-01-041-1/+1
* docs/examples/multi-app.c: fix bad desc formattingDaniel Stenberg2016-01-041-2/+2
* examples: added descriptionsDaniel Stenberg2016-01-0419-29/+111
* example/simple.c: add descriptionDaniel Stenberg2016-01-041-1/+5
* getredirect.c: a new exampleDaniel Stenberg2016-01-042-2/+72
* RELEASE-NOTES: add 5e0e81a9c4e35f04caMarc Hoersken2015-12-271-0/+1
* RELEASE-NOTES: synced with 2aec4359db1088b10dDaniel Stenberg2015-12-261-4/+31
* test 1515: add data checkMarc Hoersken2015-12-261-0/+4
* test 1515: add MSYS support by passing a relative pathMarc Hoersken2015-12-262-2/+2
* test 539: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken2015-12-261-2/+4
* runtests.pl: check up to 5 data parts with different text modesMarc Hoersken2015-12-261-11/+35
* CURLOPT_RANGE: for HTTP servers, range support is optionalDaniel Stenberg2015-12-241-4/+8
* tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken2015-12-242-2/+2
* tests 706 and 707: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken2015-12-242-2/+2
* tests 400,403,406: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken2015-12-243-3/+3
* sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1
* tests first.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1
* test 573: add more debug outputMarc Hoersken2015-12-231-1/+2
* ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken2015-12-231-4/+2
* test 16: fix on Linux (and Windows) by using plain ASCII charactersMarc Hoersken2015-12-231-2/+2
* tftpd server: add Windows support by writing files in binary modeMarc Hoersken2015-12-231-0/+4
* tests 252-255: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken2015-12-234-4/+4
* test 16: fix on Windows by converting data file from ANSI to UTF-8Marc Hoersken2015-12-231-1/+1
* Makefile.inc: s/curl_SOURCES/CURL_FILESDaniel Stenberg2015-12-233-3/+7