summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-07client: added client_printf()Max Kellermann
2008-09-07client: added client_write() and client_puts()Max Kellermann
2008-09-06include cleanupMax Kellermann
2008-09-06tag: fix segfault on updateEric Wong
2008-09-06client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann
2008-09-06client: removed assert(client->fd)>=0Max Kellermann
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann
2008-08-29tag: optimize tag_dup(), copy item referencesMax Kellermann
2008-08-29oggflac: fix GCC warningsMax Kellermann
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann
2008-08-29const pointersMax Kellermann
2008-08-29tag: static directory nameMax Kellermann
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann
2008-08-29song: don't export newNullSong()Max Kellermann
2008-08-29tag: try not to duplicate the input stringMax Kellermann
2008-08-29tag: pass length to fix_utf8()Max Kellermann
2008-08-29added "length" parameter to validUtf8String()Max Kellermann
2008-08-29assert value!=NULL in fix_utf8()Max Kellermann