aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* listen: implement systemd socket activationMax Kellermann2012-02-131-0/+36
* server_socket: add method _add_fd()Max Kellermann2012-02-132-0/+38
* server_socket: move code to set_fd()Max Kellermann2012-02-131-8/+21
* zeroconf: skip initialisation if there is no portMax Kellermann2012-02-131-0/+7
* command: new command "config"Max Kellermann2012-02-131-0/+19
* mapper: add mapper_get_music_directory()Max Kellermann2012-02-134-29/+25
* database: add "pure" attributesMax Kellermann2012-02-131-0/+5
* database: remove obsolete prototype db_check()Max Kellermann2012-02-131-3/+0
* mapper: add "pure" attributesMax Kellermann2012-02-131-0/+10
* client: add function client_is_local()Max Kellermann2012-02-132-1/+12
* client: add "pure" attributesMax Kellermann2012-02-131-0/+3
* command: never print "bad name" in response to "load"Max Kellermann2012-02-131-5/+14
* playlist_vector: require database lock for all functionsMax Kellermann2012-02-134-3/+27
* playlist_vector: add new playlist to the end of the listMax Kellermann2012-02-131-1/+1
* directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2012-02-132-2/+1
* Merge branch 'v0.16.x'Max Kellermann2012-02-135-6/+17
|\
| * decoder/ffmpeg: read the "year" tagMax Kellermann2012-02-131-1/+1
| * decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-131-0/+6
| * pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2012-02-132-0/+9
| * output/winmm: remove pointless NULL checkMax Kellermann2012-02-131-5/+1
* | directory: fix reverse order of child directoriestreblid2012-02-131-1/+1
* | playlist/flac: delete this obsolete pluginMax Kellermann2012-02-123-200/+0
* | playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann2012-02-121-2/+15
* | song: add function song_replace_uri()Max Kellermann2012-02-122-0/+21
* | db_print: print extra "playlist" object for embedded CUE sheetsMax Kellermann2012-02-121-12/+30
* | song_update: update the "has_playlist" flagMax Kellermann2012-02-121-3/+3
* | tag_handler: add new handler that updates has_playlistMax Kellermann2012-02-122-0/+24
* | tag: add attribute "has_playlist"Max Kellermann2012-02-124-0/+18
* | tag_{ape,id3}: remove the _load() functionsMax Kellermann2012-02-125-84/+6
* | playlist_vector: use the list_head libraryMax Kellermann2012-02-129-80/+57
* | update_remove: add header update_remove.hMax Kellermann2012-02-125-16/+44
* | update_walk: move code to update_db.cMax Kellermann2012-02-123-85/+159
* | update_walk: move code to update_io.cMax Kellermann2012-02-123-100/+168
* | update_walk: move code to update_song_file()Max Kellermann2012-02-121-59/+64
* | playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-125-0/+322
* | decoder/wavpack: bigger tag value bufferMax Kellermann2012-02-121-2/+1
* | tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-128-8/+106
* | decoder/wavpack: move code to wavpack_scan_tag_item()Max Kellermann2012-02-111-26/+17
* | decoder/wavpack: use the tag_table libraryMax Kellermann2012-02-111-8/+7
* | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann2012-02-113-26/+28
* | decoder_plugin: scan tags with callback tableMax Kellermann2012-02-1130-297/+613
* | decoder/gme: convert runtime check to assertionMax Kellermann2012-02-111-21/+22
* | decoder/ffmpeg: use the tag_table libraryMax Kellermann2012-02-111-13/+9
* | decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann2012-02-113-46/+106
* | decoder/ffmpeg: remove AV_VERSION_INT definitionMax Kellermann2012-02-111-5/+0
* | decoder/flac: check for errors only after _process_single()Max Kellermann2012-02-111-8/+6
* | decoder/flac: symmetric FLAC__stream_decoder_finish() callsMax Kellermann2012-02-111-1/+3
* | decoder/flac: use error messages from libFLACMax Kellermann2012-02-113-44/+10
* | decoder/flac: eliminate the remaining "gotos"Max Kellermann2012-02-111-42/+54
* | decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-112-21/+21