aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/file.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-9/+9
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>
2014-03-03fix gcc 4.8 warningsDavid du Colombier1-8/+0
LGTM=rsc R=rsc https://codereview.appspot.com/33240044
2011-11-08venti: fix format on ulongDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-27/+26
2008-10-26libventi: correct vtfilesetsize bug (reported by Michael Kaminsky)Russ Cox1-1/+1
2008-06-14libventi: minor vtfile bug fixesRuss Cox1-1/+12
2007-04-21sync with plan 9rsc1-1/+1
2006-10-19Fix a handful of small one-time memory leaks in vbackup,rsc1-1/+6
and one per-package memory leak (in writethread).
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-12-30consistency is the hobgoblin of little minds. (taj/andrey)rsc1-1/+1
2005-12-14better errorsrsc1-1/+1
2005-07-24venti updatesrsc1-23/+27
2005-07-13updatersc1-0/+1
2005-07-13updatersc1-2/+3
2005-01-14stupid sunrsc1-4/+1
2004-12-28compiler appeasementrsc1-1/+1
2004-06-17another flush bug fixrsc1-1/+1
2004-06-17attempt better flushingrsc1-18/+31
'
2004-06-17silly cache hack, also fix vtfilewritebefore not to be so aggressive.rsc1-4/+7
2004-06-17little bug fixesrsc1-2/+4
2004-06-16fix problem in cache.rsc1-3/+0
2004-06-16extra assertion, fix leak in vtreadrsc1-0/+2
2004-03-15Various small interface changes.rsc1-25/+7
2003-11-23new venti library.rsc1-0/+1264