summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* typecheck-gcc.h: check CURLINFO_CERTINFObagder/typecheck-getinfo-pointersDaniel Stenberg2017-06-013-21/+16
* typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg2017-06-011-0/+10
* typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg2017-06-013-6/+8
* curl-compilers.m4: fix compiler_num for clangMarcel Raad2017-06-011-1/+1
* examples/externalsocket.c: s/closesocket/closecbDaniel Stenberg2017-05-311-2/+2
* lib583: fix compiler warningMarcel Raad2017-05-311-4/+4
* CURLOPT_SSH_KEY*.3: typosDaniel Stenberg2017-05-312-2/+2
* CURLOPT_STREAM_DEPENDS.3: typoDaniel Stenberg2017-05-311-1/+1
* CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
* CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-31119-249/+1653
* libtest/lib574.c: use correct callback protoDaniel Stenberg2017-05-311-2/+4
* examples/sampleconv.c: indent changes, made callbacks staticDaniel Stenberg2017-05-311-37/+37
* example/externalsocket.c: make it use CLOSESOCKETFUNCTION tooDaniel Stenberg2017-05-311-0/+11
* curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad2017-05-311-0/+5
* CURLOPT_PROXY.3: fix test 1140 breakageDaniel Stenberg2017-05-311-1/+1
* build-wolfssl: Sync config with wolfSSL 3.11Jay Satiro2017-05-311-1/+26
* opts: more examples added to man pagesDaniel Stenberg2017-05-3019-41/+250
* docs: clarify NO_PROXY furtherDaniel Stenberg2017-05-302-3/+10
* CURLOPT_PROXY.3: describe the environment variables moreDaniel Stenberg2017-05-301-4/+12
* transfer: init the infilesize from the postfields...Daniel Stenberg2017-05-302-9/+7
* test557: fix ubsan runtime error due to int left shiftJay Satiro2017-05-291-2/+6
* mbedtls: fix variable shadow warningJay Satiro2017-05-291-3/+3
* RELEASE-NOTES: synced with 3aaac8c2fDaniel Stenberg2017-05-291-8/+22
* tests: removed some redundant empty <stdout> sectionsDan Fandrich2017-05-284-8/+0
* 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