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