index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
Age
Commit message (
Expand
)
Author
2018-08-09
Merge pull request #990 from lioncash/entry
bunnei
2018-08-08
vfs: Fix documentation
Zach Hilman
2018-08-08
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-08
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-08-08
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-08
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-08
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-08
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
Use const where applicable
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-04
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-02
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-08-01
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-29
partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
Lioncash
2018-07-27
RomFS Extraction
Zach Hilman
2018-07-23
Merge pull request #785 from lioncash/fs
bunnei
2018-07-23
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-23
partition_filesystem: Use std::move where applicable
Lioncash
2018-07-23
NRO Assets and NACP file format
Zach Hilman
2018-07-22
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
Merge pull request #754 from lioncash/part
bunnei
2018-07-21
Merge pull request #755 from lioncash/ctor
bunnei
2018-07-20
file_sys/errors: Remove redundant object constructor calls
Lioncash
2018-07-20
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-20
vfs_offset: Simplify TrimToFit()
Lioncash
2018-07-20
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...
Lioncash
2018-07-20
vfs: Use variable template variants of std::is_trivially_copyable
Lioncash
2018-07-20
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...
Lioncash
2018-07-20
Merge pull request #737 from lioncash/move
bunnei
2018-07-20
vfs_offset: std::move file and name parameters of OffsetVfsFile
Lioncash
2018-07-19
partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()
Lioncash
2018-07-19
Merge pull request #703 from lioncash/const
bunnei
2018-07-19
Merge pull request #702 from lioncash/initialize
bunnei
[next]