summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getparameter: avoid returning uninitialized 'usedarg'bagder/getparam-fix-1728Daniel Stenberg2017-08-042-3/+3
* RELEASE-NOTES: synced with 561e9217cDaniel Stenberg2017-08-041-4/+34
* test1010: verify that #1718 is fixedDaniel Stenberg2017-08-041-1/+3
* FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg2017-08-042-11/+15
* travis: explicitly specify distMarcel Raad2017-08-041-0/+4
* travis: BUILD_TYPE => TDaniel Stenberg2017-08-041-16/+16
* travis: add osx build with darwinsslDaniel Stenberg2017-08-041-4/+7
* darwin: silence compiler warningsDaniel Stenberg2017-08-041-2/+12
* BUILD.WINDOWS: mention buildconf.bat for builds off gitDaniel Stenberg2017-08-031-3/+10
* darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg2017-08-032-7/+8
* test130: verify comments in .netrcDaniel Stenberg2017-08-031-0/+1
* netrc: skip lines starting with '#'Gisle Vanem2017-08-031-1/+4
* CMake: set MSVC warning level to 4Marcel Raad2017-08-033-0/+10
* CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2Daniel Stenberg2017-08-021-2/+2
* CURLOPT_NETRC.3: mention the file name on windowsDaniel Stenberg2017-08-021-2/+4
* travis: build osx with libressl tooDaniel Stenberg2017-08-021-0/+3
* travis: build osx with openssl tooDaniel Stenberg2017-08-021-1/+4
* tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg2017-08-021-1/+1
* curl_threads: fix MSVC compiler warningMarcel Raad2017-08-011-1/+1
* BUGS: improved phrasing about security bugsDaniel Stenberg2017-08-011-3/+3
* BUGS: clarify how to report security related bugsDaniel Stenberg2017-08-011-15/+32
* multi: fix request timer managementBrad Spencer2017-08-011-14/+13
* curl_setup: Define CURL_NO_OLDIES for building libcurlJay Satiro2017-08-011-0/+4
* configure: fix the check for IdnToUnicodeJeremy Tan2017-08-011-1/+6
* http: fix response code parser to avoid integer overflowDaniel Stenberg2017-07-313-21/+16
* libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli2017-07-312-2/+2
* include.d: clarify --include is only for response headersJay Satiro2017-07-301-1/+1
* cmake: support make uninstalljasjuang2017-07-302-0/+37
* RELEASE-NOTES: synced with 001701c47Daniel Stenberg2017-07-301-3/+37
* AppVeyor: now really use CURL_WERRORMarcel Raad2017-07-291-1/+1
* tool_help: clarify --include is only for response headersJay Satiro2017-07-291-1/+1
* splay: fix signed/unsigned mismatch warningJay Satiro2017-07-291-2/+2
* include.d: clarify that it concerns the response headersDaniel Stenberg2017-07-281-2/+5
* curl_rtmp: fix a compiler warningJohannes Schindelin2017-07-281-1/+1
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-284-2/+104
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-2829-128/+152
* darwinssl: fix variable type mistake (regression)Daniel Stenberg2017-07-271-1/+2
* multi: mention integer overflow risk if using > 500 million socketsDaniel Stenberg2017-07-271-0/+4
* checksrc: escape open brace in regexDaniel Stenberg2017-07-271-2/+2
* nss: fix a possible use-after-free in SelectClientCert()Kamil Dudka2017-07-201-0/+8
* nss: unify the coding style of nss_send() and nss_recv()Kamil Dudka2017-07-201-6/+11
* tests/server/resolve.c: fix deprecation warningMarcel Raad2017-07-181-26/+28
* darwinssl: fix pinnedpubkey build errorJay Satiro2017-07-171-1/+1
* rtspd: fix GCC warning after MSVC warning fixMarcel Raad2017-07-161-1/+3
* libtest: fix MSVC warning C4706Marcel Raad2017-07-163-9/+12
* sockfilt: suppress conversion warning with explicit castMarcel Raad2017-07-161-1/+1
* rtspd: fix MSVC level 4 warningMarcel Raad2017-07-161-1/+1
* winbuild: re-enable warning C4127 for curl toolMarcel Raad2017-07-141-1/+1
* winbuild: build with warning level 4Marcel Raad2017-07-131-4/+4
* travis: install libidn2Max Dymond2017-07-121-0/+1