citra-nightly/src
liushuyu af24f75c18
externals: update httplib and libressl ...
* In older `httplib`, SSL connections were not handled correctly and
  will have issues with proxy servers. Also, keep alive directives were
  not available back then, which is probably necessary to implement
  HTTP_C service correctly.
* Another reason being `httplib` now requires OpenSSL 1.1+ API while
  LibreSSL 2.x provided OpenSSL 1.0 compatible API.
* The bundled LibreSSL has been updated to 3.2.2 so it now provides
  OpenSSL 1.1 compatible API now.
* Also the path hint has been added so that it will find the correct
  path to the CA certs on *nix systems.
* An option is provided so that *nix system distributions/providers can
  use their own SSL implementations when compiling Yuzu/Citra to
  (hopefully) complies with their maintenance guidelines.
* LURLParse is also removed since `httplib` can handle
  `scheme:host:port` string itself now.
2022-01-13 19:32:50 -07:00
..
android android: Update .gitignore for CXX compile cache. 2021-09-29 22:51:15 +05:30
audio_core Merge pull request #5823 from SachinVin/dyn 2021-10-03 18:58:20 +05:30
citra Merge pull request #5501 from FearlessTobi/port-1064-3948 2021-04-23 22:58:08 -07:00
citra_qt Merge pull request #5851 from flibitijibibo/master 2021-12-12 20:23:09 +05:30
common Merge pull request #5906 from SachinVin/android2 2022-01-04 17:40:33 -08:00
core externals: update httplib and libressl ... 2022-01-13 19:32:50 -07:00
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
input_common Add support for SDL controller accelerometer/gyro events 2021-09-18 12:24:38 -04:00
network fix(net): prevent gibberish padding on linux 2021-03-30 08:55:58 -04:00
tests tests: Fix warning about comparison between signed and unsigned (#5632) 2020-12-05 22:20:50 +01:00
video_core Fix software renderer for empty texture addresses (#5893) 2022-01-07 11:36:01 -06:00
web_service externals: update httplib and libressl ... 2022-01-13 19:32:50 -07:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Use GitHub Actions as CI service (#5602) 2020-11-12 06:21:35 +01:00