summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: fix response code parser to avoid integer overflowbagder/http-response-codeDaniel 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
* travis: enable warnings also in release modeMarcel Raad2017-07-121-1/+1
* travis: install libssh2Max Dymond2017-07-121-0/+1
* system.h: include winsock2.h before windows.hMarcel Raad2017-07-121-1/+1
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-112-5/+0
* ISSUE_TEMPLATE: Add a comment not to file security issues on githubJay Satiro2017-07-111-2/+2
* curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad2017-07-113-7/+12
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-116-48/+51
* tests: Fix up issues with errno in test filesMax Dymond2017-07-107-25/+25
* errno: fix non-windows builds after af0216251b94e7Daniel Stenberg2017-07-102-6/+8
* make: fix docs build on OpenBSDRyan Winograd2017-07-101-0/+3
* ldap: fix MinGW compiler warningMarcel Raad2017-07-101-2/+1
* curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad2017-07-101-1/+9
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-1014-93/+76
* tool_getparam: fix potentially uninitialized errJay Satiro2017-07-091-1/+2
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5
* tool_cb_wrt: fix variable shadowing warningMarcel Raad2017-07-091-3/+3
* RELEASE-NOTES: synced with be2c999b8Daniel Stenberg2017-07-081-6/+29
* travis: install stunnelDaniel Stenberg2017-07-071-0/+1
* valgrind.supp: supress OpenSSL false positive seen on travisDaniel Stenberg2017-07-071-0/+21
* travis: detect and use valgrind for normal buildsDaniel Stenberg2017-07-071-1/+1
* travis: add SMB, DICT, TELNET torture to coverage testDaniel Stenberg2017-07-071-1/+1
* cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris2017-07-072-5/+10
* CURLOPT_POSTFIELDS.3: explain the 100-continue magic betterDaniel Stenberg2017-07-071-3/+5
* test1452: add telnet negotiationMax Dymond2017-07-076-4/+552