Commit Briefs

Omar Polo

improve telescope.1



Omar Polo

improve about:crash



Omar Polo

telescope.1: remove the text-wrapping CAVEAT

not that we're particularly smart now, but libgrapheme gives us a nice result in the scripts I tried.


Omar Polo

ev: style tweak for cancel_timer()

in case i == base->ntimers bubbledown() won't do anything, but it's still better to pass an index that we know is valid.


Omar Polo

decouple bufio from ev

more a matter of cleanliness than a strong reason, but this allows to reuse bufio without ev (if wanted to.)


Omar Polo

net: initialize fds earlier



Omar Polo

ev: protect from timers that delete themselves

delete the timer before running the callback: code in net.c may end up deleting the current timer from the timer' callback.


Omar Polo

ev: switch to poll(2)

ppoll(2) may not be available and we don't really need sub-millisecond precision.


Omar Polo

draft the changelog for 0.9




Omar Polo

add libobj to the tests