Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
| | | | | | Try to be as portable as possible, use GLib path name functions and macros. | ||||
* | song: renamed attribute "url" to "uri" | Max Kellermann | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | song: moved code to song_update.c | Max Kellermann | 2009-10-12 | 1 | -0/+172 |
Moved all the code which depends on the decoder plugins to a separate source. That allows leaner test programs. |