Commits


don't +1...


correctly handle version with dots


use an intermediate buffer to print the version


typo...


log string length too


handle version with a `.'


don't over-increment the buffer ptr


don't. use. sizeof(np_msg_header). NEVER


warn on unknown 9P versions


convert the correct variable


initial Tversion handling


[client] fix reading/writing of some fields the gist was correct, but there was still a memcpy on the struct. No good. And a missing conversion. No good indeed.


log the user and the directory


introduce an evbuffer to accumulate a packet before sending


don't write the struct, the compiler adds some padding!