Commit Briefs

Omar Polo

amused-web: centralize the imsg handling

Keep a copy of the playing queue, status etc. to render the UI without doing imsg in the render path.


Omar Polo

don't reply with a STATUS on MODE change

This is to help amused-web. Change the ctl to send an extra STATUS after a MODE change to preserve the behaviour.


Omar Polo

amused-web: sync DISTFILES


Omar Polo

amused-web: split out css and js to their own routes

In the future we could apply some caching to these.










Omar Polo

amused-web: tweak bufio APIs for future HTTP usage

add bufio_free() to free the bufio without re-initialization, add support for writing HTTP-style chunks and add ability to extract data from the read buffer via the bufio_* layer instead of peeking at the internals.


Omar Polo

amused-web: crank up BIO_CHUNK