influxdb/messaging
Ben Johnson cc83f2c39b Add checksum to message encoding
This commit changes the binary format of messaging.Message to encode
a 4-byte checksum at the beginning of it. This is used when reading
data back out to verify that it is not corrupt.

Corrupted messages are truncated on recovery so the broker can
restart from the previous message.
2015-04-07 14:24:22 -06:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
broker_test.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
client.go Merge branch 'master' of https://github.com/influxdb/influxdb into broker-recovery 2015-04-04 08:09:06 -06:00
client_test.go Fix broker connect race at startup 2015-04-03 21:04:42 -06:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
handler.go Broker log recovery. 2015-04-04 08:06:35 -06:00
handler_test.go Broker log recovery. 2015-04-04 08:06:35 -06:00
intg_test.go Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-10 16:27:37 -06:00