summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-08added string set libraryMax Kellermann
2008-09-08output: const plugin structuresMax Kellermann
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann
2008-09-07output: added output_api.hMax Kellermann
2008-09-07pack the struct audio_formatMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07playlist: return -1 after assert(0)Max Kellermann
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann
2008-09-07command: use client_[gs]et_permission()Max Kellermann
2008-09-07client: added client_[gs]et_permission()Max Kellermann
2008-09-07command: don't pass permission as pointer where appropriateMax Kellermann
2008-09-07audio_format: volatile removalEric Wong
2008-09-07tag: oops, of course items is now ** and not *Eric Wong
2008-09-07tag: lock all accesses to tag_poolEric Wong
2008-09-07tag: introduce handy items_size() functionEric Wong
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann
2008-09-07removed fdprintf() and client_print()Max Kellermann
2008-09-07client: removed client_get_fd()Max Kellermann
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann
2008-09-07stats: don't pass "fd" to printStats()Max Kellermann
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann
2008-09-07playlist: added playlist_save()Max Kellermann
2008-09-07ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann
2008-09-07command: concatenate strings at compile timeMax Kellermann
2008-09-07command: removed commandError()Max Kellermann
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07command: pass struct client to all commandsMax Kellermann
2008-09-07command: pass struct client to getCommandEntryAnd...()Max Kellermann
2008-09-07command: added command_success() and command_error()Max Kellermann
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann
2008-09-07volume: don't pass "fd" to changeVolumeLevel()Max Kellermann
2008-09-07directory: don't pass "fd" to updateInit()Max Kellermann
2008-09-07directory: printDirectoryInfo() does not call commandError()Max Kellermann
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann
2008-09-07playlist: PlaylistInfo() does not call commandError()Max Kellermann
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann
2008-09-07playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann
2008-09-07playlist: replaced run-time check with assertionMax Kellermann
2008-09-07playlist: added is_valid_playlist_name()Max Kellermann
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-07tag: moved code to tag_print.cMax Kellermann