| Commit message (Expand) | Author | Age | Files | Lines |
* | song: use song_file_update() in song_file_load() | Max Kellermann | 2008-10-08 | 1 | -10/+3 |
* | song: song_file_update() returns bool | Max Kellermann | 2008-10-08 | 3 | -6/+6 |
* | song: don't check song_is_file() in song_file_update() | Max Kellermann | 2008-10-08 | 1 | -17/+16 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 13 | -58/+59 |
* | song: replaced all song constructors | Max Kellermann | 2008-10-08 | 5 | -28/+49 |
* | playlist: simplified setPlaylistRandomStatus() | Max Kellermann | 2008-10-08 | 1 | -16/+15 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 20 | -65/+74 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 62 | -38/+143 |
* | CPP include cleanup | Max Kellermann | 2008-10-08 | 5 | -8/+4 |
* | notify: removed the "Notify" typedef | Max Kellermann | 2008-10-08 | 7 | -19/+29 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 26 | -118/+196 |
* | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-08 | 11 | -87/+102 |
* | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 2008-10-08 | 3 | -49/+15 |
* | directory: added directory_is_empty() | Max Kellermann | 2008-10-08 | 2 | -1/+9 |
* | directory: moved code to update.c | Max Kellermann | 2008-10-08 | 8 | -586/+653 |
* | dirvec: moved code to dirvec.c | Max Kellermann | 2008-10-08 | 3 | -62/+75 |
* | notify: loop while no signal is pending | Max Kellermann | 2008-10-08 | 1 | -2/+1 |
* | song: really make the song struct non-packed | Max Kellermann | 2008-10-07 | 1 | -1/+1 |
* | directory: fix return value in removeDeletedFromDirectory | Eric Wong | 2008-10-07 | 1 | -1/+1 |
* | directory: serialize song deletes from playlist during update | Eric Wong | 2008-10-07 | 3 | -11/+28 |
* | directory: use songvec_for_each for iterators | Eric Wong | 2008-10-07 | 1 | -28/+30 |
* | song: use songvec_for_each() in songvec_print() / songvec_save() | Max Kellermann | 2008-10-07 | 2 | -20/+19 |
* | songvec: pass const pointers | Max Kellermann | 2008-10-07 | 2 | -4/+10 |
* | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 2008-10-07 | 2 | -14/+11 |
* | songvec: lock traversals for thread-safe updates/reads | Eric Wong | 2008-10-07 | 1 | -10/+34 |
* | songvec: add songvec_for_each iterator | Eric Wong | 2008-10-07 | 2 | -0/+15 |
* | song: replace printSong* with song_print_* | Eric Wong | 2008-10-07 | 4 | -14/+14 |
* | Assert if we don't have song or song->url set | Eric Wong | 2008-10-07 | 2 | -4/+10 |
* | autotools: tidy up make dist | Eric Wong | 2008-10-06 | 2 | -144/+1 |
* | song: stop storing song_type | Eric Wong | 2008-10-06 | 6 | -27/+22 |
* | song: don't make the struct packed | Max Kellermann | 2008-10-06 | 2 | -2/+2 |
* | song: use flex arrays to store song->url | Eric Wong | 2008-10-06 | 4 | -17/+25 |
* | song: get rid of newNullSong() | Eric Wong | 2008-10-06 | 3 | -16/+3 |
* | song: call freeJustSong if newSong fails | Eric Wong | 2008-10-06 | 1 | -1/+1 |
* | command: fix return status | Eric Wong | 2008-10-06 | 1 | -17/+8 |
* | directory: reuse existing directory if found on update | Eric Wong | 2008-10-06 | 1 | -4/+9 |
* | tag: merge clearMpdTag into tag_free | Eric Wong | 2008-10-06 | 1 | -12/+2 |
* | command: get rid of specialized list handlers | Eric Wong | 2008-10-06 | 1 | -88/+67 |
* | directory: simplify list update handling logic | Eric Wong | 2008-10-06 | 3 | -111/+83 |
* | main_notify: define main_task so we can use it for assertions | Eric Wong | 2008-10-06 | 2 | -1/+6 |
* | directory: streamline deletes | Eric Wong | 2008-10-06 | 1 | -17/+15 |
* | pcm_utils: 24 bit support | Max Kellermann | 2008-09-29 | 1 | -0/+67 |
* | pcm_utils: moved code to special 8/16 bit functions | Max Kellermann | 2008-09-29 | 1 | -72/+93 |
* | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 2008-09-29 | 3 | -22/+28 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 9 | -2/+73 |
* | audio_output: added function audio_output_is_pending() | Max Kellermann | 2008-09-29 | 2 | -0/+11 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 20 | -190/+141 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 5 | -62/+67 |
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 11 | -82/+4 |
* | song: converted "type" to enum | Max Kellermann | 2008-09-29 | 2 | -5/+8 |