aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-01-03playerCloseAudio() is staticEric Wong2-3/+3
2008-01-03player.c: introduce set_current_song to avoid needless repetitionEric Wong1-27/+13
2008-01-01song: updateSongInfo: left out charset conversion when going thread-safeEric Wong1-2/+4
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong3-5/+3
2008-01-01Simplify decode cleanup logic a bitEric Wong11-126/+21
2008-01-01charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong1-1/+2
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong3-90/+60
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong3-108/+69
2008-01-01storedPlaylist: cleanup load functionEric Wong1-72/+16
2008-01-01playlist: cleanup pathname generation for the "rm" command, tooEric Wong1-15/+5
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong3-29/+54
2008-01-01Make utf8_to_fs_playlist_path universally accessibleEric Wong3-12/+15
2008-01-01storedPlaylist: fix compile warning (last-second internal API change)Eric Wong1-2/+0
2008-01-01mpc_plugin: break out if a missed error branchEric Wong1-0/+2
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2-90/+73
2007-12-31Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow1-1/+5
2007-12-31ogg_common: fix indent screwupEric Wong1-14/+5
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong3-9/+9
2007-12-28Merge branches/ew r7104Eric Wong28-429/+405
2007-12-27If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow1-2/+1
2007-12-16Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow1-0/+4
2007-12-10Fix possible wrong 'addition'Qball Cow1-1/+1
2007-12-06Fix replaygain for latest flac version.Qball Cow1-0/+9
2007-11-28Re-enable seeking in http streams.Qball Cow2-7/+4
2007-11-28Don't try to forever to get data when the sockets winds up in "temporaryQball Cow1-8/+21
2007-11-21A better way to do the last patch (extremely minor patch)Avuton Olrich1-4/+2