aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18fdprintf and vfdprintf get error handlingEric Wong2-14/+22
2008-09-18Directory: don't allocate stat information dynamicallyEric Wong2-50/+22
2008-09-17mp3: fix long line, I can't read past 80 colsEric Wong1-1/+2
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann1-0/+5
2008-09-17client: check expired after client_process_line()Max Kellermann1-1/+2
2008-09-12mp4: fix potential integer overflow bug in the mp4_decode() functionTerry1-0/+7
2008-09-12client: shorten names of the struct client variablesEric Wong1-210/+209
2008-09-10client: simplified client_read()Max Kellermann1-3/+5
2008-09-10client: client_input_received() returns 0Max Kellermann1-4/+2
2008-09-10client: check for COMMAND_RETURN_CLOSEMax Kellermann1-15/+14
2008-09-10client: renamed local variable "selret" to "ret"Max Kellermann1-4/+5
2008-09-10client: moved CLOSE/KILL check after client_process_line()Max Kellermann1-4/+3
2008-09-10alsa: re-enable-nonblocking, but sleep if busyEric Wong1-7/+9
2008-09-09metadata_pipe: kill "writer is ahead of reader" messageEric Wong1-4/+1
2008-09-09client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann1-1/+2
2008-09-09client: removed assert(client->fd)>=0Max Kellermann1-4/+2
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