summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url: assume UTF-8 when doing idn2 lookupidn2_utf8Alessandro Ghedini2017-01-141-1/+2
* docs: improved language in README.md HISTORY.md CONTRIBUTE.mdrailsnewbie2572017-01-143-58/+57
* http: print correct HTTP string in verbose output when using HTTP/2http2_outputAlessandro Ghedini2017-01-141-3/+15
* TODO: send only part of --dataDaniel Stenberg2017-01-141-0/+9
* TODO: implemened "--fail-fast to exit on first transfer fail"Daniel Stenberg2017-01-141-11/+2
* TODO: Chunked transfer multipart formpostDaniel Stenberg2017-01-141-0/+11
* TODO: Improve formpost API, not just add an easy argumentDaniel Stenberg2017-01-141-6/+6
* addrinfo: fix compiler warning on offsetof() useDaniel Stenberg2017-01-141-2/+3
* THANKS-filter: Jiri MalakDaniel Stenberg2017-01-131-0/+1
* RELEASE-NOTES: synced with a7c73ae309cDaniel Stenberg2017-01-131-5/+32
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-1317-19/+139
* write-out.d: 'time_total' is not always shown with ms precisionDaniel Stenberg2017-01-131-2/+1
* next.d: --trace and --trace-ascii are also globalDaniel Stenberg2017-01-131-1/+1
* curl: reset the easy handle at --nextIsaac Boukris2017-01-131-1/+4
* 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