Граф коммитов

455 Коммитов

Автор SHA1 Сообщение Дата
iamqizhao a3731d046f only 1 credentials on server 2015-05-12 18:08:36 -07:00
iamqizhao 5e4f3d16f2 cleanup2 2015-05-12 18:04:16 -07:00
iamqizhao 8c6e829589 cleanup 2015-05-12 18:02:38 -07:00
iamqizhao 3617cd5ab3 revert handshaker changes 2015-05-12 17:59:20 -07:00
Qi Zhao 923d211a3d Merge pull request #192 from peter-edge/logs2
Logs
2015-05-11 12:50:23 -07:00
Peter Edge 7c025e8694 move log package references to grpclog 2015-05-09 11:43:59 +02:00
Peter Edge 77e94abaae move log to grpclog 2015-05-09 11:38:40 +02:00
Peter Edge 101c1e1935 change log package references to grpc/log 2015-05-09 01:16:40 +02:00
Peter Edge 0edbfbf504 log package, Logger interface, logging functions 2015-05-09 01:03:34 +02:00
Qi Zhao a5c8905c33 Merge pull request #191 from peter-edge/lint
Fix golint errors for non-generated code
2015-05-08 13:29:01 -07:00
Peter Edge 5700d19d0e Fix golint errors for non-generated code 2015-05-08 21:46:16 +02:00
Qi Zhao 530349e4bb Merge pull request #189 from iamqizhao/master
Do not set stream state in RST handler. Otherwise, cancel won't be ca…
2015-05-08 12:44:49 -07:00
iamqizhao fc103b0421 Do not set stream state in RST handler. Otherwise, cancel won't be called if a stream gets cancelled. 2015-05-08 12:24:46 -07:00
Qi Zhao 5a3d0652b6 Merge pull request #180 from gxb5443/master
Implements GoAway frame handler
2015-05-04 12:51:28 -07:00
Gian Biondi fd6bf94947 Makes GoAway Handler no-op 2015-05-04 14:52:15 -04:00
Qi Zhao 5ea2bfc402 Merge pull request #186 from iamqizhao/master
Allow some handshaking between client and server before rpc happens.
2015-05-01 19:17:42 -07:00
iamqizhao 54b06c32f6 rename newly added function 2015-05-01 19:12:23 -07:00
iamqizhao 0e38f0687a provide some info for the gRPC protocol and security protocol 2015-05-01 19:06:46 -07:00
iamqizhao 4078563125 fix comments 2015-05-01 18:53:13 -07:00
iamqizhao 263a0287c9 fix comments 2015-05-01 18:52:19 -07:00
iamqizhao 814627b32e add comments 2015-05-01 18:17:36 -07:00
iamqizhao 9d59a879e1 Add handshaker option to ClientConn 2015-05-01 18:10:40 -07:00
Gian Biondi e1221aa9da Merge branch 'master' of github.com:grpc/grpc-go 2015-05-01 15:58:42 -04:00
Qi Zhao d84520d5f9 Merge pull request #185 from iamqizhao/master
add pprof port for benchmark client and server
2015-04-30 19:25:48 -07:00
iamqizhao a239e5e55f Add profiling port for benchmark server 2015-04-30 19:16:27 -07:00
iamqizhao ae40153504 add profiling port for benchmark client 2015-04-30 19:05:16 -07:00
Qi Zhao 576384756c Merge pull request #184 from iamqizhao/master
fix a typo
2015-04-30 18:00:25 -07:00
iamqizhao c90971aee7 fix a typo 2015-04-30 17:59:40 -07:00
Qi Zhao 6e63d1ab7d Merge pull request #183 from iamqizhao/master
Add a handshaker option to server
2015-04-30 17:05:15 -07:00
iamqizhao c3da701487 gofmt -w 2015-04-30 16:36:21 -07:00
iamqizhao c6f6e4701d Add a handshaker option to server 2015-04-30 16:30:48 -07:00
Gian Biondi a91c7abef5 Adds logging on receipt of GOAWAY frame 2015-04-30 15:03:19 -04:00
Gian Biondi 3ea7cd9385 Adds mutex when reading goaway flag 2015-04-30 14:04:47 -04:00
Gian Biondi 6fa6f0b130 Moves return on goaway to ensure header decoding 2015-04-30 12:18:09 -04:00
Qi Zhao c69a26ced7 Merge pull request #181 from iamqizhao/master
Add basic standalone benchmark client and server
2015-04-29 13:27:01 -07:00
Gian Biondi dbe74dd6c5 Adds mutex lock on setting goaway flag 2015-04-29 15:13:31 -04:00
Gian Biondi 4067e7affb Changes verbage in comment for goaway flag 2015-04-29 15:09:42 -04:00
iamqizhao 58e0450a3c put Start/StopTimer() at right place 2015-04-29 11:20:15 -07:00
iamqizhao dfda1a1061 gofmt -w 2015-04-29 11:03:25 -07:00
iamqizhao f29a6f2d85 record per-rpc rtt in benchmark_test 2015-04-29 11:02:40 -07:00
iamqizhao 93ec6daf9c record per-rpc latency instead of per-item 2015-04-29 10:58:56 -07:00
Gian Biondi ad09fc55aa Sets goaway flag when goaway is received 2015-04-28 23:16:42 -04:00
Gian Biondi fa7e768dee Stops creating streams on transport when goaway is receieved 2015-04-28 23:12:17 -04:00
iamqizhao c0ead53d5e Add the standalone benchmark client 2015-04-28 19:23:26 -07:00
iamqizhao 9f83f476dc add standalone benchmark server 2015-04-28 17:34:24 -07:00
Gian Biondi f9835aff3d Implements GoAway frame handler 2015-04-28 18:10:35 -04:00
Qi Zhao 97f42dd262 Merge pull request #179 from iamqizhao/master
Eliminate proto.Unmarshal in the generated code
2015-04-27 17:28:31 -07:00
iamqizhao 0f85408fd4 Eliminate proto.Unmarshal in the generated code 2015-04-27 14:47:09 -07:00
Qi Zhao 52ad8d73c4 Merge pull request #178 from iamqizhao/master
Ack Ping frame
2015-04-24 14:00:53 -07:00
iamqizhao 03b78f7e01 Ack Ping frame 2015-04-24 13:55:46 -07:00