Commit Briefs

Omar Polo

implement topen and tread


Omar Polo

9p doc improvements


Omar Polo

free evp only if it was allocated

apparently, evbuffer_free doesn't like NULLs



Omar Polo

revert the ugly workaround -- use ohash correctly

ohash expects the keys to be laid out in memory, it can't follow pointers. So, convert the key pointer to a flexible array memer at the end of the kp struct. Enojoy O(1) again!


Omar Polo

more todos


Omar Polo

add a todo file


Omar Polo

typo spotted by cage, thanks!


Omar Polo

initialize evbuffer only for dirs




Omar Polo

make the compiler happy


Omar Polo

add two open-related tests