- Sep 20, 2015
-
-
Daniel Stenberg authored
Closes #334
-
Daniel Stenberg authored
-
- Sep 17, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS
-
- Sep 14, 2015
-
-
Jay Satiro authored
- Show how a certificate can be obtained using OpenSSL. Bug: https://github.com/bagder/curl/pull/430 Reported-by: Daniel Hwang
-
- Sep 12, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 11, 2015
-
-
Svyatoslav Mishyn authored
s => is Closes #428
-
- Sep 09, 2015
-
-
Svyatoslav Mishyn authored
long => double
-
- Sep 08, 2015
-
-
Daniel Stenberg authored
If the port number in the proxy string ended weirdly or the number is too large, skip it. Mostly as a means to bail out early if a "bare" IPv6 numerical address is used without enclosing brackets. Also mention the bracket requirement for IPv6 numerical addresses to the man page for CURLOPT_PROXY. Closes #415 Reported-by: Marcel Raad
-
- Sep 06, 2015
-
-
Svyatoslav Mishyn authored
Closes #414 Closes #413
-
- Sep 05, 2015
-
-
Svyatoslav Mishyn authored
leavit => leaveit closes #412
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
- Sep 04, 2015
-
-
Kamil Dudka authored
This reverts commit a60bde79 I have pushed by mistake. Apologies for my incompetent use of the git repo!
-
Daniel Stenberg authored
changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant
-
- Sep 03, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and some general cleaning up
-
Jay Satiro authored
- 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
-
- Sep 01, 2015
-
-
Daniel Stenberg authored
-
- Aug 31, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 30, 2015
-
-
Jay Satiro authored
-
- Aug 29, 2015
-
-
Daniel Stenberg authored
-
- Aug 28, 2015
-
-
Daniel Stenberg authored
-
Nikolai Kondrashov authored
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
-
- Aug 25, 2015
-
-
Svyatoslav Mishyn authored
Closes #398
-
Svyatoslav Mishyn authored
remove redundant '}'
-
- Aug 24, 2015
-
-
Svyatoslav Mishyn authored
Closes #395
-
Daniel Stenberg authored
... since HTTP is forbidden to return any such.
-
Daniel Stenberg authored
-
Razvan Cojocaru authored
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>
-
- Aug 23, 2015
-
-
Nathaniel Waisbrot authored
- 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'.
-
- Aug 19, 2015
-
-
Sam Roth authored
Closes #389 Closes #386
-
- Aug 18, 2015
-
-
Jay Satiro authored
- 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
-
- Aug 15, 2015
-
-
Daniel Stenberg authored
... and changed "oriented" to "related" Closes #378
-