summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken2015-12-231-0/+10
* Add .dir-locals and set c-basic-offset to 2.Anders Bakken2015-12-231-0/+10
* configure: detect IPv6 support on WindowsJohannes Schindelin2015-12-202-1/+20
* configure: allow static builds on mingwDaniel Stenberg2015-12-201-1/+1
* test 1326: fix file check since curl is outputting binary dataMarc Hoersken2015-12-171-1/+1
* test 1326: fix getting stuck on Windows due to incomplete requestMarc Hoersken2015-12-171-1/+1
* RELEASE-NOTES: command line option recountDaniel Stenberg2015-12-171-1/+1
* scripts/Makefile: build zsh script even in an out-of-tree buildDan Fandrich2015-12-161-1/+1
* sockfilt.c: added some debug output to select_wsMarc Hoersken2015-12-161-0/+11
* sockfilt.c: keep lines shorter than 80 charsMarc Hoersken2015-12-161-1/+2
* sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken2015-12-161-4/+4
* cyassl: deal with lack of *get_peer_certificateDaniel Stenberg2015-12-162-3/+14
* wolfssl: handle builds without SSLv3 supportDaniel Stenberg2015-12-162-2/+14
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-153-13/+71