| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | client: return early in client_new() | Max Kellermann | 2008-09-01 | 1 | -30/+31 |
| | * | client: renamed all public functions | Max Kellermann | 2008-09-01 | 6 | -19/+19 |
| | * | client: renamed internal functions and variables | Max Kellermann | 2008-09-01 | 1 | -297/+296 |
| | * | client: renamed Interface to struct client | Max Kellermann | 2008-09-01 | 1 | -19/+19 |
| | * | renamed interface.c to client.c | Max Kellermann | 2008-09-01 | 7 | -7/+7 |
| | * | imported list.h from the Linux kernel sources | Max Kellermann | 2008-09-01 | 2 | -0/+485 |
| * | | Merge branch 'mk/strset' into mk/playlist | Eric Wong | 2008-09-09 | 7 | -151/+245 |
| |\ \ |
|
| * | | | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2008-09-09 | 5 | -27/+42 |
| * | | | playlist: return -1 after assert(0) | Max Kellermann | 2008-09-09 | 1 | -0/+1 |
| * | | | command: concatenate strings at compile time | Max Kellermann | 2008-09-09 | 1 | -27/+33 |
| * | | | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 2008-09-09 | 3 | -18/+21 |
| * | | | volume: don't pass "fd" to changeVolumeLevel() | Max Kellermann | 2008-09-09 | 3 | -21/+26 |
| * | | | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2008-09-09 | 2 | -4/+4 |
| * | | | directory: don't pass fd to traverseAllIn() | Max Kellermann | 2008-09-09 | 6 | -32/+69 |
| * | | | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 2008-09-09 | 4 | -51/+81 |
| * | | | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 2008-09-09 | 2 | -6/+15 |
| * | | | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 2008-09-09 | 6 | -150/+126 |
| * | | | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 2008-09-09 | 4 | -185/+245 |
| * | | | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 2008-09-09 | 3 | -10/+8 |
| * | | | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 2008-09-09 | 3 | -24/+26 |
| * | | | playlist: fix FILE* leak in appendSongToStoredPlaylistByPath() | Max Kellermann | 2008-09-09 | 1 | -0/+2 |
| * | | | playlist: replaced run-time check with assertion | Max Kellermann | 2008-09-09 | 1 | -1/+3 |
| * | | | playlist: added is_valid_playlist_name() | Max Kellermann | 2008-09-09 | 2 | -3/+10 |
| * | | | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 2008-09-09 | 6 | -37/+38 |
* | | | | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-10 | 1 | -7/+9 |
* | | | | Merge branch 'mk/strset' | Eric Wong | 2008-09-09 | 7 | -149/+255 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | use strset.h instead of tagTracker.h | Max Kellermann | 2008-09-09 | 6 | -173/+84 |
| * | | | strset: fix duplicate values | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
| * | | | added string set library | Max Kellermann | 2008-09-09 | 3 | -0/+195 |
| |/ / |
|
* / / | metadata_pipe: kill "writer is ahead of reader" message | Eric Wong | 2008-09-09 | 1 | -4/+1 |
|/ / |
|
* | | alsa: use blocking instead of non-blocking write | Eric Wong | 2008-09-08 | 1 | -1/+6 |
* | | alsa: show more debugging information | Eric Wong | 2008-09-08 | 1 | -10/+14 |
* | | alsa: cleanup the mmap logic a bit | Eric Wong | 2008-09-08 | 1 | -8/+6 |
* | | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 2008-09-08 | 1 | -3/+0 |
* | | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 2008-09-07 | 1 | -3/+7 |
* | | alsa: move bitformat reading code out of the way | Eric Wong | 2008-09-07 | 1 | -16/+12 |
* | | alsa: always print the period_time we set | Eric Wong | 2008-09-07 | 1 | -2/+1 |
* | | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 2008-09-07 | 1 | -11/+12 |
* | | alsa: get rid of the needless canPause flag | Eric Wong | 2008-09-07 | 1 | -3/+0 |
* | | alsa: avoid reassigning ad->writei | Eric Wong | 2008-09-07 | 1 | -7/+4 |
* | | alsa: add reasoning for the non-portable macro | Eric Wong | 2008-09-07 | 1 | -0/+2 |
* | | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 2008-09-07 | 1 | -16/+9 |
* | | Merge branch 'ew/alsa' | Eric Wong | 2008-09-07 | 1 | -78/+69 |
|\ \ |
|
| * | | alsa: optimistically try resuming from suspend | Eric Wong | 2008-09-07 | 1 | -11/+12 |
| * | | alsa: extra debugging outputs to fix suspend/hibernate | Eric Wong | 2008-09-07 | 1 | -3/+9 |
| * | | alsa: cleanup debug assignment of the "cmd" variable | Eric Wong | 2008-09-07 | 1 | -66/+50 |
* | | | playlist: re-randomize when explicitly playing a new song | Eric Wong | 2008-09-07 | 1 | -0/+1 |
|/ / |
|
* | | tag: oops, of course items is now ** and not * | Eric Wong | 2008-09-05 | 1 | -2/+2 |
* | | audio_format: volatile removal | Eric Wong | 2008-09-05 | 1 | -3/+3 |
* | | Merge branch 'ew/tag-threadsafe' | Eric Wong | 2008-09-05 | 3 | -17/+27 |
|\ \ |
|