aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-09fix -Wcast-qual -Wwrite-strings warningsMax Kellermann5-27/+42
2008-09-09playlist: return -1 after assert(0)Max Kellermann1-0/+1
2008-09-09command: concatenate strings at compile timeMax Kellermann1-27/+33
2008-09-09audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann3-18/+21
2008-09-09volume: don't pass "fd" to changeVolumeLevel()Max Kellermann3-21/+26
2008-09-09directory: printDirectoryInfo() does not call commandError()Max Kellermann2-4/+4
2008-09-09directory: don't pass fd to traverseAllIn()Max Kellermann6-32/+69
2008-09-09directory: don't pass fd to traverseAllIn() callbacksMax Kellermann4-51/+81
2008-09-09playlist: PlaylistInfo() does not call commandError()Max Kellermann2-6/+15
2008-09-09playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann6-150/+126
2008-09-09playlist: don't pass "fd" to playlist.c functionsMax Kellermann4-185/+245
2008-09-09playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann3-10/+8
2008-09-09playlist: moved "repeat" and "random" value checks to command.cMax Kellermann3-24/+26
2008-09-09playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann1-0/+2
2008-09-09playlist: replaced run-time check with assertionMax Kellermann1-1/+3
2008-09-09playlist: added is_valid_playlist_name()Max Kellermann2-3/+10
2008-09-09dbUtils, playlist, directory: pass constant pointersMax Kellermann6-37/+38
2008-09-09use strset.h instead of tagTracker.hMax Kellermann6-173/+84
2008-09-09strset: fix duplicate valuesMax Kellermann1-1/+1
2008-09-09added string set libraryMax Kellermann3-0/+195
2008-09-08alsa: use blocking instead of non-blocking writeEric Wong1-1/+6
2008-09-08alsa: show more debugging informationEric Wong1-10/+14
2008-09-08alsa: cleanup the mmap logic a bitEric Wong1-8/+6
2008-09-08alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong1-3/+0
2008-09-07alsa: only run snd_config_update_free_global once atexitEric Wong1-3/+7
2008-09-07alsa: move bitformat reading code out of the wayEric Wong1-16/+12
2008-09-07alsa: always print the period_time we setEric Wong1-2/+1
2008-09-07alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong1-11/+12
2008-09-07alsa: get rid of the needless canPause flagEric Wong1-3/+0
2008-09-07alsa: avoid reassigning ad->writeiEric Wong1-7/+4
2008-09-07alsa: add reasoning for the non-portable macroEric Wong1-0/+2
2008-09-07alsa: capitalize "ALSA" consistently in messagesEric Wong1-16/+9
2008-09-07alsa: optimistically try resuming from suspendEric Wong1-11/+12
2008-09-07alsa: extra debugging outputs to fix suspend/hibernateEric Wong1-3/+9
2008-09-07alsa: cleanup debug assignment of the "cmd" variableEric Wong1-66/+50
2008-09-07playlist: re-randomize when explicitly playing a new songEric Wong1-0/+1
2008-09-05tag: oops, of course items is now ** and not *Eric Wong1-2/+2
2008-09-05audio_format: volatile removalEric Wong1-3/+3
2008-09-05tag: lock all accesses to tag_poolEric Wong3-6/+15
2008-09-05tag: introduce handy items_size() functionEric Wong1-11/+12
2008-09-03tag: fix segfault on updateEric Wong2-14/+22
2008-09-02ob_send: avoid void pointer arithmetic warningEric Wong1-1/+1
2008-09-02volume: include outputBuffer.h for ob_set_sw_volumeEric Wong1-0/+1
2008-09-02Add missing function prototypesEric Wong4-4/+7
2008-09-02utf8.h: Fix build (broken os_compat.h #include)Eric Wong1-1/+1
2008-09-02tag: optimize tag_dup(), copy item referencesMax Kellermann3-7/+42
2008-09-02tag: fix the shout and oggflac pluginsMax Kellermann2-6/+8
2008-09-02const pointersMax Kellermann4-10/+10
2008-09-02tag: static directory nameMax Kellermann1-5/+3
2008-09-02tag: try not to reallocate tag.items in every add() callMax Kellermann3-7/+91