kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22169
Re: [rfc patch] replace avhttp with libcurl
Here ya go.
1. Fixed an assumption somebody originally made in the plugin that
std::string had contiguous storage. This is not specced behavior pre
C++11 so we gamble by calling .reserve() which should give a far
better guarantee.
2. Added copy to clipboard information for curl
3. Removed some openssl references in compiling.md
4. Renamed struct vars to be uppercase to match "public var" code style policy
On Mon, Dec 21, 2015 at 5:31 PM, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
> Sorry about that. I'm starting to lose track of the patches due to the
> volume. Would you please send me a diff against what I committed when
> you get a chance?
>
>
> On 12/21/2015 4:47 PM, Mark Roszko wrote:
>> FYI, you committed the older patch :/ The newer email thread had the
>> newer patch/
>>
>
--
Mark
Attachment:
0001-Tweaks-for-curl-usage.patch
Description: Binary data
Follow ups
References
-
[rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-03
-
Re: [rfc patch] replace avhttp with libcurl
From: jp charras, 2015-12-03
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-03
-
Re: [rfc patch] replace avhttp with libcurl
From: jp charras, 2015-12-03
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-03
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-04
-
Re: [rfc patch] replace avhttp with libcurl
From: Wayne Stambaugh, 2015-12-08
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-08
-
Re: [rfc patch] replace avhttp with libcurl
From: Wayne Stambaugh, 2015-12-09
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-10
-
Re: [rfc patch] replace avhttp with libcurl
From: Jon Neal, 2015-12-10
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-11
-
Re: [rfc patch] replace avhttp with libcurl
From: Wayne Stambaugh, 2015-12-21
-
Re: [rfc patch] replace avhttp with libcurl
From: Mark Roszko, 2015-12-21
-
Re: [rfc patch] replace avhttp with libcurl
From: Wayne Stambaugh, 2015-12-21