Commits


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


bring in newer ev and bufio from telescope merge our local changes to bufio though.


remove now misleading comment


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.


don't ignore daemon() failure


bump version


CHANGES for 0.14


bump date


update imsg test: amused now needs the new APIs


convert to imsg_get_type()


convert to imsg_get_fd()


use imsg_get_data() instead of accessing imsg.data


rename ibuf arguments to imsgbuf ibuf is just too confusing since there is also the 'struct ibuf'.


remove unused control_imsg_relay


update bundled imsg