- 30 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 03 Sep, 2012 1 commit
-
-
Max Kellermann authored
This library crashes on out-of-memory (NULL pointer dereference). There's not much useful MPD can do in such a situation, so let's explicitly abort instead, just like GLib does.
-
- 09 Feb, 2011 1 commit
-
-
Thomas Jansen authored
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
-
- 12 May, 2010 1 commit
-
-
Avuton Olrich authored
In mingw32, int16_t is not defined by sys/types.h, but it is by stdint.h, and it is in the int16_t man page as being defined in stdint.h. Thanks to mithi for help debugging.
-
- 17 Mar, 2010 1 commit
-
-
Max Kellermann authored
For int16_t.
-
- 03 Dec, 2009 1 commit
-
-
Jeffrey Middleton authored
This includes some default values of #defined constants used in the code; it won't compile without it.
-
- 02 Dec, 2009 1 commit
-
-
J. Shagam authored
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]
-