aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-07tag: introduce handy items_size() functionEric Wong1-11/+12
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann6-33/+43
2008-09-07removed fdprintf() and client_print()Max Kellermann5-120/+0
2008-09-07client: removed client_get_fd()Max Kellermann2-15/+0
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann3-9/+12
2008-09-07stats: don't pass "fd" to printStats()Max Kellermann3-12/+21
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann3-11/+10
2008-09-07playlist: added playlist_save()Max Kellermann1-2/+11
2008-09-07ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann3-10/+12
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann3-8/+9
2008-09-07command: concatenate strings at compile timeMax Kellermann1-27/+27
2008-09-07command: removed commandError()Max Kellermann2-27/+0
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann3-5/+5
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann12-110/+121
2008-09-07command: pass struct client to all commandsMax Kellermann1-248/+259
2008-09-07command: pass struct client to getCommandEntryAnd...()Max Kellermann1-26/+21
2008-09-07command: added command_success() and command_error()Max Kellermann3-5/+35
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann3-18/+21
2008-09-07volume: don't pass "fd" to changeVolumeLevel()Max Kellermann3-22/+26
2008-09-07directory: don't pass "fd" to updateInit()Max Kellermann3-17/+53
2008-09-07directory: printDirectoryInfo() does not call commandError()Max Kellermann2-4/+4
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann6-32/+69
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann4-51/+81
2008-09-07playlist: PlaylistInfo() does not call commandError()Max Kellermann2-6/+15
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann6-150/+124
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann4-188/+247
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann3-10/+8
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann3-24/+26
2008-09-07playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann1-0/+2
2008-09-07playlist: replaced run-time check with assertionMax Kellermann1-2/+1
2008-09-07playlist: added is_valid_playlist_name()Max Kellermann2-3/+10
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann4-3/+85
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann10-183/+284
2008-09-07tag: moved code to tag_print.cMax Kellermann8-29/+105
2008-09-07client: added client_printf()Max Kellermann2-0/+40
2008-09-07client: added client_write() and client_puts()Max Kellermann3-26/+45
2008-09-06include cleanupMax Kellermann9-7/+9
2008-09-06tag: fix segfault on updateEric Wong2-14/+22
2008-09-06client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann1-1/+2
2008-09-06client: removed assert(client->fd)>=0Max Kellermann1-4/+2
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann6-37/+38
2008-08-29tag: optimize tag_dup(), copy item referencesMax Kellermann3-7/+42
2008-08-29oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann2-10/+12
2008-08-29const pointersMax Kellermann4-10/+10
2008-08-29tag: static directory nameMax Kellermann1-5/+3
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann3-7/+91
2008-08-29song: don't export newNullSong()Max Kellermann2-3/+1
2008-08-29tag: try not to duplicate the input stringMax Kellermann1-13/+18
2008-08-29tag: pass length to fix_utf8()Max Kellermann1-3/+4