Commit Briefs

Omar Polo

web: detect EOF (main)

after the ev/bufio update amused-web could spin since it didn't detect the EOF.


Omar Polo

bring in newer ev and bufio from telescope

merge our local changes to bufio though.


Omar Polo

remove now misleading comment


Omar Polo

fix amused-web build on linux

Here we have endian.h but also need some other compat shims; the build was failing with an unclear "can't include machine/endian.h". Alter our local endian.h to #include_next endian.h. Then, move the various #define HAVE_* before including any header in config.h since some of the included headers were pulling in endian.h before HAVE_ENDIAN_H is defined.


Omar Polo

don't ignore daemon() failure


Omar Polo

bump version


Omar Polo

CHANGES for 0.14 (tags/0.14)


Omar Polo

bump date



Omar Polo

convert to imsg_get_type()


Omar Polo

convert to imsg_get_fd()



Omar Polo

rename ibuf arguments to imsgbuf

ibuf is just too confusing since there is also the 'struct ibuf'.


Omar Polo

remove unused control_imsg_relay


Omar Polo

update bundled imsg