aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-094-185/+245
| * | | playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-093-10/+8
| * | | playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-093-24/+26
| * | | playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann2008-09-091-0/+2
| * | | playlist: replaced run-time check with assertionMax Kellermann2008-09-091-1/+3
| * | | playlist: added is_valid_playlist_name()Max Kellermann2008-09-092-3/+10
| * | | dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-096-37/+38
* | | | alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-101-7/+9
* | | | Merge branch 'mk/strset'Eric Wong2008-09-097-149/+255
|\ \ \ \ | | |/ / | |/| |
| * | | use strset.h instead of tagTracker.hMax Kellermann2008-09-096-173/+84
| * | | strset: fix duplicate valuesMax Kellermann2008-09-091-1/+1
| * | | added string set libraryMax Kellermann2008-09-093-0/+195
| |/ /
* / / metadata_pipe: kill "writer is ahead of reader" messageEric Wong2008-09-091-4/+1
|/ /
* | alsa: use blocking instead of non-blocking writeEric Wong2008-09-081-1/+6
* | alsa: show more debugging informationEric Wong2008-09-081-10/+14
* | alsa: cleanup the mmap logic a bitEric Wong2008-09-081-8/+6
* | alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong2008-09-081-3/+0
* | alsa: only run snd_config_update_free_global once atexitEric Wong2008-09-071-3/+7
* | alsa: move bitformat reading code out of the wayEric Wong2008-09-071-16/+12
* | alsa: always print the period_time we setEric Wong2008-09-071-2/+1
* | alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong2008-09-071-11/+12
* | alsa: get rid of the needless canPause flagEric Wong2008-09-071-3/+0
* | alsa: avoid reassigning ad->writeiEric Wong2008-09-071-7/+4
* | alsa: add reasoning for the non-portable macroEric Wong2008-09-071-0/+2
* | alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-071-16/+9
* | Merge branch 'ew/alsa'Eric Wong2008-09-071-78/+69
|\ \
| * | alsa: optimistically try resuming from suspendEric Wong2008-09-071-11/+12
| * | alsa: extra debugging outputs to fix suspend/hibernateEric Wong2008-09-071-3/+9
| * | alsa: cleanup debug assignment of the "cmd" variableEric Wong2008-09-071-66/+50
* | | playlist: re-randomize when explicitly playing a new songEric Wong2008-09-071-0/+1
|/ /
* | tag: oops, of course items is now ** and not *Eric Wong2008-09-051-2/+2
* | audio_format: volatile removalEric Wong2008-09-051-3/+3
* | Merge branch 'ew/tag-threadsafe'Eric Wong2008-09-053-17/+27
|\ \
| * | tag: lock all accesses to tag_poolEric Wong2008-09-053-6/+15
| * | tag: introduce handy items_size() functionEric Wong2008-09-051-11/+12
|/ /
* | Merge branch 'mk/tag'Eric Wong2008-09-0344-1468/+998
|\ \
| * | tag: fix segfault on updateEric Wong2008-09-032-14/+22
| * | utf8.h: Fix build (broken os_compat.h #include)Eric Wong2008-09-021-1/+1
| * | tag: optimize tag_dup(), copy item referencesMax Kellermann2008-09-023-7/+42
| * | tag: fix the shout and oggflac pluginsMax Kellermann2008-09-022-6/+8
| * | const pointersMax Kellermann2008-09-024-10/+10
| * | tag: static directory nameMax Kellermann2008-09-021-5/+3
| * | tag: try not to reallocate tag.items in every add() callMax Kellermann2008-09-023-7/+91
| * | song: don't export newNullSong()Max Kellermann2008-09-022-3/+1
| * | tag: try not to duplicate the input stringMax Kellermann2008-09-021-13/+18
| * | tag: pass length to fix_utf8()Max Kellermann2008-09-021-3/+4
| * | added "length" parameter to validUtf8String()Max Kellermann2008-09-024-10/+16
| * | assert value!=NULL in fix_utf8()Max Kellermann2008-09-021-1/+3
| * | tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-09-021-9/+11
| * | tag: added a pool for tag itemsMax Kellermann2008-09-025-6/+147