aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-291-11/+6
* flac: removed generic sample size supportMax Kellermann2008-09-291-31/+27
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-291-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-291-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-291-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-294-120/+90
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-291-6/+2
* directory: update playlist version if updatedEric Wong2008-09-281-1/+6
* playlist: fix currentsong info after swapping songsEric Wong2008-09-281-0/+4
* playlist: reset after we've hit the endEric Wong2008-09-281-0/+6
* advance to the next song on decoder errorsEric Wong2008-09-283-6/+17
* song: removed type SongListMax Kellermann2008-09-264-45/+2
* command: fix command "addid"Max Kellermann2008-09-261-1/+1
* Revert "directory: serialize freeSong() within the main thread"Eric Wong2008-09-231-9/+1
* songvec: avoid free(NULL)Eric Wong2008-09-231-2/+4
* directory: use songvec_free to prevent memory leaks.Eric Wong2008-09-231-2/+1
* directory: fix leak introduced with threaded updateEric Wong2008-09-231-1/+1
* directory: serialize freeSong() within the main threadEric Wong2008-09-231-1/+10
* log: remove umask() calls, just change open(2) argsEric Wong2008-09-221-8/+2
* Remove EINTR checking for open(2)Eric Wong2008-09-222-4/+2
* directory: don't leak file handles if we get a corrupt dbEric Wong2008-09-221-1/+1
* Merge branch 'ew/directory'Eric Wong2008-09-228-221/+102
|\
| * songvec: remove songvec_pruneEric Wong2008-09-223-27/+0
| * directory: update do its work inside a threadEric Wong2008-09-225-125/+56
| * directory: use enum update_return for return valuesEric Wong2008-09-221-72/+49
* | Merge branch 'ew/directory'Eric Wong2008-09-2016-253/+318
|\|
| * Don't try to prune unless we're updatingEric Wong2008-09-201-1/+2
| * workaround race condition on updates with broken signal blockingEric Wong2008-09-201-39/+50
| * Replace SongList with struct songvecEric Wong2008-09-208-136/+226
| * directory: remove unused updateMp3Directory() functionEric Wong2008-09-202-20/+0
| * start using prefixcmp()Eric Wong2008-09-208-58/+29
| * Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-202-0/+12
* | Oops, open() with O_CREAT is nicer with a modeEric Wong2008-09-202-2/+2
* | volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-181-1/+0
* | oss: avoid heap allocations when configuring mixerEric Wong2008-09-181-13/+13
|/
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-1810-55/+60
* fdprintf and vfdprintf get error handlingEric Wong2008-09-182-14/+22
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-182-50/+22
* mp3: fix long line, I can't read past 80 colsEric Wong2008-09-171-1/+2
* mp3: fix buffer overflow when max_frames is too largeMax Kellermann2008-09-171-0/+5
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+2
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* Merge branch 'mk/client-merge'Eric Wong2008-09-1227-1363/+1981
|\
| * client: shorten names of the struct client variablesEric Wong2008-09-121-210/+209
| * client: simplified client_read()Max Kellermann2008-09-101-3/+5
| * client: client_input_received() returns 0Max Kellermann2008-09-101-4/+2
| * client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-101-15/+14
| * client: renamed local variable "selret" to "ret"Max Kellermann2008-09-101-4/+5
| * client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-101-4/+3
| * client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-091-1/+2