aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* playlist: return -1 after assert(0)Max Kellermann2008-09-07
* playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann2008-09-07
* command: use client_[gs]et_permission()Max Kellermann2008-09-07
* client: added client_[gs]et_permission()Max Kellermann2008-09-07
* command: don't pass permission as pointer where appropriateMax Kellermann2008-09-07
* audio_format: volatile removalEric Wong2008-09-07
* tag: oops, of course items is now ** and not *Eric Wong2008-09-07
* tag: lock all accesses to tag_poolEric Wong2008-09-07
* tag: introduce handy items_size() functionEric Wong2008-09-07
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-07
* removed fdprintf() and client_print()Max Kellermann2008-09-07
* client: removed client_get_fd()Max Kellermann2008-09-07
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-07
* stats: don't pass "fd" to printStats()Max Kellermann2008-09-07
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-07
* playlist: added playlist_save()Max Kellermann2008-09-07
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-07
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-07
* command: concatenate strings at compile timeMax Kellermann2008-09-07
* command: removed commandError()Max Kellermann2008-09-07
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* command: pass struct client to all commandsMax Kellermann2008-09-07
* command: pass struct client to getCommandEntryAnd...()Max Kellermann2008-09-07
* command: added command_success() and command_error()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-07
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-07
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-07
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-07
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-07
* playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann2008-09-07
* playlist: replaced run-time check with assertionMax Kellermann2008-09-07
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-07
* tag: added buffered versions of the tag_print.c codeMax Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* client: added client_printf()Max Kellermann2008-09-07
* client: added client_write() and client_puts()Max Kellermann2008-09-07
* include cleanupMax Kellermann2008-09-06
* tag: fix segfault on updateEric Wong2008-09-06
* client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-06
* client: removed assert(client->fd)>=0Max Kellermann2008-09-06
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: optimize tag_dup(), copy item referencesMax Kellermann2008-08-29