aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-26notify the decoder instead of polling 100hzMax Kellermann6-1/+125
2008-03-26unsigned countersMax Kellermann2-13/+13
2008-03-26don't repeat select()Max Kellermann1-5/+2
2008-03-26unlimited select() timeoutMax Kellermann1-5/+3
2008-03-26wavpack_plugin: cleanups after the last commitEric Wong1-2/+2
2008-03-26WavPack improvementsLaszlo Ashin1-29/+130
2008-03-26networking: more assertions and cleanups to size_t/unsigned changesEric Wong2-48/+58
2008-03-26audio.c: unsigned int functions return unsigned ints, not size_tEric Wong1-1/+1
2008-03-26audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong1-2/+4
2008-03-26moved code to initOutputBuffer()Max Kellermann3-16/+22
2008-03-26use size_tMax Kellermann9-58/+57
2008-03-26player: more assertionsMax Kellermann1-0/+2
2008-03-26audio: use a machine word for array sizesMax Kellermann2-20/+20
2008-03-26inputPlugins/oggvorbis: removed unused variablesMax Kellermann1-7/+6
2008-03-26fix segmentation fault in song info parserMax Kellermann1-4/+5
2008-03-26fix strtok() related segmentation faultMax Kellermann1-1/+4
2008-03-26eliminated duplicate initializationMax Kellermann9-24/+20
2008-03-26parse/initialize with the correct data typeMax Kellermann1-1/+1
2008-03-26fix "unreachable code" warningMax Kellermann5-12/+4
2008-03-26explicitly downcastMax Kellermann5-14/+14
2008-03-26check the result of fopen() in all code pathsMax Kellermann1-0/+5
2008-03-26zero is a valid file descriptorMax Kellermann2-7/+7
2008-03-26moved handlePendingSignals() check into while() conditionMax Kellermann1-3/+2
2008-03-20inputPlugins: add .oga suffix support for Ogg containersEric Wong2-2/+2
2008-02-05listen.c: fix shadow warning hereEric Wong1-8/+8
2008-02-05compress.c: fix skips/distortion introduced in r7146Eric Wong1-1/+1
2008-02-05fix -Wconst warningsMax Kellermann37-197/+223
2008-01-29storedPlaylist: faster, but less accurate check for maximum sizesEric Wong1-7/+7
2008-01-27interface: abort if we expire while processing linesEric Wong1-0/+2
2008-01-27gcc.h: fix compilation with !(gcc >= 3)Eric Wong1-0/+1
2008-01-26Revert the queue implementation and commandsEric Wong5-259/+1
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong3-2/+18
2008-01-26playlist: don't allow no-op/senseless movement of songsEric Wong1-8/+14
2008-01-26playlist: allow move to specify offset from current songEric Wong1-1/+10
2008-01-26command: allow "addid" command to take an optional second argument, positionEric Wong1-2/+14
2008-01-26command: cleanup integer argument validation for commandsEric Wong1-214/+106
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong4-13/+19
2008-01-26gcc.h: support mpd_fprintf__, with arguments shifted even further rightEric Wong1-0/+1
2008-01-26Cleanup checking for tests in src/ when building in separate dirEric Wong1-1/+2
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann5-10/+10
2008-01-26fix -Waggregate-returnMax Kellermann3-10/+10
2008-01-26assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann1-1/+1
2008-01-26fixed -Wshadow warningsMax Kellermann20-183/+185
2008-01-26fixed invalid C prototypesMax Kellermann7-8/+8
2008-01-03ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong4-49/+106
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong4-232/+266
2008-01-03directory: allow db_file to reside on / once againEric Wong1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong93-477/+167
2008-01-03directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong1-13/+3
2008-01-03document parent_path()Eric Wong2-3/+20