Commit Briefs

Omar Polo

bufio: rename pflags -> wantev (main)


Omar Polo

bufio: add buf_getdelim

will help simplifying a bit in net.c, and it's generally useful.


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

bufio: add bufio_drain()



Omar Polo

bufio: fix bufio_read for TLS



Omar Polo

bufio: add bufio_close()


Omar Polo

bufio: provide bufio_free()


Omar Polo

bufio: convert to new ev' EV_* event types

unfortunate, but a small coupling with either poll(2) or ev is needed.


Omar Polo

import bufio from syncparty