Commit Briefs

Omar Polo

fix bufferevent tls I/O on libevent2

on libevent2 we need to wrap evbuffer_add with evbuffer_freeze/evbuffer_unfreeze. Not sure exactly why, probably because we're doing some evbuffer_enable/disable/enable-again. Retain compatibility with the custom libevent1 in base on OpenBSD.



Omar Polo

"humanize" byte progress

i.e. trasform XYZ bytes to something readable


Omar Polo

add compat for strsep


Omar Polo

fixed strtonum prototype

found by cage_: thanks!



Omar Polo

added compat for ohash


Omar Polo

add compat for memmem(3)


Omar Polo

fix compat layer build