aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann2009-01-15
* listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann2009-01-15
* oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke2009-01-15
* songvec: sort songs by disc and track numberMax Kellermann2009-01-15
* tag: added tag_get_value()Max Kellermann2009-01-15
* dirvec, songvec: sort using g_utf8_collate()Max Kellermann2009-01-15
* shout: enlarge buffer size to 32 kBAntoine Beaupré2009-01-14
* oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-01-14
* oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann2009-01-14
* oggvorbis: moved code to vorbis_copy_comment()Max Kellermann2009-01-14
* oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann2009-01-14
* oggvorbis: always allocate a tag objectMax Kellermann2009-01-14
* oggvorbis: no CamelCaseMax Kellermann2009-01-14
* oggvorbis: use boolMax Kellermann2009-01-14
* tag_id3: added support for the "album artist" tagDaniele Sluijters2009-01-14
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-14
* song_save: don't fail on empty tag valuesMax Kellermann2009-01-14
* song_save: return value pointer from matchesAnMpdTagItemKey()Max Kellermann2009-01-14
* song_save: itemType is "enum tag_type", not "int"Max Kellermann2009-01-14
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-14
* tag: added core support for the "album artist" tagMax Kellermann2009-01-13
* song_save: check for colon and space when loading a tagMax Kellermann2009-01-13
* input_curl: honour http_proxy_* config directivesJoe Milbourn2009-01-13
* daemon: don't check the setsid() return valueMax Kellermann2009-01-13
* daemon: don't fork twice to daemonizeMax Kellermann2009-01-13
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-13
* input_curl: use select() to eliminate busy loop during connectMax Kellermann2009-01-13
* decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann2009-01-13
* configure.ac: added the --enable-sqlite optionMax Kellermann2009-01-12
* Makefile.am: moved C/CPP/LDFLAGS upMax Kellermann2009-01-11
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* command: restore the "playlistinfo -1" behaviorMax Kellermann2009-01-11
* main: remove "save_state" timer event on exitMax Kellermann2009-01-10
* client: remove "expire" event on exitMax Kellermann2009-01-10
* event_pipe: remove the GLib source from the main contextMax Kellermann2009-01-10
* listen: remove the socket source from the main contextMax Kellermann2009-01-10
* listen: added struct listen_socketMax Kellermann2009-01-10
* main: deinitialize main_notify on exitMax Kellermann2009-01-10
* Introducing mixer apiViliam Mateicka2009-01-10
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-10
* playlist: exclude end of rangeMax Kellermann2009-01-10
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-10
* command: add a parser for range argumentsThomas Jansen2009-01-10
* added missing explicit config.h includesMax Kellermann2009-01-08
* mapper: use directory_is_root() instead of isRootDirectory()Max Kellermann2009-01-08
* path: include cleanupMax Kellermann2009-01-08
* update: removed one more stack bufferMax Kellermann2009-01-08
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-08
* update: include config.h, fix archive codeMax Kellermann2009-01-08
* mapper: re-add character set conversion in map_uri_fs()Stepan Pologov2009-01-08