aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse/initialize with the correct data typeMax Kellermann2008-03-261-1/+1
* fix "unreachable code" warningMax Kellermann2008-03-265-12/+4
* explicitly downcastMax Kellermann2008-03-265-14/+14
* check the result of fopen() in all code pathsMax Kellermann2008-03-261-0/+5
* zero is a valid file descriptorMax Kellermann2008-03-262-7/+7
* moved handlePendingSignals() check into while() conditionMax Kellermann2008-03-261-3/+2
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-202-2/+2
* listen.c: fix shadow warning hereEric Wong2008-02-051-8/+8
* compress.c: fix skips/distortion introduced in r7146Eric Wong2008-02-051-1/+1
* fix -Wconst warningsMax Kellermann2008-02-0537-197/+223
* storedPlaylist: faster, but less accurate check for maximum sizesEric Wong2008-01-291-7/+7
* interface: abort if we expire while processing linesEric Wong2008-01-271-0/+2
* gcc.h: fix compilation with !(gcc >= 3)Eric Wong2008-01-271-0/+1
* Revert the queue implementation and commandsEric Wong2008-01-265-259/+1
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-263-2/+18
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-261-8/+14
* playlist: allow move to specify offset from current songEric Wong2008-01-261-1/+10
* command: allow "addid" command to take an optional second argument, positionEric Wong2008-01-261-2/+14
* command: cleanup integer argument validation for commandsEric Wong2008-01-261-214/+106
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-264-13/+19
* gcc.h: support mpd_fprintf__, with arguments shifted even further rightEric Wong2008-01-261-0/+1
* Cleanup checking for tests in src/ when building in separate dirEric Wong2008-01-261-1/+2
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-265-10/+10
* fix -Waggregate-returnMax Kellermann2008-01-263-10/+10
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-2620-183/+185
* fixed invalid C prototypesMax Kellermann2008-01-267-8/+8
* ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong2008-01-034-49/+106
* zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong2008-01-034-232/+266
* directory: allow db_file to reside on / once againEric Wong2008-01-031-0/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-0393-477/+167
* directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong2008-01-031-13/+3
* document parent_path()Eric Wong2008-01-032-3/+20
* playerCloseAudio() is staticEric Wong2008-01-032-3/+3
* player.c: introduce set_current_song to avoid needless repetitionEric Wong2008-01-031-27/+13
* song: updateSongInfo: left out charset conversion when going thread-safeEric Wong2008-01-011-2/+4
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-013-5/+3
* Simplify decode cleanup logic a bitEric Wong2008-01-0111-126/+21
* charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong2008-01-011-1/+2
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-013-90/+60
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-013-108/+69
* storedPlaylist: cleanup load functionEric Wong2008-01-011-72/+16
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-011-15/+5
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-013-29/+54
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-013-12/+15
* storedPlaylist: fix compile warning (last-second internal API change)Eric Wong2008-01-011-2/+0
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-012-90/+73
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-311-1/+5
* ogg_common: fix indent screwupEric Wong2007-12-311-14/+5