Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 21 | -89/+73 | |
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-03 | fix gcc 4.8 warnings | David du Colombier | 1 | -8/+0 | |
LGTM=rsc R=rsc https://codereview.appspot.com/33240044 | |||||
2012-07-29 | libventi: fix segfault in vtgetreq | David du Colombier | 1 | -1/+2 | |
Don't call vtlog() when _vtqrecv() returns nil on queue hangup, as reported on http://bitbucket.org/rsc/plan9port/issue/102/ R=rsc http://codereview.appspot.com/6373046 | |||||
2012-01-21 | libventi: add functions vtsha1 and vtsha1check | David du Colombier | 2 | -0/+29 | |
These functions are equivalent to vtSha1 and vtSha1Check from the old libventi and are particularly used by Fossil. R=rsc http://codereview.appspot.com/5555064 | |||||
2012-01-16 | libventi: handle rpc when not connected | David du Colombier | 1 | -0/+6 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5491051 | |||||
2011-12-12 | libventi: fix segfault in vtreadpacket when not connected | David du Colombier | 1 | -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 | |||||
2011-11-08 | libventi: add functions reconn and redial for use with fossil | David du Colombier | 2 | -0/+40 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046 | |||||
2011-11-08 | venti: fix format on ulong | David du Colombier | 3 | -3/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046 | |||||
2011-06-07 | libventi: import changes from plan 9 | David du Colombier | 1 | -4/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4530100 | |||||
2009-07-26 | libventi: correct handling of VtRead size | Russ Cox | 1 | -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 | |||||
2009-06-16 | libventi: fix cache teardown checks | Russ Cox | 1 | -1/+1 | |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 4 | -72/+168 | |
2009-05-25 | libventi: protocol support for blocks larger than 64k | Russ Cox | 4 | -22/+63 | |
2008-12-23 | libventi: remove unused variable | Russ Cox | 1 | -1/+0 | |
2008-12-23 | libventi: add %+T | Russ Cox | 2 | -22/+7 | |
2008-10-26 | libventi: correct vtfilesetsize bug (reported by Michael Kaminsky) | Russ Cox | 2 | -2/+2 | |
2008-06-14 | libventi: minor vtfile bug fixes | Russ Cox | 1 | -1/+12 | |
2008-06-14 | libventi: return value nits | Russ Cox | 2 | -2/+2 | |
2007-04-21 | sync with plan 9 | rsc | 5 | -20/+9 | |
2007-04-08 | correct dangling pointer race (Bakul Shah) | rsc | 4 | -6/+36 | |
2006-10-19 | Fix a handful of small one-time memory leaks in vbackup, | rsc | 11 | -12/+61 | |
and one per-package memory leak (in writethread). | |||||
2006-07-23 | fix cache bug (Eoghan Sherry) | rsc | 1 | -0/+2 | |
2006-07-18 | add vttimefmt | rsc | 2 | -0/+26 | |
2006-05-05 | cut and paste fixes | rsc | 1 | -2/+4 | |
2006-05-05 | add debugpacket | rsc | 1 | -0/+265 | |
2006-05-05 | vttracelevel | rsc | 1 | -3/+21 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 6 | -14/+14 | |
2005-12-30 | consistency is the hobgoblin of little minds. (taj/andrey) | rsc | 1 | -1/+1 | |
2005-12-14 | better errors | rsc | 2 | -2/+1 | |
2005-11-02 | Better logging in vtrpc, publish cache statistics. | rsc | 3 | -7/+20 | |
2005-08-11 | silence various warnings | rsc | 1 | -1/+5 | |
2005-07-24 | venti updates | rsc | 3 | -28/+44 | |
2005-07-13 | update | rsc | 1 | -0/+1 | |
2005-07-13 | update | rsc | 1 | -2/+3 | |
2005-07-13 | cleanup | rsc | 6 | -33/+32 | |
2005-07-13 | zero unused io | rsc | 1 | -1/+4 | |
2005-07-13 | no mode | rsc | 1 | -10/+1 | |
2005-05-12 | add vtlognames | rsc | 1 | -0/+35 | |
2005-02-14 | disable logging | rsc | 4 | -26/+58 | |
2005-02-13 | add log | rsc | 2 | -0/+189 | |
2005-02-13 | use nci to label connections | rsc | 4 | -3/+29 | |
2005-02-11 | debugging | rsc | 1 | -1/+2 | |
2005-01-18 | bug fixes | rsc | 5 | -11/+16 | |
2005-01-16 | must use tcp explicitly | rsc | 1 | -1/+1 | |
2005-01-14 | stupid sun | rsc | 3 | -6/+2 | |
2004-12-28 | compiler appeasement | rsc | 2 | -2/+5 | |
2004-06-17 | another flush bug fix | rsc | 1 | -1/+1 | |
2004-06-17 | attempt better flushing | rsc | 1 | -18/+31 | |
' | |||||
2004-06-17 | less aborting, more chatting | rsc | 1 | -1/+4 | |
2004-06-17 | silly cache hack, also fix vtfilewritebefore not to be so aggressive. | rsc | 2 | -6/+25 | |