summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg
2017-06-01typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg
2017-06-01curl-compilers.m4: escape square brackets in regexMarcel Raad
2017-06-01curl-compilers.m4: fix compiler_num for clangMarcel Raad
2017-05-31examples/externalsocket.c: s/closesocket/closecbDaniel Stenberg
2017-05-31lib583: fix compiler warningMarcel Raad
2017-05-31CURLOPT_SSH_KEY*.3: typosDaniel Stenberg
2017-05-31CURLOPT_STREAM_DEPENDS.3: typoDaniel Stenberg
2017-05-31CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issuesDaniel Stenberg
2017-05-31CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issuesDaniel Stenberg
2017-05-31opts: more than 100 more examples for man pages...Daniel Stenberg
2017-05-31libtest/lib574.c: use correct callback protoDaniel Stenberg
2017-05-31examples/sampleconv.c: indent changes, made callbacks staticDaniel Stenberg
2017-05-31example/externalsocket.c: make it use CLOSESOCKETFUNCTION tooDaniel Stenberg
2017-05-31curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad
2017-05-31CURLOPT_PROXY.3: fix test 1140 breakageDaniel Stenberg
2017-05-31build-wolfssl: Sync config with wolfSSL 3.11Jay Satiro
2017-05-30opts: more examples added to man pagesDaniel Stenberg
2017-05-30docs: clarify NO_PROXY furtherDaniel Stenberg
2017-05-30CURLOPT_PROXY.3: describe the environment variables moreDaniel Stenberg
2017-05-30transfer: init the infilesize from the postfields...Daniel Stenberg
2017-05-29test557: fix ubsan runtime error due to int left shiftJay Satiro
2017-05-29mbedtls: fix variable shadow warningJay Satiro
2017-05-29RELEASE-NOTES: synced with 3aaac8c2fDaniel Stenberg
2017-05-28tests: removed some redundant empty <stdout> sectionsDan Fandrich
2017-05-28runtests.pl: removed <precommand> featureDan Fandrich
2017-05-27opts: more examples added in option man pagesDaniel Stenberg
2017-05-27runtests.pl: removed unused arguments to valgrindparseDan Fandrich
2017-05-25TODO: 6.4 is done, send telnet data in chunksDaniel Stenberg
2017-05-25docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump
2017-05-25ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-05-24examples: fix Wimplicit-fallthrough warningsMarcel Raad
2017-05-24winbuild: fix the nghttp2 buildAnatol Belski
2017-05-24LDAP: documentation update per #878 changes (#1506)Sergei Nikulov
2017-05-23redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg
2017-05-24LDAP: fixed checksrc issueSergei Nikulov
2017-05-23LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov
2017-05-23cmake: fix build on Ubuntu 14.04Akhil Kedia
2017-05-23url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg
2017-05-22memdebug: fix compilation failureKamil Dudka
2017-05-22assert: avoid, use DEBUGASSERT instead!Daniel Stenberg
2017-05-21cmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLEDSimon Warta
2017-05-21cmake: remove CURL_CA_BUNDLE from cmake TODOSimon Warta
2017-05-21cmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATHSimon Warta
2017-05-21cmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH optionsSimon Warta
2017-05-21cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta
2017-05-21RELEASE-NOTES: synced with 052a14e3cDaniel Stenberg