summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
AgeCommit message (Expand)Author
2017-08-21Revert "Try to fix File::Copy with non-1024-byte aligned sizes"Pierre Bourdon
2017-08-21Merge pull request #5939 from JonnyH/WIP/broken-fstream-copyMarkus Wick
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-08-17Try to fix File::Copy with non-1024-byte aligned sizesJonathan Hamilton
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-16FileUtil: Use errno for printing errors in IsDirectoryLéo Lam
2017-06-16FileUtil: Don't manually strip trailing slashesLéo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-02-16Add some missing INI files to FileUtilRyan Houdek
2017-02-05Copy Wii save for current game for Netplay and TASChris Burgener
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-14CommonPaths: Add D_WFSROOT_IDX.Pierre Bourdon
2017-01-12IOFile: Get rid of IOFile's ReleaseHandle functionLioncash
2017-01-04IOFile: Make the move constructor and move assignment operator noexceptLioncash
2016-12-25Merge pull request #4550 from linkmauve/no-readdir_rMat M
2016-12-25Fix outdated comments in ScanDirectoryTreeJosJuice
2016-12-24Common: Replace deprecated readdir_r with readdirEmmanuel Gil Peyrot
2016-11-26Revert "IOS HLE: Prevent accessing host file system"JosJuice
2016-11-13IOS HLE: Prevent accessing host file systemJosJuice
2016-10-03Merge pull request #2868 from sepalani/dolphin_sslshuffle2
2016-07-18Merge pull request #3859 from Aestek/feature/netplay-md5Anthony Serna
2016-07-17Use the standard stat()/fstat() interfaces, not nonstandard *64().Anthony J. Bentley
2016-07-16Add Wii sdcard to CommonPathsAestek
2016-07-01Added: more SSL features, plus SSL dump folderSepalani
2016-06-30Fall back to default theme when the configured theme doesn't existJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-25make DeleteDirRecursively clean up correctly after failure.Scott Mansell
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-12-29Add support for sending game memory changes to outside processesspxtr
2015-11-12Merge pull request #2304 from linkmauve/xdg-basedirMarkus Wick
2015-11-10FileUtil: Move ShaderCache to the Cache directory.Emmanuel Gil Peyrot
2015-11-10Implement relocatable builds on LinuxMathieu Comandon
2015-10-24GC controller input using named pipesspxtr
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-26Fix VolumeDirectoryJosJuice
2015-06-26GetExeDirectory() shouldn't return paths with /../ in the middle.Admiral H. Curtiss
2015-06-13Fix FreeBSD buildJeffrey Pfau
2015-05-28Add a mode to use a dummy Wii NAND.comex
2015-05-28Fix CopyDir to not require source and dest paths to end with "/".comex
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-15General: Apply the const specifier where applicableLioncash
2015-04-07Common: Remove TLS usage in GetLastErrorMsgdegasus
2015-03-17Fix Wii configuration path being incorrect.Ryan Houdek