]>
granicus.if.org Git - curl/log
Svyatoslav Mishyn [Sun, 6 Sep 2015 16:42:33 +0000 (19:42 +0300)]
CURLOPT_TLSAUTH_TYPE.3: update description
Closes #414
Closes #413
Svyatoslav Mishyn [Sat, 5 Sep 2015 08:45:25 +0000 (11:45 +0300)]
CURLOPT_PATH_AS_IS.3: fix typo
leavit => leaveit
closes #412
Svyatoslav Mishyn [Sat, 5 Sep 2015 08:34:01 +0000 (11:34 +0300)]
CURLINFO_SSL_VERIFYRESULT.3: add short description
Svyatoslav Mishyn [Sat, 5 Sep 2015 08:30:51 +0000 (11:30 +0300)]
CURLINFO_SSL_ENGINES.3: add short description
Svyatoslav Mishyn [Sat, 5 Sep 2015 08:23:59 +0000 (11:23 +0300)]
CURLINFO_CONTENT_LENGTH_UPLOAD.3: replace "receive" with "get" for consistency
Svyatoslav Mishyn [Sat, 5 Sep 2015 08:19:40 +0000 (11:19 +0300)]
CURLINFO_REDIRECT_TIME.3: remove redundant '!'
Kamil Dudka [Fri, 4 Sep 2015 14:10:44 +0000 (16:10 +0200)]
Revert "has: generate the curl/has.h header"
This reverts commit
a60bde79f9adeb135d5c642a07f0d783fbfbbc25 I have
pushed by mistake. Apologies for my incompetent use of the git repo!
Kamil Dudka [Fri, 4 Sep 2015 12:35:36 +0000 (14:35 +0200)]
nss: do not directly access SSL_ImplementedCiphers[]
It causes dynamic linking issues at run-time after an update of NSS.
Bug: https://lists.fedoraproject.org/pipermail/devel/2015-September/214117.html
Daniel Stenberg [Wed, 2 Sep 2015 22:04:10 +0000 (00:04 +0200)]
has: generate the curl/has.h header
changed macro name, moved and renamed script to become docs/libcurl/has.pl,
generate code that is checksrc compliant
Daniel Stenberg [Thu, 3 Sep 2015 21:35:41 +0000 (23:35 +0200)]
gitignore: ignore more generated VC Makefiles
Daniel Stenberg [Thu, 3 Sep 2015 21:34:53 +0000 (23:34 +0200)]
projects/Windows/.gitignore: ignore generated files for release
Daniel Stenberg [Thu, 3 Sep 2015 20:23:50 +0000 (22:23 +0200)]
http2: don't pass on Connection: headers
RFC 7540 section 8.1.2.2 states: "An endpoint MUST NOT generate an
HTTP/2 message containing connection-specific header fields; any message
containing connection-specific header fields MUST be treated as
malformed"
Closes #401
Daniel Stenberg [Thu, 3 Sep 2015 17:52:23 +0000 (19:52 +0200)]
curl.1: update RFC references
Daniel Stenberg [Thu, 3 Sep 2015 15:33:16 +0000 (17:33 +0200)]
CURLOPT_POSTREDIR.3: update RFC number and section
Daniel Stenberg [Thu, 3 Sep 2015 15:27:40 +0000 (17:27 +0200)]
CURLOPT_FOLLOWLOCATION.3: mention methods for redirects
and some general cleaning up
Marcel Raad [Thu, 3 Sep 2015 09:32:39 +0000 (11:32 +0200)]
inet_pton.c: Fix MSVC run-time check failure (2)
This fixes another run-time check failure because of a narrowing cast on
Visual C++.
Closes #408
Jay Satiro [Thu, 3 Sep 2015 06:35:11 +0000 (02:35 -0400)]
docs: Warn about any-domain cookies and multiple transfers
- Warn that cookies without a domain are sent to any domain:
CURLOPT_COOKIELIST, CURLOPT_COOKIEFILE, --cookie
- Note that imported Set-Cookie cookies without a domain are no longer
exported:
CURLINFO_COOKIELIST, CURLOPT_COOKIEJAR, --cookie-jar
Steve Holme [Wed, 2 Sep 2015 05:52:12 +0000 (06:52 +0100)]
tool_sdecls.h: Fixed compilation warning from commit
4a889441d3
tool_sdecls.h:139 warning: comma at end of enumerator list
Daniel Stenberg [Tue, 1 Sep 2015 22:00:53 +0000 (00:00 +0200)]
opts: 8 more CURLINFO* options as stand-alone man pages
Daniel Stenberg [Mon, 31 Aug 2015 21:17:53 +0000 (23:17 +0200)]
RELEASE-NOTES: synced with
c764cb4add1a8
Daniel Stenberg [Mon, 31 Aug 2015 14:03:53 +0000 (16:03 +0200)]
man-pages: more SEE ALSO links
Daniel Stenberg [Mon, 31 Aug 2015 13:27:58 +0000 (15:27 +0200)]
opts: more CURLINFO_* options as stand-alone man pages
Steve Holme [Mon, 31 Aug 2015 10:49:31 +0000 (11:49 +0100)]
sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled
Introduced in commit
59f3f92ba6 this function is only implemented when
CURL_DISABLE_CRYPTO_AUTH is not defined. As such we shouldn't define
the function in the header file either.
Steve Holme [Mon, 31 Aug 2015 10:45:47 +0000 (11:45 +0100)]
sasl: Updated SPN variables and comments for consistency
In places the "host name" and "realm" variable was referred to as
"instance" whilst in others it was referred to as "host".
Daniel Stenberg [Sun, 30 Aug 2015 21:20:31 +0000 (23:20 +0200)]
configure: check for HMAC_Update in openssl
Turns out HMAC_Init is now deprecated in openssl master (and I spelled
HMAC_Init_ex wrong in previous commit)
Steve Holme [Sun, 30 Aug 2015 19:50:52 +0000 (20:50 +0100)]
win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by default
Set HAVE_DES_SET_ODD_PARITY when using OpenSSL/BoringSSL as native
Windows builds don't use the autoconf tools.
Steve Holme [Sun, 30 Aug 2015 19:45:30 +0000 (20:45 +0100)]
des: Fixed compilation warning from commit
613e5022fe
curl_ntlm_core.c:150: warning 'Curl_des_set_odd_parity' undefined;
assuming extern returning int
Steve Holme [Sun, 30 Aug 2015 14:09:43 +0000 (15:09 +0100)]
buildconf.bat: Fixed double blank line in 'curl manual' warning output
Steve Holme [Sun, 30 Aug 2015 10:51:55 +0000 (11:51 +0100)]
makefiles: Added our standard copyright header
But kept the original author, when they were specified in a comment, as
the initial copyright holder.
Jay Satiro [Sun, 30 Aug 2015 03:23:58 +0000 (23:23 -0400)]
CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage now
Daniel Stenberg [Sat, 29 Aug 2015 11:55:00 +0000 (13:55 +0200)]
CURLINFO_RESPONSE_CODE.3: added short description
Daniel Stenberg [Fri, 28 Aug 2015 20:58:00 +0000 (22:58 +0200)]
opts: 7 initial CURLINFO_* options as stand-alone man pages
Nikolai Kondrashov [Fri, 28 Aug 2015 16:53:41 +0000 (19:53 +0300)]
libcurl.m4: Put braces around empty if body
Put braces around empty "if" body in libcurl.m4 check to avoid warning:
suggest braces around empty body in an 'if' statement
and make it work with -Werror builds.
Closes #402
Svyatoslav Mishyn [Tue, 25 Aug 2015 05:31:02 +0000 (08:31 +0300)]
curl_easy_escape.3: escape '\n'
Closes #398
Svyatoslav Mishyn [Tue, 25 Aug 2015 03:49:01 +0000 (06:49 +0300)]
curl_easy_{escape,setopt}.3: fix example
remove redundant '}'
Sergei Nikulov [Tue, 25 Aug 2015 11:56:55 +0000 (14:56 +0300)]
cmake: added Windows SSL support
Closes #399
Daniel Stenberg [Tue, 25 Aug 2015 07:20:56 +0000 (09:20 +0200)]
curl: point out the conflicting HTTP methods if used
It isn't always clear to the user which options that cause the HTTP
methods to conflict so by spelling them out it should hopefully be
easier to understand why curl complains.
Daniel Stenberg [Mon, 24 Aug 2015 22:04:03 +0000 (00:04 +0200)]
curl: clarify that users can only specify one _METHOD_
Svyatoslav Mishyn [Sun, 23 Aug 2015 11:43:04 +0000 (14:43 +0300)]
curl_easy_{escape,unescape}.3: "char *" vs. "const char *"
Closes #395
Patrick Monnerat [Mon, 24 Aug 2015 12:20:34 +0000 (14:20 +0200)]
os400: include new options in wrappers and update ILE/RPG binding.
Daniel Stenberg [Mon, 24 Aug 2015 10:56:20 +0000 (12:56 +0200)]
KNOWN_BUGS: #2, not reading a HEAD response-body is not a bug
... since HTTP is forbidden to return any such.
Daniel Stenberg [Mon, 24 Aug 2015 10:53:38 +0000 (12:53 +0200)]
KNOWN_BUGS: #78 zero-length files is already fixed!
Razvan Cojocaru [Fri, 21 Aug 2015 08:29:05 +0000 (10:29 +0200)]
getinfo: added CURLINFO_ACTIVESOCKET
This patch addresses known bug #76, where on 64-bit Windows SOCKET is 64
bits wide, but long is only 32, making CURLINFO_LASTSOCKET unreliable.
Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
Daniel Stenberg [Mon, 24 Aug 2015 09:31:45 +0000 (11:31 +0200)]
http2: remove dead code
Leftovers from when we removed the private socket hash.
Coverity CID
1317365 , "Logically dead code"
Daniel Stenberg [Mon, 24 Aug 2015 09:29:22 +0000 (11:29 +0200)]
ntlm: mark deliberate switch case fall-through
Coverity CID
1317367 , "Missing break in switch"
Daniel Stenberg [Mon, 24 Aug 2015 09:26:30 +0000 (11:26 +0200)]
http2: on_frame_recv: get a proper 'conn' for the debug logging
"Explicit null dereferenced (FORWARD_NULL)"
Coverity CID
1317366
Daniel Stenberg [Sun, 23 Aug 2015 22:21:08 +0000 (00:21 +0200)]
RELEASE-NOTES: synced with
2acaf3c804
Dan Fandrich [Sun, 23 Aug 2015 18:57:17 +0000 (20:57 +0200)]
tool: fix memory leak with --proto-default option
Nathaniel Waisbrot [Sun, 23 Aug 2015 01:49:26 +0000 (21:49 -0400)]
CURLOPT_DEFAULT_PROTOCOL: added
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default
protocol for schemeless URLs.
- Add new tool option --proto-default to expose
CURLOPT_DEFAULT_PROTOCOL.
In the case of schemeless URLs libcurl will behave in this way:
When the option is used libcurl will use the supplied default.
When the option is not used, libcurl will follow its usual plan of
guessing from the hostname and falling back to 'http'.
Jay Satiro [Sun, 23 Aug 2015 01:19:34 +0000 (21:19 -0400)]
runtests: Allow for spaces in server-verify curl custom path
Daniel Stenberg [Sat, 22 Aug 2015 21:56:55 +0000 (23:56 +0200)]
NTLM: recent boringssl brought DES_set_odd_parity back
... so improve the #ifdefs for using our local implementation.
Daniel Stenberg [Fri, 21 Aug 2015 22:05:03 +0000 (00:05 +0200)]
configure: detect latest boringssl
Since boringssl brought back DES_set_odd_parity again, it cannot be used
to differentiate from boringssl. Using the OPENSSL_IS_BORINGSSL define
seems better anyway.
URL: https://android.googlesource.com/platform/external/curl/+/
f551028d5caab29d4b4a4ae8c159c76c3cfd4887 %5E!/
Original-patch-by: Bertrand Simonnet
Closes #393
Daniel Stenberg [Fri, 21 Aug 2015 21:58:24 +0000 (23:58 +0200)]
configure: change functions to detect openssl (clones)
... since boringssl moved the former ones and the check started to fail.
URL: https://android.googlesource.com/platform/external/curl/+/
f551028d5caab29d4b4a4ae8c159c76c3cfd4887 %5E!/
Original-patch-by: Bertrand Simonnet
Alessandro Ghedini [Fri, 21 Aug 2015 12:50:45 +0000 (14:50 +0200)]
openssl: handle lack of server cert when strict checking disabled
If strict certificate checking is disabled (CURLOPT_SSL_VERIFYPEER
and CURLOPT_SSL_VERIFYHOST are disabled) do not fail if the server
doesn't present a certificate at all.
Closes #392
Daniel Stenberg [Fri, 21 Aug 2015 11:30:08 +0000 (13:30 +0200)]
ftp: clear the do_more bit when the server has connected
The multi state machine would otherwise go into the DO_MORE state after
DO, even for the case when the FTP state machine had already performed
those duties, which caused libcurl to get stuck in that state and fail
miserably. This occured for for active ftp uploads.
Reported-by: Patricia Muscalu
Jactry Zeng [Fri, 21 Aug 2015 04:10:59 +0000 (12:10 +0800)]
travis.yml: Add OS X testbot.
Rémy Léone [Mon, 17 Aug 2015 16:08:55 +0000 (18:08 +0200)]
travis: Upgrading to container based build
http://docs.travis-ci.com/user/migrating-from-legacy
Closes #388
Daniel Stenberg [Thu, 20 Aug 2015 21:12:21 +0000 (23:12 +0200)]
RELEASE-NOTES: synced with
14ff86256b13e
Erik Janssen [Thu, 20 Aug 2015 21:07:03 +0000 (23:07 +0200)]
rtsp: stop reading empty DESCRIBE responses
Based-on-patch-by: Jim Hollinger
Erik Janssen [Thu, 20 Aug 2015 21:02:28 +0000 (23:02 +0200)]
rtsp: support basic/digest authentication
Sam Roth [Tue, 18 Aug 2015 19:42:18 +0000 (14:42 -0500)]
CURLMOPT_PUSHFUNCTION.3: fix argument types
Closes #389
Closes #386
Marcel Raad [Tue, 18 Aug 2015 07:39:38 +0000 (09:39 +0200)]
inet_pton.c: Fix MSVC run-time check failure
Visual Studio complains with a message box:
"Run-Time Check Failure #1 - A cast to a smaller data type has caused a
loss of data. If this was intentional, you should mask the source of
the cast with the appropriate bitmask.
For example:
char c = (i & 0xFF);
Changing the code in this way will not affect the quality of the
resulting optimized code."
This is because only 'val' is cast to unsigned char, so the "& 0xff" has
no effect.
Closes #387
Jay Satiro [Tue, 18 Aug 2015 05:18:27 +0000 (01:18 -0400)]
docs: Update the redirect protocols disabled by default
- Clarify that FILE and SCP are disabled by default since 7.19.4
- Add that SMB and SMBS are disabled by default since 7.40.0
- Add CURLPROTO_SMBS to the list of protocols
Jay Satiro [Tue, 18 Aug 2015 05:03:05 +0000 (01:03 -0400)]
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Daniel Stenberg [Sat, 15 Aug 2015 21:56:28 +0000 (23:56 +0200)]
curl_easy_getinfo.3: fix superfluous space
... and changed "oriented" to "related"
Closes #378
Daniel Stenberg [Sat, 15 Aug 2015 21:36:28 +0000 (23:36 +0200)]
CURLOPT_HTTP_VERSION.3: connection re-use goes before version
Daniel Kahn Gillmor [Sat, 15 Aug 2015 08:33:59 +0000 (10:33 +0200)]
curl.1: Document weaknesses in SSLv2 and SSLv3
Acknowledge that SSLv3 is also widely considered to be insecure.
Also, provide references for people who want to know more about why it's
insecure.
Steve Holme [Fri, 14 Aug 2015 19:59:48 +0000 (20:59 +0100)]
generate.bat: Added support for generating only the prerequisite files
Steve Holme [Fri, 14 Aug 2015 19:44:55 +0000 (20:44 +0100)]
generate.bat: Only call buildconf.bat if it exists
Steve Holme [Fri, 14 Aug 2015 19:38:57 +0000 (20:38 +0100)]
generate.bat: Fixed issues when ran in directories with special chars
Brad King [Fri, 14 Aug 2015 13:35:05 +0000 (15:35 +0200)]
cmake: Fix CurlTests check for gethostbyname_r with 5 arguments
Fix the check code to pass 5 arguments instead of 6. This typo was
introduced by commit
aebfd4cfbf (cmake: fix gethostby{addr,name}_r in
CurlTests, 2014-10-31).
Steve Holme [Fri, 14 Aug 2015 05:54:16 +0000 (06:54 +0100)]
* buildconf.bat: Fixed issues when ran in directories with special chars
Bug: https://github.com/bagder/curl/pull/379
Reported-by: Daniel Seither
Jay Satiro [Fri, 14 Aug 2015 03:29:27 +0000 (23:29 -0400)]
curl_global_init_mem.3: Stronger thread safety warning
Bug: http://curl.haxx.se/mail/lib-2015-08/0016.html
Reported-by: Eric Ridge
Svyatoslav Mishyn [Wed, 12 Aug 2015 11:48:31 +0000 (14:48 +0300)]
curl_multi_add_handle.3: fix a typo
"can not" => "cannot"
closes #377
Alessandro Ghedini [Wed, 12 Aug 2015 09:23:23 +0000 (11:23 +0200)]
docs: fix typos
closes #376
Daniel Stenberg [Wed, 12 Aug 2015 07:07:37 +0000 (09:07 +0200)]
bump: start working toward 7.45.0
Daniel Stenberg [Wed, 12 Aug 2015 06:34:55 +0000 (08:34 +0200)]
THANKS: remove duplicate name
Daniel Stenberg [Wed, 12 Aug 2015 06:32:10 +0000 (08:32 +0200)]
THANKS-filter: merge Todd's names
Daniel Stenberg [Wed, 12 Aug 2015 06:21:44 +0000 (08:21 +0200)]
THANKS: 13 new contributors from the 7.44.0 RELEASE-NOTES
Daniel Stenberg [Tue, 11 Aug 2015 18:13:01 +0000 (20:13 +0200)]
RELEASE-NOTES: synced with
c75a1e775061
Svyatoslav Mishyn [Tue, 11 Aug 2015 18:08:13 +0000 (20:08 +0200)]
curl_formget.3: correct return code
Closes #375
Svyatoslav Mishyn [Tue, 11 Aug 2015 12:45:49 +0000 (15:45 +0300)]
libcurl-tutorial.3: fix formatting
Closes #374
Svyatoslav Mishyn [Tue, 11 Aug 2015 12:39:22 +0000 (15:39 +0300)]
curl_easy_recv.3: fix formatting
Anders Bakken [Tue, 11 Aug 2015 00:26:36 +0000 (17:26 -0700)]
http2: discard frames with no SessionHandle
Return 0 instead of NGHTTP2_ERR_CALLBACK_FAILURE if we can't locate the
SessionHandle. Apparently mod_h2 will sometimes send a frame for a
stream_id we're finished with.
Use nghttp2_session_get_stream_user_data and
nghttp2_session_set_stream_user_data to identify SessionHandles instead
of a hash.
Closes #372
Daniel Stenberg [Mon, 10 Aug 2015 22:16:19 +0000 (00:16 +0200)]
RELEASE-NOTES: synced with
9ee40ce2aba
Viktor Szakats [Mon, 10 Aug 2015 20:48:53 +0000 (22:48 +0200)]
build: refer to fixed libidn versions
closes #371
Daniel Stenberg [Mon, 10 Aug 2015 12:53:48 +0000 (14:53 +0200)]
Revert "configure: disable libidn by default"
This reverts commit
e6749055d65398315fd77f5b5b8234c5552ac2d3 .
... since libidn has since been fixed.
Jakub Zakrzewski [Mon, 10 Aug 2015 11:09:58 +0000 (13:09 +0200)]
CMake: s/HAVE_GSS_API/HAVE_GSSAPI/ to match header define
Otherwise the build only pretended to use GSS-API
Closes #370
Daniel Stenberg [Thu, 6 Aug 2015 13:29:42 +0000 (15:29 +0200)]
SFTP: fix range request off-by-one in size check
Reported-by: Tim Stack
Closes #359
Daniel Stenberg [Sun, 9 Aug 2015 22:12:12 +0000 (00:12 +0200)]
test46: update cookie expire time
... since it went old and thus was expired and caused the test to fail!
Steve Holme [Sun, 9 Aug 2015 16:59:31 +0000 (17:59 +0100)]
generate.bat: Use buildconf.bat for prerequisite file generation
Steve Holme [Sun, 9 Aug 2015 16:57:40 +0000 (17:57 +0100)]
buildconf.bat: Tidy up of comments after recent commits
Steve Holme [Sun, 9 Aug 2015 16:54:09 +0000 (17:54 +0100)]
buildconf.bat: Added full generation of src\tool_hugehelp.c
Added support for generating the full man page based on code from
generate.bat.
Steve Holme [Sun, 9 Aug 2015 16:09:49 +0000 (17:09 +0100)]
buildconf.bat: Added detection of groff, nroff, perl and gzip
To allow for the full generation of tool_hugehelp.c added detection of
the required programs - based on code from generate.bat.
Steve Holme [Sun, 9 Aug 2015 16:02:27 +0000 (17:02 +0100)]
buildconf.bat: Move DOS variable clean-up code to separate function
Rather than duplicate future variables, during clean-up of both success
and error conditions, use a common function that can be called by both.
Steve Holme [Sun, 9 Aug 2015 10:51:55 +0000 (11:51 +0100)]
RELEASE-NOTES: Synced with
39dcf352d2
Steve Holme [Sun, 9 Aug 2015 10:27:33 +0000 (11:27 +0100)]
buildconf.bat: Added error messages on failure
Steve Holme [Sun, 9 Aug 2015 10:04:04 +0000 (11:04 +0100)]
buildconf.bat: Generate and clean files in the same order
Steve Holme [Sun, 9 Aug 2015 10:00:07 +0000 (11:00 +0100)]
buildconf.bat: Maintain compatibility with DOS based systems
Commit
f08e30d7bc broke compatibility with DOS and non Windows NT based
versions of Windows due to the use of the setlocal command.
Jay Satiro [Sun, 9 Aug 2015 06:33:25 +0000 (02:33 -0400)]
CURLOPT_RESOLVE.3: Note removal support was added in 7.42
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html
Reported-by: Inca R