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