36 Commits (77ed53ab259e121434c35a1cda6014a91111e92c)

Author SHA1 Message Date
Marek Roszko c189053ee5 CURLINFO_SIZE_DOWNLOAD_T is a enum entry, use the version check instead 3 years ago
Marek Roszko 94b5ddbb50 CURLOPT_XFERINFOFUNCTION is an enum entry not a define, the check is invalid 3 years ago
Marek Roszko ac94995f70 Some more wxS 3 years ago
luz paz 79fa911e0e Fix various typos 3 years ago
Marek Roszko 65d4d6eada Fix typo in comment 4 years ago
Marek Roszko 3ede5f42be Set curl to use the Windows cert store 4 years ago
Ian McInerney 14780ab2e4 Code cleaning un kicad_curl_easy 4 years ago
Seth Hillbrand d60474d3ef Fix missing const 4 years ago
Rachel Mant a0fe10031d Fix curl usage so it builds on CentOS 7 4 years ago
jean-pierre charras bfd09a4d16 Avoid calling deprecated wxPlatformInfo::GetArchName() in more than one place. 4 years ago
Marek Roszko b20317ca84 Some minor cleanup of the proxy detect 4 years ago
Jon Evans 23e0751b2e fix clang build 4 years ago
Marek Roszko e2926f69a5 Add support to fetch windows proxy config for use with curl 4 years ago
Ian McInerney 094fdc1b13 Limit CURL to only support HTTP(S) protocols 4 years ago
Wayne Stambaugh ad1ee958b0 Code cleaning. 4 years ago
Jeff Young d61411c853 Fix compile error. 4 years ago
jean-pierre charras f59e66a897 Do not include kicad_curl.h (and therefore curl.h) in kicad_curl_easy.h 4 years ago
qu1ck 0f7c0e3872 PCM implementation 5 years ago
Seth Hillbrand ae51e60f70 Set User-Agent Header 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Érico Nogueira 88a8ef949c Remove OpenSSL locking from kicad_curl. 4 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jon Evans da1ba54188 Expose curl_easy_escape via KICAD_CURL_EASY 6 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
Ian McInerney 9e6e9d0910 Replace remaining Boost mutexs with std::mutex 7 years ago
John Beard 6ad97e5b5b Kicad Curl: Ignore unused functions for OpenSSL >= 1.1.0 7 years ago
jean-pierre charras 8c70681b31 Remove useless includes and more fixes to avoid including curl.h in files, when not mandatory. 8 years ago
jean-pierre charras 6ea6c7219a Avoid including curl.h in dialog about (including curl.h creates constraints with wxWidgets especially on Windows) 8 years ago
Simon Richter 7cee73e8e5 Narrow assumption on OpenSSL use 10 years ago
Simon Wells 145cd47d5c Move copy version information code to about dialog. 10 years ago
jean-pierre charras 6155cba077 kicad_curl.cpp: fix a compil warning on Windows (regression) 10 years ago
Dick Hollenbeck f527b29e68 GitHub plugin: fix threading issues when libcurl is build against openssl. 10 years ago
Wayne Stambaugh ef87a0de54 Fix build errors when casting wxString to const char * with some compilers. 10 years ago
Wayne Stambaugh 5c6c2a0661 GitHub plugin: fix potential multiple initialization of libcurl bug. 10 years ago
unknown e506a4354b Replace avhttp with libcurl: Some fixes: 10 years ago
Mark Roszko e47bc6883d Replace the avhttp library used by the github plugin with libcurl. 10 years ago