| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | notify the decoder instead of polling 100hz | Max Kellermann | 2008-03-26 | 6 | -1/+125 |
* | unsigned counters | Max Kellermann | 2008-03-26 | 2 | -13/+13 |
* | don't repeat select() | Max Kellermann | 2008-03-26 | 1 | -5/+2 |
* | unlimited select() timeout | Max Kellermann | 2008-03-26 | 1 | -5/+3 |
* | wavpack_plugin: cleanups after the last commit | Eric Wong | 2008-03-26 | 1 | -2/+2 |
* | WavPack improvements | Laszlo Ashin | 2008-03-26 | 1 | -29/+130 |
* | networking: more assertions and cleanups to size_t/unsigned changes | Eric Wong | 2008-03-26 | 2 | -48/+58 |
* | audio.c: unsigned int functions return unsigned ints, not size_t | Eric Wong | 2008-03-26 | 1 | -1/+1 |
* | audiofile_plugin: fix nasty long lines introduced in previous commit | Eric Wong | 2008-03-26 | 1 | -2/+4 |
* | moved code to initOutputBuffer() | Max Kellermann | 2008-03-26 | 3 | -16/+22 |
* | use size_t | Max Kellermann | 2008-03-26 | 9 | -58/+57 |
* | player: more assertions | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | audio: use a machine word for array sizes | Max Kellermann | 2008-03-26 | 2 | -20/+20 |
* | inputPlugins/oggvorbis: removed unused variables | Max Kellermann | 2008-03-26 | 1 | -7/+6 |
* | fix segmentation fault in song info parser | Max Kellermann | 2008-03-26 | 1 | -4/+5 |
* | fix strtok() related segmentation fault | Max Kellermann | 2008-03-26 | 1 | -1/+4 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 9 | -24/+20 |
* | parse/initialize with the correct data type | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 5 | -12/+4 |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 5 | -14/+14 |
* | check the result of fopen() in all code paths | Max Kellermann | 2008-03-26 | 1 | -0/+5 |
* | zero is a valid file descriptor | Max Kellermann | 2008-03-26 | 2 | -7/+7 |
* | moved handlePendingSignals() check into while() condition | Max Kellermann | 2008-03-26 | 1 | -3/+2 |
* | inputPlugins: add .oga suffix support for Ogg containers | Eric Wong | 2008-03-20 | 2 | -2/+2 |
* | listen.c: fix shadow warning here | Eric Wong | 2008-02-05 | 1 | -8/+8 |
* | compress.c: fix skips/distortion introduced in r7146 | Eric Wong | 2008-02-05 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 37 | -197/+223 |
* | storedPlaylist: faster, but less accurate check for maximum sizes | Eric Wong | 2008-01-29 | 1 | -7/+7 |
* | interface: abort if we expire while processing lines | Eric Wong | 2008-01-27 | 1 | -0/+2 |
* | gcc.h: fix compilation with !(gcc >= 3) | Eric Wong | 2008-01-27 | 1 | -0/+1 |
* | 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 |