aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-06http2: Fix client write for trailers on stream closeJay Satiro
2016-01-07COPYING: update general copyright year rangeDaniel Stenberg
2016-01-06ConnectionExists: add missing newline in infof() callDaniel Stenberg
2016-01-06multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg
2016-01-04curl_global_init.3: Add Windows-specific info for init via DLLJay Satiro
2016-01-04FAQ: clarify who to mail about ECCN clarificationsDaniel Stenberg
2016-01-04progressfunc.c: spellfix descriptionDaniel Stenberg
2016-01-04docs/examples/multi-app.c: fix bad desc formattingDaniel Stenberg
2016-01-04examples: added descriptionsDaniel Stenberg
2016-01-04example/simple.c: add descriptionDaniel Stenberg
2016-01-04getredirect.c: a new exampleDaniel Stenberg
2015-12-27RELEASE-NOTES: add 5e0e81a9c4e35f04caMarc Hoersken
2015-12-26RELEASE-NOTES: synced with 2aec4359db1088b10dDaniel Stenberg
2015-12-26test 1515: add data checkMarc Hoersken
2015-12-26test 1515: add MSYS support by passing a relative pathMarc Hoersken
2015-12-26test 539: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken
2015-12-26runtests.pl: check up to 5 data parts with different text modesMarc Hoersken
2015-12-24CURLOPT_RANGE: for HTTP servers, range support is optionalDaniel Stenberg
2015-12-24tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken
2015-12-24tests 706 and 707: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken
2015-12-24tests 400,403,406: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken
2015-12-23sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken
2015-12-23tests first.c: fix calculation of sleep timeout on WindowsMarc Hoersken
2015-12-23test 573: add more debug outputMarc Hoersken
2015-12-23ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken
2015-12-23test 16: fix on Linux (and Windows) by using plain ASCII charactersMarc Hoersken
2015-12-23tftpd server: add Windows support by writing files in binary modeMarc Hoersken
2015-12-23tests 252-255: use datacheck mode text for ASCII-mode LISTingsMarc Hoersken
2015-12-23test 16: fix on Windows by converting data file from ANSI to UTF-8Marc Hoersken
2015-12-23Makefile.inc: s/curl_SOURCES/CURL_FILESDaniel Stenberg
2015-12-23ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken
2015-12-23Add .dir-locals and set c-basic-offset to 2.Anders Bakken
2015-12-20configure: detect IPv6 support on WindowsJohannes Schindelin
2015-12-20configure: allow static builds on mingwDaniel Stenberg
2015-12-17test 1326: fix file check since curl is outputting binary dataMarc Hoersken
2015-12-17test 1326: fix getting stuck on Windows due to incomplete requestMarc Hoersken
2015-12-17RELEASE-NOTES: command line option recountDaniel Stenberg
2015-12-16scripts/Makefile: build zsh script even in an out-of-tree buildDan Fandrich
2015-12-16sockfilt.c: added some debug output to select_wsMarc Hoersken
2015-12-16sockfilt.c: keep lines shorter than 80 charsMarc Hoersken
2015-12-16sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken
2015-12-16cyassl: deal with lack of *get_peer_certificateDaniel Stenberg
2015-12-16wolfssl: handle builds without SSLv3 supportDaniel Stenberg
2015-12-15http2: Support trailer fieldsTatsuhiro Tsujikawa
2015-12-15RELEASE-NOTES: synced with 6c2c019654e658aDaniel Stenberg
2015-12-15x509asn1: Fix host altname verificationJay Satiro
2015-12-15curl --expect100-timeout: addedDaniel Stenberg
2015-12-15cyassl: fix compiler warning on type conversionDaniel Stenberg
2015-12-15curlver: the pending release will become 7.47.0Daniel Stenberg
2015-12-14setstropt: const-correctnessAnders Bakken