| Commit message (Expand) | Author | Files | Lines |
2008-09-07 | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 3 | -24/+26 |
2008-09-07 | playlist: fix FILE* leak in appendSongToStoredPlaylistByPath() | Max Kellermann | 1 | -0/+2 |
2008-09-07 | playlist: replaced run-time check with assertion | Max Kellermann | 1 | -2/+1 |
2008-09-07 | playlist: added is_valid_playlist_name() | Max Kellermann | 2 | -3/+10 |
2008-09-07 | tag: added buffered versions of the tag_print.c code | Max Kellermann | 4 | -3/+85 |
2008-09-07 | song: moved code to song_print.c, song_save.c | Max Kellermann | 10 | -183/+284 |
2008-09-07 | tag: moved code to tag_print.c | Max Kellermann | 8 | -29/+105 |
2008-09-07 | client: added client_printf() | Max Kellermann | 2 | -0/+40 |
2008-09-07 | client: added client_write() and client_puts() | Max Kellermann | 3 | -26/+45 |
2008-09-06 | include cleanup | Max Kellermann | 9 | -7/+9 |
2008-09-06 | tag: fix segfault on update | Eric Wong | 2 | -14/+22 |
2008-09-06 | client: don't check FD_ISSET(client->fd) on expired client | Max Kellermann | 1 | -1/+2 |
2008-09-06 | client: removed assert(client->fd)>=0 | Max Kellermann | 1 | -4/+2 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 6 | -37/+38 |
2008-08-29 | tag: optimize tag_dup(), copy item references | Max Kellermann | 3 | -7/+42 |
2008-08-29 | oggflac: fix GCC warnings | Max Kellermann | 1 | -9/+9 |
2008-08-29 | tag: fix the shout and oggflac plugins | Max Kellermann | 2 | -10/+12 |
2008-08-29 | const pointers | Max Kellermann | 4 | -10/+10 |
2008-08-29 | tag: static directory name | Max Kellermann | 1 | -5/+3 |
2008-08-29 | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 3 | -7/+91 |
2008-08-29 | song: don't export newNullSong() | Max Kellermann | 2 | -3/+1 |
2008-08-29 | tag: try not to duplicate the input string | Max Kellermann | 1 | -13/+18 |
2008-08-29 | tag: pass length to fix_utf8() | Max Kellermann | 1 | -3/+4 |
2008-08-29 | added "length" parameter to validUtf8String() | Max Kellermann | 4 | -10/+16 |
2008-08-29 | assert value!=NULL in fix_utf8() | Max Kellermann | 1 | -1/+3 |
2008-08-29 | tag: converted macro fixUtf8() to an inline function | Max Kellermann | 1 | -9/+11 |
2008-08-29 | tag: added a pool for tag items | Max Kellermann | 5 | -6/+147 |
2008-08-29 | tag: converted tag_item.value to a char array | Max Kellermann | 4 | -20/+5 |
2008-08-29 | removed tree.c | Max Kellermann | 4 | -849/+69 |
2008-08-29 | tag: converted MpdTag.items to a pointer list | Max Kellermann | 4 | -17/+20 |
2008-08-29 | tag: moved code to tag_id3.c | Max Kellermann | 6 | -352/+403 |
2008-08-29 | wavpack: tag_new() cannot fail | Max Kellermann | 1 | -5/+0 |
2008-08-29 | tag: converted tag_add_item() to an inline function | Max Kellermann | 1 | -2/+5 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 16 | -111/+110 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 21 | -90/+93 |
2008-08-29 | added xfree() which takes a const pointer | Max Kellermann | 1 | -0/+13 |
2008-08-29 | export the function client_is_expired() | Max Kellermann | 4 | -12/+6 |
2008-08-29 | client: pass the client struct to processCommand() | Max Kellermann | 4 | -9/+34 |
2008-08-29 | client: reorder function declarations | Max Kellermann | 1 | -3/+4 |
2008-08-29 | client: check "expired" after command execution | Max Kellermann | 1 | -7/+14 |
2008-08-29 | client: added global "expired" flag | Max Kellermann | 1 | -6/+7 |
2008-08-29 | pass constant pointers | Max Kellermann | 10 | -16/+17 |
2008-08-29 | client: removed superfluous assertion | Max Kellermann | 1 | -1/+0 |
2008-08-28 | log.c: thread-safety for warning log | Eric Wong | 1 | -4/+12 |
2008-08-28 | client: more assertions | Max Kellermann | 1 | -0/+6 |
2008-08-28 | client: replace "expired" flag with fd==-1 | Max Kellermann | 1 | -6/+6 |
2008-08-28 | client: moved "expired" accesses into inline function | Max Kellermann | 1 | -13/+29 |
2008-08-28 | moved code to sockaddr_to_tmp_string() | Max Kellermann | 1 | -9/+17 |
2008-08-28 | client: no while loop in client_manager_io() | Max Kellermann | 1 | -32/+26 |
2008-08-28 | client: select() errors are fatal | Max Kellermann | 1 | -30/+6 |