aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2010-07-05DS: Fix error in std_fopen (warnings are great :)Max Horn
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
2010-07-05DS: Fix warnings, cleanupMax Horn
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15Fix spelling, cleanupMax Horn
2010-06-06PSP: faster way of getting file sizeYotam Barnoy
2010-05-27PSP: fixed issue with handling of EOS. Caused crashes.Yotam Barnoy
2010-05-26PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ...Yotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12remove useless getObjectName() methodJoost Peters
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
2009-11-23Remove unnecessary #include errno.hMax Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-23PS2: cleanupMax Horn
2009-11-23Remove obsolete OSX & NDS specific stuff from StdioStream codeMax Horn
2009-10-09PS2: Fix warning, use fully qualified path for backend specific header ps2temp.hMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Backported NDS changes from 1.0.0 branch to trunkMax Horn
2009-09-25Patch #2856708: AMIGAOS4: FS updated to new SDKMax Horn
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
2009-09-20Mention mount errors on the status labels.Andre Heider
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-08-15Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()Joost Peters
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-03-19Merged Neil's NDS changes into trunkMax Horn
2009-03-14Applied part of patch #2684986Max Horn
2009-03-06Added more ps2_* pseudo-posix entries for PS2 backend inMax Lingua
2009-03-06Oops!Max Lingua
2009-03-04- 0.13.x friendly ;-)Max Lingua
2009-03-01Fixed PalmOS FSNode which was failing in some casesChris Apers
2009-02-20Slight formatting updateLars Persson
2009-02-19Updated so z:\ paths will be reported properly as a directory and valid path.Lars Persson
2009-02-01don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481)Willem Jan Palenstijn
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten...Max Horn
2009-01-24don't append '/' to path in getChildren()Joost Peters
2009-01-24fix typoJoost Peters
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn