index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1032 from lioncash/sanitize
bunnei
2018-08-13
1
-10
/
+10
|
\
|
*
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-12
1
-10
/
+10
*
|
Merge pull request #1031 from lioncash/verbosity
bunnei
2018-08-13
2
-7
/
+7
|
\
\
|
*
|
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
2
-6
/
+6
|
*
|
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-12
1
-1
/
+1
|
|
/
*
|
vfs: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
1
-1
/
+1
*
|
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
3
-9
/
+15
*
|
made ResultStatus a u16
David Marcec
2018-08-12
2
-2
/
+2
|
/
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
5
-35
/
+95
*
Merge pull request #990 from lioncash/entry
bunnei
2018-08-09
1
-3
/
+9
|
\
|
*
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
1
-3
/
+9
*
|
vfs: Fix documentation
Zach Hilman
2018-08-08
1
-2
/
+2
*
|
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
1
-1
/
+1
*
|
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
1
-17
/
+27
*
|
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-08
1
-2
/
+10
*
|
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-08-08
1
-0
/
+1
*
|
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-08
1
-1
/
+3
*
|
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-08
2
-81
/
+290
*
|
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-08
2
-3
/
+211
|
/
*
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
4
-0
/
+13
|
\
|
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
3
-0
/
+6
|
*
Use const where applicable
Zach Hilman
2018-08-06
1
-1
/
+1
|
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
1
-0
/
+7
*
|
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-04
2
-7
/
+39
|
/
*
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
6
-44
/
+446
|
\
|
*
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
1
-5
/
+5
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
1
-2
/
+8
|
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
3
-17
/
+33
|
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
4
-9
/
+14
|
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
4
-45
/
+30
|
*
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
1
-1
/
+2
|
*
Remove files that are not used
Zach Hilman
2018-08-01
6
-36
/
+425
*
|
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
1
-2
/
+2
*
|
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-08-02
1
-2
/
+5
|
/
*
partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
Lioncash
2018-07-29
1
-3
/
+2
*
RomFS Extraction
Zach Hilman
2018-07-27
11
-20
/
+347
*
Merge pull request #785 from lioncash/fs
bunnei
2018-07-23
1
-3
/
+3
|
\
|
*
partition_filesystem: Use std::move where applicable
Lioncash
2018-07-23
1
-3
/
+3
*
|
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-23
2
-20
/
+33
|
/
*
NRO Assets and NACP file format
Zach Hilman
2018-07-23
2
-0
/
+123
*
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
1
-2
/
+5
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
6
-89
/
+150
*
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
1
-3
/
+3
*
Merge pull request #754 from lioncash/part
bunnei
2018-07-21
2
-8
/
+20
|
\
|
*
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...
Lioncash
2018-07-20
1
-2
/
+3
|
*
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
2
-0
/
+4
|
*
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
2
-2
/
+3
|
*
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-20
2
-4
/
+10
*
|
Merge pull request #755 from lioncash/ctor
bunnei
2018-07-21
1
-8
/
+8
|
\
\
|
*
|
file_sys/errors: Remove redundant object constructor calls
Lioncash
2018-07-20
1
-8
/
+8
|
|
/
[next]