aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/client.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | 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>
* libventi: fix segfault in vtreadpacket when not connectedDavid du Colombier2011-12-121-0/+5
| | | | | | | | | | | This problem happens especially in fossil/view when vtread can be called even if not connected to venti. The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c). R=rsc CC=plan9port.codebot http://codereview.appspot.com/5484044
* libventi: protocol support for blocks larger than 64kRuss Cox2009-05-251-0/+4
|
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-191-0/+9
| | | | and one per-package memory leak (in writethread).
* Better logging in vtrpc, publish cache statistics.rsc2005-11-021-3/+1
|
* cleanuprsc2005-07-131-11/+11
|
* bug fixesrsc2005-01-181-1/+4
|
* stupid sunrsc2005-01-141-1/+1
|
* little bug fixesrsc2004-06-171-0/+7
|
* extra assertion, fix leak in vtreadrsc2004-06-161-0/+1
|
* debuggingrsc2004-06-091-2/+2
|
* various debuggingrsc2004-05-231-9/+20
|
* new venti library.rsc2003-11-231-0/+151