Commits


acme: check file content before declaring file "modified since last read" Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.)


acme, sam: handle >1GB files correctly TBR=rsc https://codereview.appspot.com/74060043


More files related to user-level file servers. Also add acme!