Commit Briefs

812e093d72 Omar Polo

tweak ls output


fa4414d1b9 Omar Polo

refactor stat parsing in its own function


28c4058467 Omar Polo

fmt


7ea596696a cage

- [regress-extra] added test for copying and moving a file;

- [regress-extra] fixed 'make-huge-data' so that returns always the same value.


9941dc2eb1 Omar Polo

use shell prompts consistently in the README.md



1cf719e9c6 Omar Polo

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.





d8dd8bd77f Omar Polo

tread: read at most the requested size

spotted by cage, thanks!


9857629615 Omar Polo

even more to do!


1b3f8c3579 cage

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


c715164bba cage

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


34719c284b cage

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