Henrik Rydgård
|
8727679353
|
Clean up PathBrowser a bit
Fix UWP build
Fix booting homebrew.
Qt buildfix
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
2e16e83159
|
It never ends...
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
a40b1dec5f
|
Use Path for fullName in dirlisting. Bugfixes.
Buildfixes
UWP: Buildfix.
headless: Buildfix.
Common: Buildfix.
iOS: Buildfixes.
libretro: Buildfix.
Qt: Buildfix.
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
ae06499a0c
|
Change Copy, Rename to use Path. Remove std::string version of Exists().
Buildfixes
Buildfix
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
0d80362c30
|
Change parameter of DeleteDir and friends to Path
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
025bcb1673
|
Introduce Path, start using it all over the place.
Still lots left to convert!
Convert GetSysDirectory to return Path.
More buildfixing
Remove unnecessary Path( constructors
|
2021-05-13 10:39:16 +02:00 |
|
Unknown W. Brackets
|
92ace6716a
|
Common: Fix read of special files with fake size.
On some Linux systems, /sys/ files report a size of 4096, but actually
have less content.
|
2021-05-11 21:57:36 -07:00 |
|
Sean McGovern
|
9e106e1d3d
|
FileUtil: check for errors after a fread() in ReadFileToString()
|
2021-05-11 23:56:45 -04:00 |
|
Unknown W. Brackets
|
36549a960f
|
Common: Fix dir listing extension filter.
Oops. Also correct std::move() usage, which assumed it cleared the
source string.
|
2021-05-10 21:28:51 -07:00 |
|
Unknown W. Brackets
|
b3ce171523
|
Common: Correct ReadFileToString() with no size.
If SEEK_END returns an error, just read bit by bit. Also remove the
unnecessary temp buffer.
|
2021-05-10 18:29:06 -07:00 |
|
Henrik Rydgård
|
d775bf4e4c
|
Merge pull request #14442 from unknownbrackets/path-extension
Update path extension and PSP/GAME/ handling
|
2021-05-10 21:05:05 +02:00 |
|
Unknown W. Brackets
|
f947aa4844
|
Common: Remove OpenCPPFile().
|
2021-05-09 20:21:37 -07:00 |
|
Unknown W. Brackets
|
774b0e07e0
|
Common: Cleanup AssetReader extension filter.
|
2021-05-09 17:57:07 -07:00 |
|
Henrik Rydgård
|
74a652491c
|
Common: Update path browser extension handling.
|
2021-05-09 17:56:05 -07:00 |
|
Unknown W. Brackets
|
3379f33882
|
http: Always use/require progress in requests.
This fixes several cases where we weren't passing cancel flags
consistently.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
af5618705c
|
http: Remove timeoutless requests.
Let's always have timeouts. This timeout is reset even when a single byte
is sent, so it's pretty generous.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
a35b21a5d7
|
http: Set a more useful user agent.
|
2021-04-30 23:12:42 -07:00 |
|
Henrik Rydgård
|
f4a6d291e1
|
Common: Capitalize setCurrentThreadName().
|
2021-04-30 23:02:36 -07:00 |
|
Unknown W. Brackets
|
7e21e9a721
|
Common: Cleanup some mismatched indentation.
Also move initialization from constructors in a few places.
|
2021-04-30 22:59:41 -07:00 |
|
Unknown W. Brackets
|
58d46274ef
|
Common: FileUtil rename buildfix.
|
2021-04-25 14:51:39 -07:00 |
|
Henrik Rydgård
|
a2a0551a83
|
Buildfix, and more renaming while we're at it.
|
2021-04-25 22:25:29 +02:00 |
|
Henrik Rydgård
|
d8583cd0d6
|
Buildfixes
|
2021-04-25 21:13:25 +02:00 |
|
Henrik Rydgård
|
770f7f60e4
|
Delete unused function, rename two more.
|
2021-04-25 20:57:37 +02:00 |
|
Henrik Rydgård
|
77b8a14770
|
Merge GetFileInfo/GetFileDetails into GetFileInfo
|
2021-04-25 20:52:29 +02:00 |
|
Henrik Rydgård
|
08843673d9
|
Rename a couple of functions.
|
2021-04-25 20:39:32 +02:00 |
|