Mingjie Shen
|
274d3db34d
|
fix unbounded write of sprintf
Buffer write operations that do not control the length of data written
may overflow. Fix by replacing sprintf() with snprintf().
|
2024-03-25 00:11:49 -05:00 |
|
armin-25689
|
b3fb22d427
|
fix: it took so long time to connect to the Sunshine host in the FreeBSD
Disable reuse feature for FreeBSD to prevent excessive time from being spent connecting to the Sunshine host
|
2024-01-01 12:41:51 -06:00 |
|
Cameron Gutman
|
098f53cd0b
|
Fix several build warnings and minor bugs
|
2022-11-20 19:34:19 -06:00 |
|
Hugo Hromic
|
434dba31de
|
General codebase clean-ups (no code changes)
* Remove trailing spaces
* Replace TABs with spaces
* Add missing indentation
|
2019-10-05 19:13:24 +01:00 |
|
Iwan Timmer
|
cbf31be73b
|
Add debug option to show http traffic
|
2017-06-11 18:14:32 +02:00 |
|
tezcatli
|
aa6f297707
|
Workaround: Disable ssl session id cache. For unknown reason, this feature prevents pairing on yocto fido (not on morty) with GFE 3.3.0.95
|
2017-02-26 18:48:30 +01:00 |
|
Iwan Timmer
|
503a8982d8
|
Fix connection problems in libgamestream
|
2015-08-09 22:29:03 +02:00 |
|
Iwan Timmer
|
5a230c98f1
|
Fix a few chrashes is libgamestream
|
2015-08-02 15:00:03 +02:00 |
|
Iwan Timmer
|
06265eddad
|
Specify directory to load certificate data from
|
2015-07-23 13:05:51 +02:00 |
|
Iwan Timmer
|
c18bd2d194
|
Rename functions in libgamestream and provide better error handling
|
2015-07-23 12:04:33 +02:00 |
|
Iwan Timmer
|
d4ba4a5f8f
|
Split application in client and library
|
2015-06-27 17:29:54 +02:00 |
|