aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fossil/9p.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-2/+2
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2013-09-26fossil: cast Qid.vers, Dir.mode and Qid.mtime to u32int (thanks Tim Kack)David du Colombier1-4/+4
R=rsc https://codereview.appspot.com/13981043
2013-09-26fossil: required p9p changesDavid du Colombier1-0/+13
R=rsc https://codereview.appspot.com/13352057
2013-09-23fossil: move from liboventi to libthread and libventiDavid du Colombier1-91/+91
R=rsc https://codereview.appspot.com/13504049
2013-09-23fossil: import from plan 9David du Colombier1-0/+1181
R=rsc https://codereview.appspot.com/7988047