Commit Briefs



Omar Polo

add -Wno-unused-result

it's a bit annoying, in a few cases we can't do anything with, for e.g., write(2) return value, like when we're in a signal handler, so it just adds noise to the build (and breaks it with -Werror)


Omar Polo

bump version


Omar Polo

CHANGES for 0.15 (tags/0.15)


Omar Polo

s/Makefile.configure/config.mk


Omar Polo

fixed make dist


Omar Polo

songmeta: don't link to imsg


Omar Polo

songmeta: add a manpage


Omar Polo

test(1) has =, not ==



Omar Polo

configure: add --with-Werror



Omar Polo

update the readme


Omar Polo

amused-web: listen by default on localhost

Although `amused-web localhost 9090' can be used, it's a bad design to listen by default on all the addresses. If needed, `amused-web '*' 9090' can be used to make it listen on all the IPv4 and IPv6 addresses.