aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/elog.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-0/+1
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.)
2008-06-01acme: fix owner bug in elogapplyRuss Cox1-1/+12
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2005-03-23Two bug fixes.rsc1-33/+25
1. Make sure cmdname NUL-terminates its arguments. 2. Fix the elogapply warning, hopefully.
2004-03-21Small tweaksrsc1-1/+1
Lots of new code imported.
2003-12-11More files related to user-level file servers.rsc1-0/+350
Also add acme!