Commit Briefs

Omar Polo

artwork for 0.2




Omar Polo

simplify check in handle_message


Omar Polo

report the correct write length




Omar Polo

cmd_ls: fix read size

don't use a constant: msize may be lower than that. Instead, use `msize - 4' which is guaranteed to be the maximum transferreable size. (it's not possible for msize to be lower than 4 since we reject ridiculously small msizes, so that difference can't underflow.)


Omar Polo

reject ridiculously small msizes


Omar Polo

fflush stdout in hexdump


Omar Polo

allow jumbo reads


Omar Polo

allow Tread to fill a message

a message of `msize' len is valid, we just need to make sure to _not_ overflow it.


Omar Polo

allow jumbo Twrites for real


Omar Polo

typo


Omar Polo

sync changelog