summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-1374-0/+222
* CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char*Frank Gevaerts2017-01-131-1/+2
* IDN: Use TR46 non-transitionalDaniel Stenberg2017-01-131-3/+10
* IDN: revert use of the transitional optionDaniel Stenberg2017-01-131-6/+2
* IDN: Fix compile time detection of linidn2 TR46Tim Rühsen2017-01-131-1/+1
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-1310-2/+335
* url: Refactor detect_proxy()ERAMOTO Masaya2017-01-131-51/+40
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-136-3/+219
* IDN: Use TR46 'transitional' for toASCII translationsTim Rühsen2017-01-131-1/+6
* docs: FAQ MAIL-ETIQUETTE language fixesrailsnewbie2572017-01-132-80/+83
* gnutls: check for alpn and ocsp in configureMarcus Hoffmann2017-01-132-3/+3
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-125-10/+151
* rand: make it work without TLS backingDaniel Stenberg2017-01-1215-70/+65
* STARTTLS: Don't print response character in denied messagesJay Satiro2017-01-122-2/+2
* smtp: Fix STARTTLS denied error messageJay Satiro2017-01-121-1/+1
* http2_send: avoid unsigned integer wrap aroundDaniel Stenberg2017-01-111-12/+6
* cmake: Fix passing _WINSOCKAPI_ macro to compilerJiri Malak2017-01-091-1/+1
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8
* RELEASE-NOTES: synced with a41e8592d6b3e58Daniel Stenberg2017-01-091-2/+34
* examples: make the C++ examples follow our code style tooDaniel Stenberg2017-01-082-125/+85
* asiohiper: improved socket handlingAulddays2017-01-081-27/+59
* lib506: fix build for Open WatcomJiří Malák2017-01-081-6/+6
* ROADMAP: 2017 cleanupDaniel Stenberg2017-01-071-33/+9
* COPYING: update the generic copyright year rangeDaniel Stenberg2017-01-071-1/+1
* docs/silent: mention --show-error in --silent descriptionDaniel Stenberg2017-01-072-0/+6
* docs/page-header: mention how to disable the progress meterDaniel Stenberg2017-01-072-7/+9
* wolfssl: display negotiated SSL version and cipherDan Fandrich2017-01-071-0/+6
* wolfssl: support setting cipher listDan Fandrich2017-01-063-0/+126
* CIPHERS.md: document GSKit ciphersPatrick Monnerat2017-01-061-0/+64
* TheArtOfHttpScripting: grammarpeterpih2017-01-051-17/+17
* darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann2017-01-031-7/+2
* docs/libcurl: TCP_KEEPALIVE start and interval default to 60Jay Satiro2017-01-022-2/+4
* curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in useDaniel Stenberg2016-12-291-1/+1
* content_encoding: change return code on a failureDaniel Stenberg2016-12-291-1/+1
* page-footer: error 36 is protocol agnostic!Daniel Stenberg2016-12-291-1/+1
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-282-7/+54
* digest_sspi: copy terminating NUL as wellMax Khon2016-12-291-1/+1
* curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunkedDaniel Stenberg2016-12-281-2/+2
* cmake: use crypt32.lib when building with OpenSSL on windowsKyselgov E.N2016-12-271-0/+2
* darwinssl: fix CFArrayRef leakChris Araman2016-12-271-6/+10
* darwinssl: fix iOS buildChris Araman2016-12-271-0/+4
* curl: remove superfluous include fileDaniel Stenberg2016-12-271-4/+0
* RELEASE-NOTES: synced with a7b38c9dc98481eDaniel Stenberg2016-12-261-3/+15
* vtls: s/SSLEAY/OPENSSLDaniel Stenberg2016-12-261-2/+2
* docs/ciphers: link to our own new page about ciphersDaniel Stenberg2016-12-253-18/+4
* cmdline-opts/page-footer: add three more exit codesDaniel Stenberg2016-12-252-0/+22
* formdata: use NULL, not 0, when returning pointersDaniel Stenberg2016-12-251-1/+1
* ftp: failure to resolve proxy should return that error codeDaniel Stenberg2016-12-251-1/+1
* configure: accept --with-libidn2 insteadDaniel Stenberg2016-12-251-1/+1
* test1282: verify the ftp-gss checkDaniel Stenberg2016-12-242-1/+46