51 Commits (199c5bafb9be6d1b70f255d1dd244fc02d01cea2)

Author SHA1 Message Date
dsa-t 9aab186c38 Protect against concurrent wxPlatformInfo access at startup. 6 months ago
Alex Shvartzkop 0c694de209 Protect against calling curl_easy_cleanup after curl_global_cleanup. 10 months ago
Wayne Stambaugh f161d94521 Common folder housekeeping part 2. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Alex Shvartzkop cc96de29e6 Add mutex include. 1 year ago
Alex Shvartzkop 0a53fc41a7 Shut down curl operations before global cleanup. 1 year ago
Marek Roszko c8f646efb1 ADDED: KiCad update check 2 years ago
Marek Roszko 464179894d Another set of movement to kicommon 2 years ago
Jon Evans f70b9920cb Fix some warnings 2 years ago
Alex Shvartzkop 712d61d2c1 KICAD_CURL_EASY: add SetPostFields(). 2 years ago
Marek Roszko cbb8835c87 Add policy to alter curl revoke settings on windows 2 years ago
Mark Roszko a38875d6dd Add env variable to turn on curl verbose 2 years ago
Marek Roszko 8fd4909f86 Init curl in InitPgm for thread safety 3 years ago
qu1ck a6d10c8e97 Enable warnings on msvc 3 years ago
jean-pierre charras 4e27e91b2f KICAD_CURL_EASY: fix compil warnings (avoid using deprecated functions) 3 years ago
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