Megamouse
|
3056a4db83
|
Qt: don't deleteLater the progress_dialog
It's already deleted on close by Qt anyway.
Also, remove QObject from curl_handle.
|
2024-03-09 15:18:20 +01:00 |
|
Megamouse
|
15cd05cdfb
|
curl: use native CA store instead of deploying cacert.pem
|
2023-12-12 01:23:05 +01:00 |
|
Silent
|
c5748983f6
|
WolfSSL: Use a custom UTF-8 aware _stat on Windows
|
2022-03-21 15:47:27 +01:00 |
|
Silent
|
8c9090fd03
|
WolfSSL: Use a custom UTF-8 aware fopen on Windows
Fixes loading cacert.pem from Unicode directories
|
2022-01-12 03:35:15 +03:00 |
|
Megamouse
|
cbec04cd0f
|
Curl: fix --verbose-curl option
|
2021-11-11 17:37:22 +01:00 |
|
Megamouse
|
2359ba9aed
|
curl: add verbose logging
and really verbose logging i you use --verbose-curl
|
2021-11-11 00:36:42 +01:00 |
|
Megamouse
|
1060e93783
|
curl: log errors
|
2021-08-28 17:37:52 +02:00 |
|
Megamouse
|
1caf81811a
|
Move unspecific Emulator code out of System.cpp
|
2021-04-24 11:21:22 +03:00 |
|
Megamouse
|
03b76b4606
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
Nekotekina
|
b7bf316c1a
|
Don't randomly include "stdafx.h"
It's file for precompiled headers.
Include what is used, don't rely on transitive includes.
|
2020-12-22 14:32:30 +03:00 |
|
RipleyTom
|
af8c661a64
|
Remove BOM markers
|
2020-12-06 15:30:12 +03:00 |
|
RipleyTom
|
cd4eed0704
|
Gives ANSI path to curl CURLOPT_CAINFO
|
2020-03-27 14:23:20 +03:00 |
|
Megamouse
|
b447e6f55d
|
Qt: use simple curl wrapper to avoid some pitfalls
|
2020-03-22 19:16:25 +01:00 |
|