Brandon Philips
89a6c5bdd2
chore(*.go): fix imports for protobuf
...
Fix all of the imports to move from benbjohnson to goraft. Thanks to Ben
for making this move to a new github org.
2013-08-09 21:47:51 -07:00
Matt T. Proud
575c297723
Simplify Protobuf Encoding by Removing Buffers
...
This commit removes the explicit Protocol Buffer coding buffer, for
goprotobuf's proto.{Marshal,Unmarshal} automatically allocate an
empty buffer, just like the original code did.
2013-08-02 10:54:29 +02:00
Ben Johnson
59de4e7064
Fix missing SendSnapshotRecoveryRequest() implementations.
2013-07-19 08:57:46 -06:00
Xiang Li
dee43ecd60
add spanshot loop with protobuf
2013-07-18 13:39:07 -07:00
Xiang Li
b743f48d71
add snapshotting state
2013-07-16 17:40:19 -07:00
Ben Johnson
44f3ef6701
[ Fix #47 ] Clean up external interface.
2013-07-05 22:49:47 -06:00
Xiang Li
00fb080e7c
add comments and gofmt
2013-06-24 09:52:51 -07:00
Xiang Li
f294f3cb9d
fix snapshot
2013-06-12 09:47:48 -07:00
Ben Johnson
769a5ed6a1
go fmt
2013-06-07 22:19:18 -04:00
Xiang Li
4fc43b68d6
add statemachine interface
2013-06-05 21:14:07 -07:00
Xiang Li
718ef79f6f
add snapshot_request.go
2013-06-05 10:42:15 -07:00