summaryrefslogtreecommitdiffstats
path: root/src/libventi
Commit message (Collapse)AuthorAgeFilesLines
* libventi: correct handling of VtRead sizeRuss Cox2009-07-261-1/+1
| | | | | | | | | Fixes #7 http://code.swtch.com/plan9port/issue/7/ Thanks to Venkatesh Srinivas and Michael Teichgräber for finding the bug. http://codereview.appspot.com/98041
* libventi: fix cache teardown checksRuss Cox2009-06-161-1/+1
|
* venti: 32-bit extensions to data structuresRuss Cox2009-05-254-72/+168
|
* libventi: protocol support for blocks larger than 64kRuss Cox2009-05-254-22/+63
|
* libventi: remove unused variableRuss Cox2008-12-231-1/+0
|
* libventi: add %+TRuss Cox2008-12-232-22/+7
|
* libventi: correct vtfilesetsize bug (reported by Michael Kaminsky)Russ Cox2008-10-262-2/+2
|
* libventi: minor vtfile bug fixesRuss Cox2008-06-141-1/+12
|
* libventi: return value nitsRuss Cox2008-06-142-2/+2
|
* sync with plan 9rsc2007-04-215-20/+9
|
* correct dangling pointer race (Bakul Shah)rsc2007-04-084-6/+36
|
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-1911-12/+61
| | | | and one per-package memory leak (in writethread).
* fix cache bug (Eoghan Sherry)rsc2006-07-231-0/+2
|
* add vttimefmtrsc2006-07-182-0/+26
|
* cut and paste fixesrsc2006-05-051-2/+4
|
* add debugpacketrsc2006-05-051-0/+265
|
* vttracelevelrsc2006-05-051-3/+21
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-016-14/+14
|
* consistency is the hobgoblin of little minds. (taj/andrey)rsc2005-12-301-1/+1
|
* better errorsrsc2005-12-142-2/+1
|
* Better logging in vtrpc, publish cache statistics.rsc2005-11-023-7/+20
|
* silence various warningsrsc2005-08-111-1/+5
|
* venti updatesrsc2005-07-243-28/+44
|
* updatersc2005-07-131-0/+1
|
* updatersc2005-07-131-2/+3
|
* cleanuprsc2005-07-136-33/+32
|
* zero unused iorsc2005-07-131-1/+4
|
* no modersc2005-07-131-10/+1
|
* add vtlognamesrsc2005-05-121-0/+35
|
* disable loggingrsc2005-02-144-26/+58
|
* add logrsc2005-02-132-0/+189
|
* use nci to label connectionsrsc2005-02-134-3/+29
|
* debuggingrsc2005-02-111-1/+2
|
* bug fixesrsc2005-01-185-11/+16
|
* must use tcp explicitlyrsc2005-01-161-1/+1
|
* stupid sunrsc2005-01-143-6/+2
|
* compiler appeasementrsc2004-12-282-2/+5
|
* another flush bug fixrsc2004-06-171-1/+1
|
* attempt better flushingrsc2004-06-171-18/+31
| | | | '
* less aborting, more chattingrsc2004-06-171-1/+4
|
* silly cache hack, also fix vtfilewritebefore not to be so aggressive.rsc2004-06-172-6/+25
|
* little bug fixesrsc2004-06-174-4/+14
|
* fix problem in cache.rsc2004-06-164-21/+21
|
* extra assertion, fix leak in vtreadrsc2004-06-162-0/+3
|
* changesrsc2004-06-141-6/+6
|
* various debuggingrsc2004-06-093-21/+116
|
* debuggingrsc2004-06-091-2/+2
|
* various debuggingrsc2004-05-236-15/+51
|
* various bug fixesrsc2004-05-052-9/+12
|
* add -W to specify window size.rsc2004-04-291-6/+29
| | | | various other little fixes.