Commits


use shell prompts consistently in the README.md


- [regress-extra] fixed test 'test-read-a-tiny-amount-of-data', a condition signalled was expected.


reply with an Rerror if Rread/Rstat would overflow msize Other replies have either a fixed reply size or a (relatively small) maximum reply size. Rread and Rstat on the other hand are easy to abuse and generate replies longer that msize. I don't care if a client manage to negotiate a ridiculy small msize (maybe will add a minimum value in tversion in the future), but I feel that Rread and Rstat need a small safety net.


- [regress-extra] added test 'read-data-exceeding-msize'.


- [regress-extra] added test 'read-a-tiny-amount-of-data'.


- [regress-extra] added tests that read and write a big amount of data from a file.


tread: read at most the requested size spotted by cage, thanks!


even more to do!


- [regress-extra] added a few more tests.


- [regress-extra] changed library's name.


- [regress-extra] removed client's code.


add some thoughts


cosmetic change


more to do!


improve comment regarding 9p Tstat compliance