aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-09output: renamed the functions in output_control.cMax Kellermann4-34/+34
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann7-216/+281
2008-09-09output: renamed method namesMax Kellermann2-34/+23
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-09timer: constant pointersMax Kellermann3-3/+3
2008-09-09storedPlaylist: correctly expand path when writingEric Wong1-5/+6
2008-09-09alsa: use blocking instead of non-blocking writeEric Wong1-1/+6
2008-09-08alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong1-5/+0
2008-09-08alsa: only run snd_config_update_free_global once atexitEric Wong1-3/+7
2008-09-08alsa: move bitformat reading code out of the wayEric Wong1-16/+12
2008-09-08alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong1-11/+12
2008-09-08alsa: get rid of the needless canPause flagEric Wong1-3/+0
2008-09-08alsa: capitalize "ALSA" consistently in messagesEric Wong1-8/+8
2008-09-08alsa: optimistically try resuming from suspendEric Wong1-6/+4
2008-09-08strset: fix duplicate valuesMax Kellermann1-1/+1
2008-09-08use strset.h instead of tagTracker.hMax Kellermann6-163/+58
2008-09-08added string set libraryMax Kellermann3-0/+195
2008-09-08output: const plugin structuresMax Kellermann11-11/+11
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann8-80/+104
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann2-24/+12
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann14-131/+142
2008-09-07output: added output_api.hMax Kellermann15-90/+115
2008-09-07pack the struct audio_formatMax Kellermann1-1/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann34-83/+98
2008-09-07playlist: return -1 after assert(0)Max Kellermann1-0/+1
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann1-16/+29
2008-09-07command: use client_[gs]et_permission()Max Kellermann3-84/+86
2008-09-07client: added client_[gs]et_permission()Max Kellermann2-0/+14
2008-09-07command: don't pass permission as pointer where appropriateMax Kellermann1-6/+6
2008-09-07audio_format: volatile removalEric Wong1-3/+3
2008-09-07tag: oops, of course items is now ** and not *Eric Wong1-2/+2
2008-09-07tag: lock all accesses to tag_poolEric Wong3-6/+15
2008-09-07tag: introduce handy items_size() functionEric Wong1-11/+12
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann6-33/+43
2008-09-07removed fdprintf() and client_print()Max Kellermann5-120/+0
2008-09-07client: removed client_get_fd()Max Kellermann2-15/+0
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann3-9/+12
2008-09-07stats: don't pass "fd" to printStats()Max Kellermann3-12/+21
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann3-11/+10
2008-09-07playlist: added playlist_save()Max Kellermann1-2/+11
2008-09-07ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann3-10/+12
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann3-8/+9
2008-09-07command: concatenate strings at compile timeMax Kellermann1-27/+27
2008-09-07command: removed commandError()Max Kellermann2-27/+0
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann3-5/+5
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann12-110/+121
2008-09-07command: pass struct client to all commandsMax Kellermann1-248/+259
2008-09-07command: pass struct client to getCommandEntryAnd...()Max Kellermann1-26/+21
2008-09-07command: added command_success() and command_error()Max Kellermann3-5/+35
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann3-18/+21