|
9660d96312
|
Merge pull request #165 from iamqizhao/hpack
bug fix: processing header fields regardless in order to keep HPACK tabl...
|
2015-04-14 18:55:45 -07:00 |
|
|
b8cfe25c6e
|
bug fix: processing header fields regardless in order to keep HPACK tables consistent
|
2015-04-14 18:50:32 -07:00 |
|
|
9bca4bbd23
|
Merge pull request #163 from dsymonds/master
Fix mutex error in (*inFlow).connOnRead.
|
2015-04-12 16:27:06 -07:00 |
|
|
80c301c396
|
Fix mutex error in (*inFlow).connOnRead.
|
2015-04-13 09:24:25 +10:00 |
|
|
66961220bd
|
Merge pull request #155 from dsymonds/master
Export a credentials.TokenSource type that wraps an oauth2.TokenSource as a credentials.Credentials.
|
2015-04-12 16:02:46 -07:00 |
|
|
61799a9f3f
|
Merge pull request #162 from iamqizhao/inflow-fix
Inflow fix
|
2015-04-12 16:01:22 -07:00 |
|
|
b5774fd760
|
some additonal fix
|
2015-04-12 15:55:29 -07:00 |
|
|
43ba5d8e47
|
gofmt
|
2015-04-12 14:53:00 -07:00 |
|
|
a8375891a8
|
inbound flow control fix
|
2015-04-12 14:45:59 -07:00 |
|
|
74f20d94f9
|
Merge pull request #161 from grpc/revert-160-restoreConn
Revert "remove restoreConn because it is not needed"
|
2015-04-12 11:41:11 -07:00 |
|
|
2d286d72e4
|
Revert "remove restoreConn because it is not needed"
|
2015-04-12 11:39:22 -07:00 |
|
|
df42939017
|
Merge pull request #159 from poopoothegorilla/b/fix-typo-for-error
fix small typo in HandleStreams error messages
|
2015-04-12 00:00:20 -07:00 |
|
|
d0d59fbb03
|
Merge pull request #160 from iamqizhao/restoreConn
remove restoreConn because it is not needed
|
2015-04-11 23:59:44 -07:00 |
|
|
bb5e5536ed
|
remove restoreConn because it is not needed
|
2015-04-11 23:53:50 -07:00 |
|
|
009f834632
|
fix small typo in HandleStreams error messages
|
2015-04-11 18:52:18 -04:00 |
|
|
f2936c474c
|
Export a credentials.TokenSource type that wraps an oauth2.TokenSource as a credentials.Credentials.
Fixes #153.
|
2015-04-08 11:01:03 +10:00 |
|
|
343e505904
|
Merge pull request #149 from iamqizhao/inflow
fix a race in transport_test.go
|
2015-04-03 18:09:47 -07:00 |
|
|
e64f63b025
|
small fix
|
2015-04-03 18:04:23 -07:00 |
|
|
9dd6a107d8
|
fix a race in transport_test.go
|
2015-04-03 17:53:58 -07:00 |
|
|
b76def021e
|
Merge pull request #148 from iamqizhao/inflow
refactor flow control code and support inbound flow control checking
|
2015-04-03 17:06:57 -07:00 |
|
|
fba61d1bde
|
small fix
|
2015-04-03 16:46:27 -07:00 |
|
|
51bc46aaf8
|
small fix
|
2015-04-03 16:34:18 -07:00 |
|
|
c257e93ee2
|
small fix
|
2015-04-03 16:27:08 -07:00 |
|
|
62db7e596e
|
add some comments
|
2015-04-03 16:05:11 -07:00 |
|
|
4320b5b158
|
support inbound flow control checking to protect against misbehaved peers
|
2015-04-03 15:25:00 -07:00 |
|
|
7650e91329
|
Merge pull request #146 from iamqizhao/proto
Allow custom codec when creating grpc.ClientConn and grpc.Server
|
2015-04-01 14:29:00 -07:00 |
|
|
c7b9fa27dc
|
addressed some comments
|
2015-04-01 14:22:53 -07:00 |
|
|
bec42c09aa
|
gofmt
|
2015-04-01 14:05:38 -07:00 |
|
|
9a5de0e954
|
make Codec configurable when creating grpc.ClientConn and grpc.Server
|
2015-04-01 14:02:26 -07:00 |
|
|
5f68b5963b
|
Merge pull request #145 from iamqizhao/flow
send settingsAck when receiving a settings frame following http2 spec
|
2015-03-31 19:08:43 -07:00 |
|
|
828af96d42
|
send settingsAck when receiving a settings frame following http2 spec
|
2015-03-31 19:05:09 -07:00 |
|
|
035401cf33
|
Merge pull request #144 from iamqizhao/flow
send an empty settings frame instead of a default when there is no setting needed.
|
2015-03-31 18:21:43 -07:00 |
|
|
0e42bae0a0
|
send an empty settings frame instead of a default
|
2015-03-31 18:15:37 -07:00 |
|
|
29a23b348e
|
Merge pull request #143 from iamqizhao/flow
send settings/window_update frames when the initial window size is not equal to the default.
|
2015-03-31 17:06:17 -07:00 |
|
|
bc3c662d9e
|
modify some comments
|
2015-03-31 16:56:21 -07:00 |
|
|
4214baa3c1
|
gofmt
|
2015-03-31 16:46:41 -07:00 |
|
|
7987579ac3
|
send settings/window update frames if the initial window size is not equal to http2 default.
|
2015-03-31 16:41:26 -07:00 |
|
|
9dc9ac617c
|
Merge pull request #142 from iamqizhao/creds
refactor the NewStream a bit
|
2015-03-31 11:02:54 -07:00 |
|
|
43a92f3fe6
|
small fix
|
2015-03-31 10:47:30 -07:00 |
|
|
157f9a16b0
|
refactor a bit
|
2015-03-31 10:41:12 -07:00 |
|
|
18fa27e440
|
Merge pull request #141 from iamqizhao/creds
Fix an ordering issue of creds
|
2015-03-30 18:27:20 -07:00 |
|
|
945fb3f301
|
address some comments
|
2015-03-30 18:25:29 -07:00 |
|
|
6bd3958840
|
another change
|
2015-03-30 18:14:56 -07:00 |
|
|
63de54e02b
|
fix a bug
|
2015-03-30 18:00:11 -07:00 |
|
|
8ce50750fe
|
Merge pull request #140 from iamqizhao/non-proto
revert the change of flow control window size
|
2015-03-25 21:21:24 -07:00 |
|
|
310d8c389b
|
revert the change of flow control window size
|
2015-03-25 21:17:14 -07:00 |
|
|
700108e423
|
Merge pull request #139 from iamqizhao/non-proto
close the ClientConn when a test case is done.
|
2015-03-25 18:43:39 -07:00 |
|
|
319a8b74a7
|
close the ClientConn when a test case is done.
|
2015-03-25 18:39:17 -07:00 |
|
|
d9a0c52bb9
|
Merge pull request #138 from iamqizhao/non-proto
add a missing unlock
|
2015-03-25 18:00:26 -07:00 |
|
|
f9c69c27a6
|
fix a bug
|
2015-03-25 17:54:50 -07:00 |
|