Commit Briefs

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




Omar Polo

fix Tattach handling

The previous implementation assumed that you can't attach more than once. This is clearly wrong, Tattach and Twalk are the two ways to obtain new fids. This drops the error on subsequential attach and making the test "multiple attach" passes.