aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Revert the queue implementation and commandsEric Wong2008-01-26
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-26
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-26
* playlist: allow move to specify offset from current songEric Wong2008-01-26
* command: allow "addid" command to take an optional second argument, positionEric Wong2008-01-26
* command: cleanup integer argument validation for commandsEric Wong2008-01-26
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-26
* gcc.h: support mpd_fprintf__, with arguments shifted even further rightEric Wong2008-01-26
* Cleanup checking for tests in src/ when building in separate dirEric Wong2008-01-26
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* fix -Waggregate-returnMax Kellermann2008-01-26
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* fixed invalid C prototypesMax Kellermann2008-01-26
* ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong2008-01-03
* zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong2008-01-03
* directory: allow db_file to reside on / once againEric Wong2008-01-03
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong2008-01-03
* document parent_path()Eric Wong2008-01-03
* playerCloseAudio() is staticEric Wong2008-01-03
* player.c: introduce set_current_song to avoid needless repetitionEric Wong2008-01-03
* song: updateSongInfo: left out charset conversion when going thread-safeEric Wong2008-01-01
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-01
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong2008-01-01
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-01
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-01
* storedPlaylist: cleanup load functionEric Wong2008-01-01
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-01
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-01
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-01
* storedPlaylist: fix compile warning (last-second internal API change)Eric Wong2008-01-01
* mpc_plugin: break out if a missed error branchEric Wong2008-01-01
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-01
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-31
* ogg_common: fix indent screwupEric Wong2007-12-31
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-31
* Merge branches/ew r7104Eric Wong2007-12-28
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-27
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-16
* Fix possible wrong 'addition'Qball Cow2007-12-10
* Fix replaygain for latest flac version.Qball Cow2007-12-06
* Re-enable seeking in http streams.Qball Cow2007-11-28
* Don't try to forever to get data when the sockets winds up in "temporaryQball Cow2007-11-28
* A better way to do the last patch (extremely minor patch)Avuton Olrich2007-11-21
* Fix Sun C 5.9 / C99 compatiblityAvuton Olrich2007-11-21
* When parsing id3_frames take in account that there are different framesQball Cow2007-11-21
* Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow2007-11-18
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-03