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-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
2018-07-19
Merge pull request #701 from lioncash/moving
bunnei
2018-07-18
savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...
Lioncash
2018-07-18
partition_filesystem: Ensure all class members of PartitionFilesystem are ini...
Lioncash
2018-07-18
content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference
Lioncash
2018-07-18
content_archive: Add missing standard includes
Lioncash
2018-07-18
content_archive: std::move VirtualFile in NCA's constructor
Lioncash
2018-07-18
vfs: Deduplicate accumulation code in VfsDirectory's GetSize()
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-14
FileSys: Append the requested path to the filesystem base path in DeleteFile.
Subv
2018-07-11
Merge pull request #559 from Subv/mount_savedata
bunnei
2018-07-08
savedata_factory: Always create a save directory for games.
bunnei
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-18
Services/FS: Return the correct error code when trying to mount a nonexistent...
Subv
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-25
file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()
Lioncash
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-19
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...
Lioncash
2018-04-19
disk_filesystem: Remove redundant initializer in Disk_Directory's constructor
Lioncash
2018-04-19
disk_filesystem: Make constructors explicit where applicable
Lioncash
2018-04-17
file_sys: Use NGLOG
shinyquagsire23
[next]