summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* redirect: store the "would redirect to" URL when max redirs is reachedbagder/redirect-url-fixDaniel Stenberg2017-05-235-38/+94
* cmake: fix build on Ubuntu 14.04Akhil Kedia2017-05-232-4/+4
* url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg2017-05-231-10/+11
* memdebug: fix compilation failureKamil Dudka2017-05-221-1/+1
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-224-18/+12
* cmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLEDSimon Warta2017-05-211-3/+2
* cmake: remove CURL_CA_BUNDLE from cmake TODOSimon Warta2017-05-211-2/+0
* cmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATHSimon Warta2017-05-211-10/+53
* cmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH optionsSimon Warta2017-05-211-0/+29
* cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta2017-05-211-0/+3
* RELEASE-NOTES: synced with 052a14e3cDaniel Stenberg2017-05-211-4/+20
* tests: stabilize test 1034Michael Kaufmann2017-05-201-1/+5
* ssh: ignore timeouts during disconnectDaniel Stenberg2017-05-201-12/+15
* ghiper.c/hiperfifo.c: add comment about missing timer functionalityDaniel Stenberg2017-05-192-4/+21
* asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction inputDaniel Stenberg2017-05-192-3/+3
* cmdline-opts/write-out.d: s/-L/--locationDaniel Stenberg2017-05-181-2/+3
* 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