summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* RELEASE-NOTES: curl 7.52.1curl-7_52_1Daniel Stenberg2016-12-221-6/+8
|
* lib557.c: use a shorter MAXIMIZE representationDaniel Stenberg2016-12-221-1/+1
| | | | | | | Since several compilers had problems with the previous one Reported-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2016-12/0098.html
* runtests: remove the valgrind parserDaniel Stenberg2016-12-212-84/+3
| | | | | Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore.
* randit: store the value in the bufferKamil Dudka2016-12-211-1/+1
|
* tests/Makefile: run checksrc on debug buildsDaniel Stenberg2016-12-211-0/+5
| | | | ... just like we already do in src/ and lib/
* lib557: move the "enable LONGLINE" to allow more long linesDaniel Stenberg2016-12-211-2/+1
| | | | This file is riddled with them...
* bump: toward next releaseDaniel Stenberg2016-12-212-102/+9
|
* lib: fix MSVC compiler warningsMarcel Raad2016-12-212-2/+2
| | | | | | Visual C++ complained: warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data warning C4701: potentially uninitialized local variable 'path' used
* THANKS: 13 new contributors from 7.52.0curl-7_52_0Daniel Stenberg2016-12-201-0/+13
|
* RELEASE-NOTES: 7.52.0Daniel Stenberg2016-12-201-10/+16
|
* ssh: inhibit coverity warning with (void)Daniel Stenberg2016-12-201-2/+2
| | | | CID 1397391 (#1 of 1): Unchecked return value (CHECKED_RETURN)
* Curl_recv_has_postponed_data: silence compiler warningsDaniel Stenberg2016-12-191-0/+2
| | | | Follow-up to d00f2a8f2
* tests: checksrc complianceJay Satiro2016-12-194-3/+6
|
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-196-233/+258
| | | | | | | - Check for pending data before waiting on the socket. Bug: https://github.com/curl/curl/issues/1156 Reported-by: Adam Langley
* cmdline-opts/tlsv1.d: rephrasedDaniel Stenberg2016-12-192-10/+6
|
* schannel: fix wildcard cert name validation on Win CEDan McNulty2016-12-192-30/+48
| | | | | | | | | | | | | | Fixes a few issues in manual wildcard cert name validation in schannel support code for Win32 CE: - when comparing the wildcard name to the hostname, the wildcard character was removed from the cert name and the hostname was checked to see if it ended with the modified cert name. This allowed cert names like *.com to match the connection hostname. This violates recommendations from RFC 6125. - when the wildcard name in the certificate is longer than the connection hostname, a buffer overread of the connection hostname buffer would occur during the comparison of the certificate name and the connection hostname.
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-193-5/+152
| | | | ... and add a bunch of floating point printf tests
* config-amigaos.h: (embarrassed) made the line shorterDaniel Stenberg2016-12-181-1/+1
|
* config-amigaos.h: fix bug report email referenceDaniel Stenberg2016-12-181-2/+2
|
* RELEASE-NOTES: synced with 4517158abfebaDaniel Stenberg2016-12-181-6/+14
|
* CIPHERS.md: backtick the names to show underscores fineDaniel Stenberg2016-12-181-186/+185
|
* form-string.d: fix format mistakeDaniel Stenberg2016-12-182-2/+2
| | | | | | and regenerated curl.1 Reported-by: Gisle Vanem
* openssl: simplify expression in Curl_ossl_versionMichael Kaufmann2016-12-181-1/+1
|
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-186-58/+97
| | | | | | | | | | | Follow-up to 82245ea: Fix the example program sendrecv.c (handle CURLE_AGAIN, handle incomplete send). Improve the documentation for curl_easy_recv() and curl_easy_send(). Reviewed-by: Frank Meier Assisted-by: Jay Satiro See https://github.com/curl/curl/pull/1134
* Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris2016-12-183-25/+36
| | | | | | | | | | It doesn't benefit us much as the connection could get closed at any time, and also by checking we lose the ability to determine if the socket was closed by reading zero bytes. Reported-by: Michael Kaufmann Closes https://github.com/curl/curl/pull/1134
* CIPHERS.md: attempt to document TLS cipher namesDaniel Stenberg2016-12-181-0/+250
| | | | | As the official docs seems really hard to keep track of and link to over time
* curl.1: generated after 6cce4dbf830Daniel Stenberg2016-12-181-4/+4
|
* cmdline-opts/post30X.d: fix the RFC referencesDaniel Stenberg2016-12-183-3/+3
|
* curl.1: regeneratedDaniel Stenberg2016-12-171-160/+160
| | | | Fixed trailing whitespace and numerous formatting glitches
* cmdline-opts: formatting fixesDaniel Stenberg2016-12-175-16/+16
|
* curl_easy_setopt.3: removed CURLOPT_SOCKS_PROXYTYPEDaniel Stenberg2016-12-171-2/+0
|
* tool_getparam.c: make comments use the up-to-date option namesDaniel Stenberg2016-12-171-2/+2
|
* manpage-scan.pl: allow deprecated options to get removed from curl.1Daniel Stenberg2016-12-171-4/+4
| | | | | --krb4, --ftp-ssl and --ftp-ssl-reqd no longer need to be documented in the man page
* cmdline-opts/gen.pl: trim off trailing spacesDaniel Stenberg2016-12-171-2/+3
|
* cmdline-opts/proxy-tlsuser.d: remove trailing .dDaniel Stenberg2016-12-171-1/+1
|
* curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXYDaniel Stenberg2016-12-171-2/+2
|
* symbols: removed two, added oneDaniel Stenberg2016-12-171-3/+2
|
* cmdline-opts: include the man page split up files in the distDaniel Stenberg2016-12-173-1/+69
|
* curl.1: generated with gen.plDaniel Stenberg2016-12-161-1301/+1444
| | | | | | | | | | | | This is the first time we replace the manually edited curt.1 with the generated one created by gen.pl and the individual option documentation pages. Do not edit this file, edit the individual pages and regenerate this output. This file will be generated by the build system soon and then removed from git.
* cmdline-opts: added some missing infoDaniel Stenberg2016-12-164-0/+4
|
* CURLINFO_SSL_VERIFYRESULT.3: languageDaniel Stenberg2016-12-161-3/+3
|
* HTTPS-PROXY docs: update/polishDaniel Stenberg2016-12-1612-126/+129
|
* cmdline-opts/page-header: mention it is generatedDaniel Stenberg2016-12-161-1/+3
| | | | | ... to avoid people from trying to edit the pending curl.1 version that gets generated by gen.pl
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-1612-29/+80
| | | | | | | CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY Added the corresponding --preroxy command line option. Sets a SOCKS proxy to connect to _before_ connecting to a HTTP(S) proxy.
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-163-15/+14
| | | | | | | ... the newly introduced CURLOPT_SOCKS_PROXY is special and should be asked for specially. (Needs new code.) Unified proxy type to a single variable in the config struct.
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-166-107/+13
| | | | | | This was added as part of the SOCKS+HTTPS proxy merge but there's no need to support this as we prefer to have the protocol specified as a prefix instead.
* curl_multi_socket.3: fix typoDaniel Stenberg2016-12-151-1/+1
|
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-1486-226/+413
| | | | | ... they're already frowned upon in our source code style guide, this now enforces the rule harder.
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-1381-260/+281
| | | | In order to make the code style more uniform everywhere
* ISSUE_TEMPLATE: try mentioning known bugs/todo in new issue templateDaniel Stenberg2016-12-111-0/+3
|