summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssh: ignore timeouts during disconnectbagder/ssh-shutdown-memoryleakDaniel Stenberg2017-05-181-12/+15
* mkhelp.pl: do not add current time into curl binaryBernhard M. Wiedemann2017-05-171-1/+1
* oauth2-bearer.d: mention the <token> argumentDaniel Stenberg2017-05-171-0/+1
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1
* curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg2017-05-161-2/+2
* docs/cmdline-opts/config.d: edit for languageDaniel Stenberg2017-05-161-7/+8
* RELEASE-NOTES: synced with eb16305e6Daniel Stenberg2017-05-151-5/+23
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-154-1/+186
* man pages: fix example syntax errorsDaniel Stenberg2017-05-153-0/+3
* docs/libcurl/opts: added more examples in man pagesDaniel Stenberg2017-05-1514-37/+265
* CURLOPT_HTTPPROXYTUNNEL: clarify, add exampleDaniel Stenberg2017-05-151-12/+23
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-143-5/+11
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-132-1/+11
* lib510: don't write past the end of the buffer if it's too smallDan Fandrich2017-05-131-0/+4
* tests: added missing keywords "chunked Transfer-Encoding"Dan Fandrich2017-05-1310-2/+11
* THANKS: add a few missing namesDaniel Stenberg2017-05-131-0/+10
* tests: made a couple of prechecks consistent with othersDan Fandrich2017-05-133-7/+2
* FAQ: add 7.4 to tocDaniel Stenberg2017-05-121-14/+15
* multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg2017-05-121-3/+0
* pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg2017-05-121-23/+27
* mbedtls: Support server renegotiation requestRon Eldor2017-05-121-0/+5
* cookie_interface: fix -Wcomma warningMarcel Raad2017-05-111-1/+2
* formdata: fix -Wcomma warningMarcel Raad2017-05-111-1/+1
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-1012-70/+66
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-1010-39/+98
* tests: remove superfluous test 1399Richard Hsu2017-05-102-44/+1
* tests: make test file names more uniqueDan Fandrich2017-05-0913-34/+38
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-0912-12/+12
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-093-8/+8
* formboundary: convert assert into run-time checkDaniel Stenberg2017-05-091-1/+2
* tests: list the primary server first in the server sectionDan Fandrich2017-05-092-2/+2
* curl: generate the --help outputDaniel Stenberg2017-05-083-253/+435
* tests: updated for modified fake randomDaniel Stenberg2017-05-0833-44/+44
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-085-54/+87
* tests: give each stunnel.conf file a unique nameDan Fandrich2017-05-082-2/+3
* tool_msgs: remove wrong castMarcel Raad2017-05-081-1/+1
* tftpd: fix signed/unsigned mismatch warningsMarcel Raad2017-05-081-3/+3
* libtest: fix MinGW-w64 warningsMarcel Raad2017-05-086-6/+6
* curl.1: depend the build on the Makefile.inc tooDaniel Stenberg2017-05-081-1/+1
* RELEASE-NOTES: synced with e3f84efc32d6b01aDaniel Stenberg2017-05-081-2/+29
* runtests: fix "use of undefined value" warning in -R handlingDaniel Stenberg2017-05-081-1/+5
* test537: use correct variable typeMarcel Raad2017-05-081-2/+2
* sendrecv: fix MinGW-w64 warningMarcel Raad2017-05-071-1/+1
* tool_parsecfg: fix -Wcast-qual warningMarcel Raad2017-05-071-1/+1
* asyn-thread: fix unused macro warningsMarcel Raad2017-05-071-5/+5
* tftp: silence bad-function-cast warningMarcel Raad2017-05-071-2/+6
* buildconf: fix hang on IRIXcanavan at github2017-05-071-2/+2
* opts: fix bad example formatting \n => \\nDaniel Stenberg2017-05-0620-22/+22
* opts: examples added to 8 more libcurl option man pagesDaniel Stenberg2017-05-068-16/+164
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-0610-178/+3