aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-04output/winmm: use StringStartsWith() instead of strstr()Max Kellermann1-1/+2
2015-03-03fs/io/FileOutputStream: use class FileDescriptorMax Kellermann2-19/+20
2015-03-03system/FileDescriptor: Close() returns boolMax Kellermann1-2/+2
2015-03-03system/FileDescriptor: add "mode" parameter to Open()Max Kellermann2-3/+3
2015-03-03system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()Max Kellermann1-3/+3
2015-03-03input/file: use class FileReaderMax Kellermann2-30/+23
2015-03-03system/FileDescriptor: remove bogus assertionsMax Kellermann1-4/+0
2015-03-03fs/io/FileReader: add method GetFileInfo()Max Kellermann3-1/+26
2015-03-03fs/io/FileReader: add move constructorMax Kellermann1-0/+14
2015-03-03input/file: pass UTF-8 URI to InputStream ctorMax Kellermann1-1/+3
2015-03-03input/file: add missing fcntl.h include for posix_fadvise()Max Kellermann1-1/+1
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann28-53/+74
2015-03-03system/FileDescriptor: fix WIN32 checksMax Kellermann2-5/+5
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann13-123/+441
2015-03-03system/fd_util: remove unused functionsMax Kellermann2-154/+0
2015-03-03fs/io/FileReader: add method Seek()Max Kellermann2-0/+28
2015-03-03db/update/Container: convert vtrack name to FS charsetMax Kellermann1-1/+4
2015-03-03storage/local: convert mangled URI to FS charsetMax Kellermann1-1/+5
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann1-1/+1
2015-03-03fs/Traits: add Find()Max Kellermann2-1/+21
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann1-3/+3
2015-03-03fs/Traits: use std::char_traitsMax Kellermann1-4/+6
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann3-8/+27
2015-03-02Util/StringUtil: use std::copy_n()Max Kellermann1-1/+1
2015-03-02PlaylistFile: limit variable scopeMax Kellermann1-2/+2
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann2-2/+14
2015-03-02PlaylistFile: use PathTraitsFS typedefsMax Kellermann1-5/+6
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann1-1/+1
2015-03-01fs/Path: add method GetSuffix()Max Kellermann4-2/+12
2015-03-01SongUpdate: use OpenArchiveInputStream() to open archive fileMax Kellermann3-1/+89
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann2-2/+14
2015-02-28Mapper: use Path::IsAbsolute()Max Kellermann1-7/+7
2015-02-28fs/Path: pass Path to Relative()Max Kellermann3-5/+5
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann2-23/+3
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann4-4/+4
2015-02-28fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann1-1/+1
2015-02-28Win32Main: use TCHAR where appropriateMax Kellermann1-4/+5
2015-02-28Mapper: use class PathMax Kellermann3-5/+10
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann1-2/+2
2015-02-28fs/CheckFile: convert path to UTF-8 for error messageMax Kellermann1-6/+11
2015-02-28fs/FileInfo: use GetFileAttributesEx() on WIN32Max Kellermann1-1/+49
2015-02-28fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann1-5/+4
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann10-70/+170
2015-02-28FileCommands: skip special files completelyMax Kellermann1-0/+2
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann18-82/+91
2015-02-28fs/Path: make IsAbsolute() constMax Kellermann2-2/+2
2015-02-27fs/FileSystem: use GetFileAttributes() on WIN32 if possibleMax Kellermann1-2/+20
2015-02-27fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann2-17/+7
2015-02-26fs/DirectoryReader: use FindFirstFile(), FindNextFile() on WIN32Max Kellermann1-0/+85
2015-02-25fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann3-2/+7