| Commit message (Expand) | Author | Files | Lines |
2008-09-09 | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 5 | -27/+42 |
2008-09-09 | playlist: return -1 after assert(0) | Max Kellermann | 1 | -0/+1 |
2008-09-09 | command: concatenate strings at compile time | Max Kellermann | 1 | -27/+33 |
2008-09-09 | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 3 | -18/+21 |
2008-09-09 | volume: don't pass "fd" to changeVolumeLevel() | Max Kellermann | 3 | -21/+26 |
2008-09-09 | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2 | -4/+4 |
2008-09-09 | directory: don't pass fd to traverseAllIn() | Max Kellermann | 6 | -32/+69 |
2008-09-09 | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 4 | -51/+81 |
2008-09-09 | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 2 | -6/+15 |
2008-09-09 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 6 | -150/+126 |
2008-09-09 | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 4 | -185/+245 |
2008-09-09 | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 3 | -10/+8 |
2008-09-09 | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 3 | -24/+26 |
2008-09-09 | playlist: fix FILE* leak in appendSongToStoredPlaylistByPath() | Max Kellermann | 1 | -0/+2 |
2008-09-09 | playlist: replaced run-time check with assertion | Max Kellermann | 1 | -1/+3 |
2008-09-09 | playlist: added is_valid_playlist_name() | Max Kellermann | 2 | -3/+10 |
2008-09-09 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 6 | -37/+38 |
2008-09-09 | use strset.h instead of tagTracker.h | Max Kellermann | 6 | -173/+84 |
2008-09-09 | strset: fix duplicate values | Max Kellermann | 1 | -1/+1 |
2008-09-09 | added string set library | Max Kellermann | 3 | -0/+195 |
2008-09-08 | alsa: use blocking instead of non-blocking write | Eric Wong | 1 | -1/+6 |
2008-09-08 | alsa: show more debugging information | Eric Wong | 1 | -10/+14 |
2008-09-08 | alsa: cleanup the mmap logic a bit | Eric Wong | 1 | -8/+6 |
2008-09-08 | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 1 | -3/+0 |
2008-09-07 | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 1 | -3/+7 |
2008-09-07 | alsa: move bitformat reading code out of the way | Eric Wong | 1 | -16/+12 |
2008-09-07 | alsa: always print the period_time we set | Eric Wong | 1 | -2/+1 |
2008-09-07 | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 1 | -11/+12 |
2008-09-07 | alsa: get rid of the needless canPause flag | Eric Wong | 1 | -3/+0 |
2008-09-07 | alsa: avoid reassigning ad->writei | Eric Wong | 1 | -7/+4 |
2008-09-07 | alsa: add reasoning for the non-portable macro | Eric Wong | 1 | -0/+2 |
2008-09-07 | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 1 | -16/+9 |
2008-09-07 | alsa: optimistically try resuming from suspend | Eric Wong | 1 | -11/+12 |
2008-09-07 | alsa: extra debugging outputs to fix suspend/hibernate | Eric Wong | 1 | -3/+9 |
2008-09-07 | alsa: cleanup debug assignment of the "cmd" variable | Eric Wong | 1 | -66/+50 |
2008-09-07 | playlist: re-randomize when explicitly playing a new song | Eric Wong | 1 | -0/+1 |
2008-09-05 | tag: oops, of course items is now ** and not * | Eric Wong | 1 | -2/+2 |
2008-09-05 | audio_format: volatile removal | Eric Wong | 1 | -3/+3 |
2008-09-05 | tag: lock all accesses to tag_pool | Eric Wong | 3 | -6/+15 |
2008-09-05 | tag: introduce handy items_size() function | Eric Wong | 1 | -11/+12 |
2008-09-03 | tag: fix segfault on update | Eric Wong | 2 | -14/+22 |
2008-09-02 | ob_send: avoid void pointer arithmetic warning | Eric Wong | 1 | -1/+1 |
2008-09-02 | volume: include outputBuffer.h for ob_set_sw_volume | Eric Wong | 1 | -0/+1 |
2008-09-02 | Add missing function prototypes | Eric Wong | 4 | -4/+7 |
2008-09-02 | utf8.h: Fix build (broken os_compat.h #include) | Eric Wong | 1 | -1/+1 |
2008-09-02 | tag: optimize tag_dup(), copy item references | Max Kellermann | 3 | -7/+42 |
2008-09-02 | tag: fix the shout and oggflac plugins | Max Kellermann | 2 | -6/+8 |
2008-09-02 | const pointers | Max Kellermann | 4 | -10/+10 |
2008-09-02 | tag: static directory name | Max Kellermann | 1 | -5/+3 |
2008-09-02 | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 3 | -7/+91 |