aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-26db/simple/Directory: eliminate method LookupSong()Max Kellermann3-30/+19
2014-02-26db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann3-41/+62
2014-02-26db/simple/Directory: make variables more localMax Kellermann1-4/+2
2014-02-26db/Directory: add DEVICE_* documentationMax Kellermann1-0/+10
2014-02-26db/simple: create dedicated directoryMax Kellermann26-33/+31
2014-02-25db/Song: update API documentation for SimpleDatabasePluginMax Kellermann1-6/+5
2014-02-25db/simple: remove unused method LookupDirectory()Max Kellermann2-14/+0
2014-02-25db/simple: make internal methods "private"Max Kellermann1-1/+1
2014-02-25db/simple: add commentMax Kellermann1-0/+1
2014-02-25db/simple: move Create() upMax Kellermann1-4/+4
2014-02-25DirectorySave: save the flags "DEVICE_INARCHIVE" and "DEVICE_CONTAINER"Max Kellermann1-0/+37
2014-02-25DatabaseSave: increase DB_FORMAT versionMax Kellermann1-1/+1
2014-02-25DatabaseSave: add constant OLDEST_DB_FORMATMax Kellermann1-1/+6
2014-02-25DirectorySave: move code to ParseLine()Max Kellermann1-17/+23
2014-02-24output/pulse: remove bogus g_free() callMax Kellermann1-2/+0
2014-02-24DirectorySave: save the mtime only if it is knownMax Kellermann1-2/+3
2014-02-24icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann1-1/+2
2014-02-24icu/Collate: initialize the error code before ucol_open()Max Kellermann1-1/+1
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann8-38/+285
2014-02-24output/httpd/client: eliminate GLibMax Kellermann1-13/+11
2014-02-24output/{shout,win32}: include cleanupMax Kellermann2-3/+0
2014-02-24output/openal: use usleep() instead of g_usleep()Max Kellermann1-2/+2
2014-02-24output/pulse: use setenv() instead of g_setenv()Max Kellermann1-3/+2
2014-02-24output/pulse: remove bogus g_free() callMax Kellermann1-2/+0
2014-02-24decoder/gme: use free() instead of g_free()Max Kellermann1-1/+1
2014-02-24DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann3-7/+5
2014-02-24UriUtil: support ftp:// URLs in uri_remove_auth()Max Kellermann1-0/+2
2014-02-24Main: use INT_MAX instead of G_MAXUINTMax Kellermann1-1/+1
2014-02-23fs/Charset: use "UTF-8" instead of "utf-8" as the default valueMax Kellermann1-2/+2
2014-02-23Directory: use PathTraitsUTF8::Build() instead of g_strconcat()Max Kellermann1-13/+4
2014-02-23Directory: pass std::string&& to constructorMax Kellermann2-4/+4
2014-02-22encoder/opus: use xalloc() instead of g_malloc()Max Kellermann1-6/+5
2014-02-22decoder/opus: use new[] instead of g_malloc()Max Kellermann1-6/+2
2014-02-22first Android releaseMax Kellermann1-0/+19
2014-02-22output/sles: new output plugin for AndroidMax Kellermann7-0/+817
2014-02-22Main: disable command-line parser and signal handlers on AndroidMax Kellermann1-0/+19
2014-02-22LogBackend: use __android_log_print() on AndroidMax Kellermann2-1/+65
2014-02-22input/curl: include cleanupMax Kellermann2-3/+0
2014-02-21db/Directory: use "unsigned" for inode and deviceMax Kellermann1-6/+3
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann6-11/+70
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann6-31/+16
2014-02-20Main: initialize Partition before ListenerMax Kellermann1-1/+2
2014-02-19Listen: eliminate local variableMax Kellermann1-3/+1
2014-02-19Listen: reduce overhead for builds without systemdMax Kellermann1-5/+6
2014-02-19db/upnp: move plugin source to upnp directoryMax Kellermann3-3/+3
2014-02-19Listen: add Partition referenceMax Kellermann3-8/+11
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann6-11/+43
2014-02-19DatabasePlugin: add attribute "flags"Max Kellermann4-0/+5
2014-02-19db/Interface: add attribute "plugin"Max Kellermann12-16/+34
2014-02-19DatabasePlugin: split headerMax Kellermann20-126/+189