summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03system/FileDescriptor: fix WIN32 checksMax Kellermann
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann
2015-03-03system/fd_util: remove unused functionsMax Kellermann
2015-03-03fs/io/FileReader: add method Seek()Max Kellermann
2015-03-03db/update/Container: convert vtrack name to FS charsetMax Kellermann
2015-03-03storage/local: convert mangled URI to FS charsetMax Kellermann
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann
2015-03-03fs/Traits: add Find()Max Kellermann
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann
2015-03-03fs/Traits: use std::char_traitsMax Kellermann
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann
2015-03-02Util/StringUtil: use std::copy_n()Max Kellermann
2015-03-02PlaylistFile: limit variable scopeMax Kellermann
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann
2015-03-02PlaylistFile: use PathTraitsFS typedefsMax Kellermann
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann
2015-03-01fs/Path: add method GetSuffix()Max Kellermann
2015-03-01SongUpdate: use OpenArchiveInputStream() to open archive fileMax Kellermann
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann
2015-02-28Mapper: use Path::IsAbsolute()Max Kellermann
2015-02-28fs/Path: pass Path to Relative()Max Kellermann
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann
2015-02-28fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann
2015-02-28Win32Main: use TCHAR where appropriateMax Kellermann
2015-02-28Mapper: use class PathMax Kellermann
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/CheckFile: convert path to UTF-8 for error messageMax Kellermann
2015-02-28fs/FileInfo: use GetFileAttributesEx() on WIN32Max Kellermann
2015-02-28fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28FileCommands: skip special files completelyMax Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-02-28fs/Path: make IsAbsolute() constMax Kellermann
2015-02-27fs/FileSystem: use GetFileAttributes() on WIN32 if possibleMax Kellermann
2015-02-27fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann
2015-02-26fs/DirectoryReader: use FindFirstFile(), FindNextFile() on WIN32Max Kellermann
2015-02-25fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann
2015-02-25fs/AllocatedPath: add nullptr_t constructorMax Kellermann
2015-02-25fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann
2015-02-25fs/FileSystem: remove unused FOpenModesMax Kellermann
2015-02-25fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error messageMax Kellermann
2015-02-25db/ExcludeList: use the TextFile class instead of stdio.hMax Kellermann
2015-02-25configure.ac: enable STRICT mode on WindowsMax Kellermann
2015-02-16util/DynamicFifoBuffer: adjust include guardMax Kellermann
2015-02-13net/StaticSocketAdress: new class wrapping struct sockaddr_storageMax Kellermann
2015-02-12system/ByteOrder: use GCC built-ins if availableMax Kellermann
2015-02-10net/Resolver: relax size check in LocalAddressToString()Max Kellermann
2015-02-10net/Resolver: move code to LocalAddressToString()Max Kellermann