| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert the queue implementation and commands | Eric Wong | 2008-01-26 | 5 | -259/+1 |
* | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 2008-01-26 | 3 | -2/+18 |
* | playlist: don't allow no-op/senseless movement of songs | Eric Wong | 2008-01-26 | 1 | -8/+14 |
* | playlist: allow move to specify offset from current song | Eric Wong | 2008-01-26 | 1 | -1/+10 |
* | command: allow "addid" command to take an optional second argument, position | Eric Wong | 2008-01-26 | 1 | -2/+14 |
* | command: cleanup integer argument validation for commands | Eric Wong | 2008-01-26 | 1 | -214/+106 |
* | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 2008-01-26 | 4 | -13/+19 |
* | gcc.h: support mpd_fprintf__, with arguments shifted even further right | Eric Wong | 2008-01-26 | 1 | -0/+1 |
* | Cleanup checking for tests in src/ when building in separate dir | Eric Wong | 2008-01-26 | 1 | -1/+2 |
* | fixed "comparison between signed and unsigned" | Max Kellermann | 2008-01-26 | 5 | -10/+10 |
* | fix -Waggregate-return | Max Kellermann | 2008-01-26 | 3 | -10/+10 |
* | assume old flac api when FLAC_API_VERSION_CURRENT is not defined | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 20 | -183/+185 |
* | fixed invalid C prototypes | Max Kellermann | 2008-01-26 | 7 | -8/+8 |
* | ioops: make this zero-impact when compiling w/o zeroconf as well | Eric Wong | 2008-01-03 | 4 | -49/+106 |
* | zeroconf: reformat (with mpd-indent.sh + manual tweaks) | Eric Wong | 2008-01-03 | 4 | -232/+266 |
* | directory: allow db_file to reside on / once again | Eric Wong | 2008-01-03 | 1 | -0/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 93 | -477/+167 |
* | directory.c: get rid of the horrid dirname(3) and libgen.h dependency | Eric Wong | 2008-01-03 | 1 | -13/+3 |
* | document parent_path() | Eric Wong | 2008-01-03 | 2 | -3/+20 |
* | playerCloseAudio() is static | Eric Wong | 2008-01-03 | 2 | -3/+3 |
* | player.c: introduce set_current_song to avoid needless repetition | Eric Wong | 2008-01-03 | 1 | -27/+13 |
* | song: updateSongInfo: left out charset conversion when going thread-safe | Eric Wong | 2008-01-01 | 1 | -2/+4 |
* | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 2008-01-01 | 3 | -5/+3 |
* | Simplify decode cleanup logic a bit | Eric Wong | 2008-01-01 | 11 | -126/+21 |
* | charConv: tie the buffer size for iconv() to our PATH_MAX constant | Eric Wong | 2008-01-01 | 1 | -1/+2 |
* | storedPlaylist: remove the needless StoredPlaylist struct and just use List | Eric Wong | 2008-01-01 | 3 | -90/+60 |
* | storedPlaylist: cleanup API and avoid needless heap allocations + error checks | Eric Wong | 2008-01-01 | 3 | -108/+69 |
* | storedPlaylist: cleanup load function | Eric Wong | 2008-01-01 | 1 | -72/+16 |
* | playlist: cleanup pathname generation for the "rm" command, too | Eric Wong | 2008-01-01 | 1 | -15/+5 |
* | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 2008-01-01 | 3 | -29/+54 |
* | Make utf8_to_fs_playlist_path universally accessible | Eric Wong | 2008-01-01 | 3 | -12/+15 |
* | storedPlaylist: fix compile warning (last-second internal API change) | Eric Wong | 2008-01-01 | 1 | -2/+0 |
* | mpc_plugin: break out if a missed error branch | Eric Wong | 2008-01-01 | 1 | -0/+2 |
* | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong | 2008-01-01 | 2 | -90/+73 |
* | Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead | Qball Cow | 2007-12-31 | 1 | -1/+5 |
* | ogg_common: fix indent screwup | Eric Wong | 2007-12-31 | 1 | -14/+5 |
* | fix builds that only have FLAC >= 1.1.3 but not Ogg-Vorbis | Eric Wong | 2007-12-31 | 3 | -9/+9 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 28 | -429/+405 |
* | If clearing stored playlist fails, don't return error + OK. but only the error. | Qball Cow | 2007-12-27 | 1 | -2/+1 |
* | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 2007-12-16 | 1 | -0/+4 |
* | Fix possible wrong 'addition' | Qball Cow | 2007-12-10 | 1 | -1/+1 |
* | Fix replaygain for latest flac version. | Qball Cow | 2007-12-06 | 1 | -0/+9 |
* | Re-enable seeking in http streams. | Qball Cow | 2007-11-28 | 2 | -7/+4 |
* | Don't try to forever to get data when the sockets winds up in "temporary | Qball Cow | 2007-11-28 | 1 | -8/+21 |
* | A better way to do the last patch (extremely minor patch) | Avuton Olrich | 2007-11-21 | 1 | -4/+2 |
* | Fix Sun C 5.9 / C99 compatiblity | Avuton Olrich | 2007-11-21 | 1 | -0/+3 |
* | When parsing id3_frames take in account that there are different frames | Qball Cow | 2007-11-21 | 1 | -40/+137 |
* | Disable seeking on streams, because of bug 1611. When playing ogg, the decode... | Qball Cow | 2007-11-18 | 1 | -1/+1 |
* | Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o... | Qball Cow | 2007-10-03 | 1 | -1/+18 |