aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* oggflac: fix GCC warningsMax Kellermann2008-08-29
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-29
* const pointersMax Kellermann2008-08-29
* tag: static directory nameMax Kellermann2008-08-29
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-08-29
* song: don't export newNullSong()Max Kellermann2008-08-29
* tag: try not to duplicate the input stringMax Kellermann2008-08-29
* tag: pass length to fix_utf8()Max Kellermann2008-08-29
* added "length" parameter to validUtf8String()Max Kellermann2008-08-29
* assert value!=NULL in fix_utf8()Max Kellermann2008-08-29
* tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-08-29
* tag: added a pool for tag itemsMax Kellermann2008-08-29
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-29
* removed tree.cMax Kellermann2008-08-29
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: moved code to tag_id3.cMax Kellermann2008-08-29
* wavpack: tag_new() cannot failMax Kellermann2008-08-29
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-08-29
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29