Commit Briefs

Omar Polo

tag 0.2 (tags/0.2)

* fix twstat handling of mode bits * rejects incoming connections with a ridiculously small msize * allow "jumbo" (i.e. more than 16K) Twrite and Treads * allow Tread to read exactly msize bytes * kamiftp: fix reads wrt msize * kamiftp: do maximum reads and writes


Omar Polo

fix git link and add codeberg mirror


Omar Polo

prepare the site for 0.2


Omar Polo

rework & re-export Yotsuba


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