summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann
2014-10-10event/IdleMonitor: remove redundant commentMax Kellermann
2014-10-10ZeroconfBonjour: use htons() instead of g_htons()Max Kellermann
2014-10-10TagString: implement fix_utf8() without GLibMax Kellermann
2014-10-10util/UTF8: add SequenceLengthUTF8()Max Kellermann
2014-10-10util/UTF8: new libraryMax Kellermann
2014-10-10TagString: return WritableBuffer<char>Max Kellermann
2014-10-10TagString: use strndup() for unterminated stringMax Kellermann
2014-10-10TagString: remove ISO-Latin-1 fallbackMax Kellermann
2014-10-10fs/Traits: use value_typeMax Kellermann
2014-10-10Main: run the OS X native event loopnanotech
2014-10-09storage/nfs: use the libnfs async APIMax Kellermann
2014-10-09lib/nfs/Connection: reduce Error instance allocationsMax Kellermann
2014-10-09lib/nfs/Glue: add assertionMax Kellermann
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-10-07storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann
2014-10-07storage/nfs: move code to Copy()Max Kellermann
2014-10-07lib/nfs/Connection: add methods {Open,Read,Close}Directory()Max Kellermann
2014-10-07lib/nfs/Connection: add method Stat(path)Max Kellermann
2014-10-07test/run_storage: new debug programMax Kellermann
2014-10-07Makefile.am: add libnfs and libsmbclient to STORAGE_LIBSMax Kellermann
2014-10-06lib/nfs/Connection: make GetEventLoop() publicMax Kellermann
2014-10-05lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann
2014-10-04Makefile.am: compile libffmpeg.a with FFMPEG_CFLAGSMax Kellermann
2014-10-02PlaylistStream: use OpenLocalInputStream()Max Kellermann
2014-10-02PlaylistStream: pass Path instance to playlist_open_path()Max Kellermann
2014-10-02archive/bzip2: use OpenLocalInputStream()Max Kellermann
2014-10-02input/Open: use OpenLocalInputStream()Max Kellermann
2014-10-02DecoderThread: use OpenLocalInputStream() for local filesMax Kellermann
2014-10-02TagFile: use OpenLocalInputStream()Max Kellermann
2014-10-02input/LocalOpen: new library for opening local filesMax Kellermann
2014-10-02input/archive: export function OpenArchiveInputStream()Max Kellermann
2014-10-02input/file: export function OpenFileInputStream()Max Kellermann
2014-10-02input/file: generate Error when errno==ENOENTMax Kellermann
2014-10-02input/file: make the "fd" attribute "const"Max Kellermann
2014-10-02input/file: make variables more localMax Kellermann
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann
2014-10-02input/file: convert to classMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-10-01Makefile.am: fix header file namesMax Kellermann
2014-10-01lib/nfs/FileReader: postpone the nfs_close_async() callMax Kellermann
2014-10-01lib/nfs/Connection: fix memory leak when cancelling Open()Max Kellermann
2014-10-01lib/nfs/Connection: remove MutexMax Kellermann
2014-10-01lib/nfs/Connection: add method GetEventLoop()Max Kellermann
2014-10-01lib/nfs/Connection: remove obsolete flag postponed_destroyMax Kellermann
2014-10-01lib/nfs/Connection: remove deprecated move constructor workaroundMax Kellermann
2014-10-01storage/nfs: make a few attributes "const"Max Kellermann
2014-10-01lib/nfs/Manager: use boost::intrusive::mapMax Kellermann
2014-10-01lib/nfs/Glue: add assertionMax Kellermann