aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* added "length" parameter to validUtf8String()Max Kellermann2008-08-294-10/+16
* assert value!=NULL in fix_utf8()Max Kellermann2008-08-291-1/+3
* tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-08-291-9/+11
* tag: added a pool for tag itemsMax Kellermann2008-08-295-6/+147
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-294-20/+5
* removed tree.cMax Kellermann2008-08-294-849/+69
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-294-17/+20
* tag: moved code to tag_id3.cMax Kellermann2008-08-296-352/+403
* wavpack: tag_new() cannot failMax Kellermann2008-08-291-5/+0
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-08-291-2/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-2916-111/+110
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-2921-90/+93
* added xfree() which takes a const pointerMax Kellermann2008-08-291-0/+13
* export the function client_is_expired()Max Kellermann2008-08-294-12/+6
* client: pass the client struct to processCommand()Max Kellermann2008-08-294-9/+34