Replace avhttp with libcurl
authorunknown <mark.roszko@gmail.com>
Tue, 22 Dec 2015 14:19:00 +0000 (15:19 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)
commita0bdf2ba94bd2d46313686fffe3424e328d204c9
tree316a1cc189139eccd83daee4ee0b8e7b04baf5ea
parent995194f742839a634180fd87d9580a28668da255
Replace avhttp with libcurl

Some fixes:
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

Gbp-Pq: Topic fixes
Gbp-Pq: Name Replace-avhttp-with-libcurl.patch
Documentation/development/compiling.md
common/basicframe.cpp
common/kicad_curl/kicad_curl.cpp
common/kicad_curl/kicad_curl_easy.cpp
include/kicad_curl/kicad_curl.h
include/kicad_curl/kicad_curl_easy.h
pcbnew/github/CMakeLists.txt
pcbnew/github/github_getliblist.cpp
pcbnew/github/github_plugin.cpp