aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22songvec: remove songvec_pruneEric Wong3-27/+0
2008-09-22directory: update do its work inside a threadEric Wong5-125/+56
2008-09-22directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-20Don't try to prune unless we're updatingEric Wong1-1/+2
2008-09-20workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-20Replace SongList with struct songvecEric Wong8-136/+226
2008-09-20directory: remove unused updateMp3Directory() functionEric Wong2-20/+0
2008-09-20start using prefixcmp()Eric Wong8-58/+29
2008-09-20Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2-0/+12
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong10-55/+60
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