summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* runtests.pl: removed <precommand> featureDan Fandrich2017-05-281-15/+0
* opts: more examples added in option man pagesDaniel Stenberg2017-05-2713-48/+190
* runtests.pl: removed unused arguments to valgrindparseDan Fandrich2017-05-272-4/+2
* TODO: 6.4 is done, send telnet data in chunksDaniel Stenberg2017-05-251-6/+0
* docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump2017-05-251-1/+1
* ssh: fix 'left' may be used uninitializedDaniel Stenberg2017-05-251-1/+1
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-2413-86/+36
* examples: fix Wimplicit-fallthrough warningsMarcel Raad2017-05-245-0/+5
* winbuild: fix the nghttp2 buildAnatol Belski2017-05-242-16/+28
* LDAP: documentation update per #878 changes (#1506)Sergei Nikulov2017-05-242-1/+19
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-235-38/+94
* LDAP: fixed checksrc issueSergei Nikulov2017-05-241-2/+2
* LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov2017-05-231-16/+85
* 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