etcd/rafthttp
Yicheng Qin 219d304291 Merge pull request #2968 from yichengq/fix-stream-reader-init
rafthttp: always init streamReader before return from newPeer
2015-06-12 14:51:05 -07:00
..
coder.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
functional_test.go rafthttp: stop etcd if it is found removed when stream dial 2015-04-27 15:10:00 -07:00
http.go rafthttp: use leveled logger 2015-06-09 16:15:02 -07:00
http_test.go rafthttp: update streamReader term in time 2015-05-26 14:52:42 -07:00
message.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
message_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
metrics.go *: use namespace and subsystem in metrics 2015-05-26 14:39:04 -07:00
msgapp.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
msgapp_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
msgappv2.go rafthttp: reduce allocs in msgappv2 2015-04-06 09:45:39 -07:00
msgappv2_test.go rafthttp: reduce allocs in msgappv2 2015-04-06 09:45:39 -07:00
peer.go rafthttp: always init streamReader before return from newPeer 2015-06-12 14:38:14 -07:00
peer_status.go rafthttp: pretty print message drop info 2015-06-12 09:14:53 -07:00
peer_test.go rafhttp: refactor func peer.pick in peer.go 2015-03-02 15:17:14 -08:00
pipeline.go rafthttp: wait 1ms before enabling cancel 2015-06-12 07:55:06 -07:00
pipeline_test.go rafthttp: fix TestStopBlockedPipeline 2015-06-12 07:55:12 -07:00
remote.go rafthttp: pretty print message drop info 2015-06-12 09:14:53 -07:00
stream.go rafthttp: {from, to} -> {local, remote} in stream 2015-06-12 14:17:30 -07:00
stream_test.go Merge pull request #2970 from yichengq/fix-stream-test 2015-06-12 14:34:52 -07:00
transport.go rafthttp: fix capnslog package name 2015-06-10 15:43:54 -07:00
transport_bench_test.go rafthttp: stop etcd if it is found removed when stream dial 2015-04-27 15:10:00 -07:00
transport_test.go pkg/testutil: ForceGosched -> WaitSchedule 2015-06-10 14:37:41 -07:00
urlpick.go rafthttp: move mu to the top in urlPicker struct 2015-06-01 16:40:18 -07:00
urlpick_test.go rafthttp: support multiple peer urls 2015-03-04 15:00:07 -08:00
util.go rafthttp: version enforcement on rafthttp messages 2015-06-02 13:33:18 -07:00
util_test.go rafthttp: version enforcement on rafthttp messages 2015-06-02 13:33:18 -07:00