[Issue 21824] broken CentOS:8 installation due to conflicting libcurl(x86-32)

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21824 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 20690] Static LibCurl

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 14960] libcurl linking issues on linux

2022-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14960 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21824] New: broken CentOS:8 installation due to conflicting libcurl(x86-32)

2021-04-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21824 Issue ID: 21824 Summary: broken CentOS:8 installation due to conflicting libcurl(x86-32) Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 20690] Static LibCurl

2020-03-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 --- Comment #6 from kinke --- (In reply to kinke from comment #5) > In that case, the custom static curl library will almost certainly need to > be built with a special config, using `__declspec(dllexport)` for the > implementations, so that the

[Issue 20690] Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #5 from kinke --- (In

[Issue 20690] Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
~ > As Richard mentioned, the first lookup is on the binary itself. Do you have > `libcurl.dll` in the folder your binary is in ? Have you ever built a D program that uses static LibCurl? Because I find it hard to believe what you are saying. I have built hundreds of static Windows pr

[Issue 20690] Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #3 from Jacob

[Issue 20690] Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #2

[Issue 20690] Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #1

[Issue 20690] New: Static LibCurl

2020-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20690 Issue ID: 20690 Summary: Static LibCurl Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1

Re: libcurl acting differently to curl.exe

2017-12-11 Thread ikod via Digitalmars-d-learn
On Monday, 11 December 2017 at 03:53:25 UTC, Josh wrote: The POST C code was: /* Sample code generated by the curl command line tool ** * All curl_easy_setopt() options are documented at: * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html Maybe off-topic but you can

Re: libcurl acting differently to curl.exe

2017-12-10 Thread Josh via Digitalmars-d-learn
The POST C code was: /* Sample code generated by the curl command line tool ** * All curl_easy_setopt() options are documented at: * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html / #include

libcurl acting differently to curl.exe

2017-12-10 Thread Josh via Digitalmars-d-learn
I'm trying to use libcurl in D to download a page that requires logging in first. At the moment though, I can't even get the logging in working. I tried with curl.exe, got it working, and used the --libcurl command to export C code that I then turned into (I think) equivalent D code

Re: libcurl

2016-10-21 Thread Suliman via Digitalmars-d
On Saturday, 22 October 2016 at 01:20:52 UTC, Andrei Alexandrescu wrote: Guess we need to get ready! https://curl.haxx.se/mail/lib-2016-10/0076.html -- Andrei I think that it much better to force https://github.com/ikod/dlang-requests developing its much easier than curl and its native

libcurl

2016-10-21 Thread Andrei Alexandrescu via Digitalmars-d
Guess we need to get ready! https://curl.haxx.se/mail/lib-2016-10/0076.html -- Andrei

[Issue 13324] dynamically load libcurl at runtime

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13324 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14760] Clear content-length for libcurl option to eliminate segmentation fault.

2015-10-04 Thread via Digitalmars-d-bugs
https://github.com/D-Programming-Language/phobos/commit/70028953a9a39b8578378c026e0924cbcafb081c Merge pull request #3464 from karronoli/fix-curl-segv https://github.com/D-Programming-Language/phobos/commit/404c3cd9df4ab83cc35e670b6d1077bbb84878e2 fix Issue 14760 - Clear content-length for libcurl

[Issue 14960] libcurl linking issues on linux

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14960 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 14960] New: libcurl linking issues on linux

2015-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14960 Issue ID: 14960 Summary: libcurl linking issues on linux Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal Priority

[Issue 14760] Clear content-length for libcurl option to eliminate segmentation fault.

2015-08-21 Thread via Digitalmars-d-bugs
- Clear content-length for libcurl - content-length must be set to allow follow-up post/put/trace requests with empty body - reset content-length to 0 after _basicHTTP https://github.com/D-Programming-Language/phobos/commit/fadfe88564fa7eff6ebc7fad2ad02ae5d62ebc9c Merge pull request #3567 from

[Issue 14760] Clear content-length for libcurl option to eliminate segmentation fault.

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14760 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7cbf6c6bff93081ed377a18cbe53c3dfb03df72a Fix issue 14760

[Issue 14760] New: Clear content-length for libcurl option to eliminate segmentation fault.

2015-07-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14760 Issue ID: 14760 Summary: Clear content-length for libcurl option to eliminate segmentation fault. Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 13042] std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13042 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 13324] dynamically load libcurl at runtime

2015-05-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13324 --- Comment #2 from Martin Nowak c...@dawg.eu --- Also see issue 7044. --

[Issue 13324] dynamically load libcurl at runtime

2015-02-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13324 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #1 from Martin

[Issue 13324] New: dynamically load libcurl at runtime

2014-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13324 Issue ID: 13324 Summary: dynamically load libcurl at runtime Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement

[Issue 13042] std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2014-07-11 Thread via Digitalmars-d-bugs
- std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer https://github.com/D-Programming-Language/phobos/commit/2206d5075df746a7da28ad3697f6f6514e5217ca Merge pull request #2307 from brocolis/fix13042 Fix Issue 13042 - std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer --

[Issue 13042] std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2014-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13042 --- Comment #1 from brocolis broco...@eml.cc --- https://github.com/D-Programming-Language/phobos/pull/2307 --

[Issue 13042] std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2014-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13042 --- Comment #2 from brocolis broco...@eml.cc --- FYI, there's an ongoing discussion on the curl:bugs mailing list. http://curl.haxx.se/mail/tracker-2014-07/0030.html --

[Issue 13042] New: std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2014-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13042 Issue ID: 13042 Summary: std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer Product: D Version: unspecified Hardware: All OS: Windows

Getting libcurl for 64 bit Windows

2014-06-26 Thread Mark Isaacson via Digitalmars-d-learn
I am attempting to make use of std.net.curl and having trouble acquiring libcurl for 64 bit Windows. I need to be able to link with the MSVC linker (which happens to be the default when compiling using dmd with -m64). I've looked on the libcurl website and not found any downloads that look

Re: Getting libcurl for 64 bit Windows

2014-06-26 Thread Mark Isaacson via Digitalmars-d-learn
Managed to build it successfully I think, but have actually returned to the problem that initially caused me to want to try and build the library in the first place: If I try to build a simple program: import std.stdio; import std.net.curl; void main() { writeln(Hello world); } The program

Re: Getting libcurl for 64 bit Windows

2014-06-26 Thread Andrei Alexandrescu via Digitalmars-d-learn
. Does anyone have good instructions for building libcurl on Win64, or prebuild .lib and .dll files? Thanks very much, Andrei

Re: Getting libcurl for 64 bit Windows

2014-06-26 Thread Mark Isaacson via Digitalmars-d-learn
Resolved the issue.

Re: Getting libcurl for 64 bit Windows

2014-06-26 Thread Brad Roberts via Digitalmars-d-learn
instructions for building libcurl on Win64, or prebuild .lib and .dll files? Thanks very much, Andrei

[Issue 12098] libcurl bad argument on handle null

2014-02-27 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 --- Comment #6 from github-bugzi...@puremagic.com 2014-02-27 20:13:29 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 12098] libcurl bad argument on handle null

2014-02-11 Thread d-bugmail
/701768ccfc3ec64856794bf19df9a9b65450feb0 fix Issue 12098 - libcurl bad argument on handle null https://github.com/D-Programming-Language/phobos/commit/66b3b884185a792997ba047452d1b7531de7dc01 Merge pull request #1920 from 9rnsr/fix12098 [REG2.065a] Issue 12098 - libcurl bad argument on handle null -- Configure issuemail

[Issue 12098] libcurl bad argument on handle null

2014-02-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12098] libcurl bad argument on handle null

2014-02-11 Thread d-bugmail
/71ca5f37b84bb63cd287681ee31915027ea8a7cf Merge pull request #1920 from 9rnsr/fix12098 [REG2.065a] Issue 12098 - libcurl bad argument on handle null -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 12098] libcurl bad argument on handle null

2014-02-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 12098] libcurl bad argument on handle null

2014-02-08 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 12098] New: libcurl bad argument on handle null

2014-02-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 Summary: libcurl bad argument on handle null Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 12098] libcurl bad argument on handle null

2014-02-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12098 John Colvin john.loughran.col...@gmail.com changed: What|Removed |Added CC|

Re: fedora libcurl-gnutls issue

2013-11-13 Thread jean christophe
On Friday, 27 September 2013 at 19:44:18 UTC, Joshua Niehus wrote: On Friday, 27 September 2013 at 16:52:49 UTC, Dicebot wrote: Simply building dmd/phobos from git tag should result in proper linkage. Nothing is ever simple with me :) Thanks Dejan and Dicebot +1, build phobos from sources

fedora libcurl-gnutls issue

2013-09-27 Thread Joshua Niehus
http://d.puremagic.com/issues/show_bug.cgi?id=10710 Does anyone know if there is there a workaround for this issue? Unfortunately Im stuck with fedora and cant jump to another OS... Thanks

Re: fedora libcurl-gnutls issue

2013-09-27 Thread Dejan Lekic
On Friday, 27 September 2013 at 16:41:42 UTC, Joshua Niehus wrote: http://d.puremagic.com/issues/show_bug.cgi?id=10710 Does anyone know if there is there a workaround for this issue? Unfortunately Im stuck with fedora and cant jump to another OS... Thanks Option 1: Rebuild curl RPM with

Re: fedora libcurl-gnutls issue

2013-09-27 Thread Dicebot
On Friday, 27 September 2013 at 16:41:42 UTC, Joshua Niehus wrote: http://d.puremagic.com/issues/show_bug.cgi?id=10710 Does anyone know if there is there a workaround for this issue? Unfortunately Im stuck with fedora and cant jump to another OS... Thanks Simply building dmd/phobos from

Re: fedora libcurl-gnutls issue

2013-09-27 Thread Joshua Niehus
On Friday, 27 September 2013 at 16:52:49 UTC, Dicebot wrote: Simply building dmd/phobos from git tag should result in proper linkage. Nothing is ever simple with me :) Thanks Dejan and Dicebot

libcurl vulnerability

2013-02-08 Thread Vladimir Panteleev
Hello everyone, Please be advised that the curl library, versions 7.26.0 to and including 7.28.1, is vulnerable to a buffer overflow vulnerability. Although the vulnerability is in email-related code (and thus affects the POP3, SMTP and IMAP protocols), a malicious/compromised HTTP server

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Gleb
Hi guys! Brad Anderson Wrote: On Thu, Mar 15, 2012 at 3:10 AM, Gavin wzy17...@gmail.com wrote: 2.058 for Windows was released without std.net.curl built in. You'll have to rebuild phobos to get it working. It's not too hard though. I tried to rebuild Phobos using the instructions from this

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Brad Anderson
On Fri, Mar 30, 2012 at 1:52 AM, Gleb s4mm...@gmail.com wrote: Hi guys! Brad Anderson Wrote: On Thu, Mar 15, 2012 at 3:10 AM, Gavin wzy17...@gmail.com wrote: 2.058 for Windows was released without std.net.curl built in. You'll have to rebuild phobos to get it working. It's not too hard

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Gleb
On Friday, 30 March 2012 at 17:19:30 UTC, Brad Anderson wrote: You can find a proper win32.mak here: https://gist.github.com/3816217ffd041d62d6bd It worked like a charm! Thanks a lot!

Re: Having trouble setting up libcurl on Windows 7

2012-03-15 Thread Gavin
On Thursday, 15 March 2012 at 08:59:58 UTC, Gavin wrote: How do I setup libcurl on Windows 7? I want to use the functions from the std.net.curl module. Here's what I did: I downloaded the zip file from here http://curl.haxx.se/libcurl/d/ According to the instructions in the read-me file, I

Re: Having trouble setting up libcurl on Windows 7

2012-03-15 Thread Brad Anderson
On Thu, Mar 15, 2012 at 3:10 AM, Gavin wzy17...@gmail.com wrote: On Thursday, 15 March 2012 at 08:59:58 UTC, Gavin wrote: How do I setup libcurl on Windows 7? I want to use the functions from the std.net.curl module. Here's what I did: I downloaded the zip file from here http

Re: libcurl

2011-05-20 Thread Jacob Carlborg
On 2011-05-19 23:45, Walter Bright wrote: On 5/19/2011 1:28 PM, jdrewsen wrote: It seems to be on digitalmars.com now so I guess you did it yourself :) http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html Wow!! The Jump to section fills up my entire screen. -- /Jacob Carlborg

Re: libcurl

2011-05-20 Thread jdrewsen
Den 19-05-2011 22:50, Andrei Alexandrescu skrev: On 5/19/11 3:28 PM, jdrewsen wrote: [snip] Speaking of which, what's the status on recycling them buffers? :o) I'm slowly going through all the suggestions I received in the Curl wrapper thread. I still haven't fixed the recycling buffers

Re: libcurl

2011-05-20 Thread Andrei Alexandrescu
On 5/20/11 4:16 PM, jdrewsen wrote: Den 19-05-2011 22:50, Andrei Alexandrescu skrev: On 5/19/11 3:28 PM, jdrewsen wrote: [snip] Speaking of which, what's the status on recycling them buffers? :o) I'm slowly going through all the suggestions I received in the Curl wrapper thread. I still

Re: libcurl

2011-05-19 Thread jdrewsen
Den 19-05-2011 00:46, Andrei Alexandrescu skrev: On 5/18/11 5:34 PM, jdrewsen wrote: Den 18-05-2011 19:59, Walter Bright skrev: On 5/18/2011 10:50 AM, Andrei Alexandrescu wrote: I sat down to write an announcement to the libcurl mailing list that we have support for it starting with 2.053

Re: libcurl

2011-05-19 Thread Andrei Alexandrescu
On 5/19/11 3:28 PM, jdrewsen wrote: Den 19-05-2011 00:46, Andrei Alexandrescu skrev: On 5/18/11 5:34 PM, jdrewsen wrote: Den 18-05-2011 19:59, Walter Bright skrev: On 5/18/2011 10:50 AM, Andrei Alexandrescu wrote: I sat down to write an announcement to the libcurl mailing list that we have

Re: libcurl

2011-05-19 Thread Andrei Alexandrescu
On 5/19/11 3:28 PM, jdrewsen wrote: [snip] Speaking of which, what's the status on recycling them buffers? :o) Andrei

Re: libcurl

2011-05-19 Thread Walter Bright
. It could definitely benefit from a more professional take on it - 1. providing sections such as License:, Copyright:, etc., like other Phobos modules 2. include hyperlinks to where to get libcurl, online documentation for curl, etc.

Re: libcurl

2011-05-18 Thread Walter Bright
On 5/18/2011 10:50 AM, Andrei Alexandrescu wrote: I sat down to write an announcement to the libcurl mailing list that we have support for it starting with 2.053. To my surprise, when I tried to provide a link to the documentation, there wasn't any available. Furthermore, when I tried

libcurl

2011-05-18 Thread Andrei Alexandrescu
I sat down to write an announcement to the libcurl mailing list that we have support for it starting with 2.053. To my surprise, when I tried to provide a link to the documentation, there wasn't any available. Furthermore, when I tried to generate documentation it came messed up. Obviously

Re: libcurl

2011-05-18 Thread jdrewsen
Den 18-05-2011 19:59, Walter Bright skrev: On 5/18/2011 10:50 AM, Andrei Alexandrescu wrote: I sat down to write an announcement to the libcurl mailing list that we have support for it starting with 2.053. To my surprise, when I tried to provide a link to the documentation, there wasn't any

Re: libcurl

2011-05-18 Thread Andrei Alexandrescu
On 5/18/11 5:34 PM, jdrewsen wrote: Den 18-05-2011 19:59, Walter Bright skrev: On 5/18/2011 10:50 AM, Andrei Alexandrescu wrote: I sat down to write an announcement to the libcurl mailing list that we have support for it starting with 2.053. To my surprise, when I tried to provide a link

Re: Linking Phobos with libcurl

2010-05-11 Thread Lars T. Kyllingstad
On Mon, 10 May 2010 20:38:02 -0700, Andrei Alexandrescu wrote: Libcurl (http://curl.haxx.se/libcurl/) is a high quality library for HTTP and FTP. I was thinking of using libcurl from Phobos, and as usual this brings up the usual suspects in terms of distribution and licensing. Does anyone

Re: Linking Phobos with libcurl

2010-05-11 Thread Andrei Alexandrescu
Lars T. Kyllingstad wrote: On Mon, 10 May 2010 20:38:02 -0700, Andrei Alexandrescu wrote: Libcurl (http://curl.haxx.se/libcurl/) is a high quality library for HTTP and FTP. I was thinking of using libcurl from Phobos, and as usual this brings up the usual suspects in terms of distribution

Linking Phobos with libcurl

2010-05-10 Thread Andrei Alexandrescu
Libcurl (http://curl.haxx.se/libcurl/) is a high quality library for HTTP and FTP. I was thinking of using libcurl from Phobos, and as usual this brings up the usual suspects in terms of distribution and licensing. Does anyone have insights about libcurl that could help us with this decision