|
24de319e1c
|
fix transport_test.go
|
2015-04-17 14:16:21 -07:00 |
|
|
28245fe2a6
|
Merge pull request #169 from iamqizhao/master
support unix domain socket
|
2015-04-17 14:07:09 -07:00 |
|
|
755059ebd3
|
remove some logging
|
2015-04-17 14:03:53 -07:00 |
|
|
1b6e3a9200
|
gofmt
|
2015-04-17 14:00:21 -07:00 |
|
|
c6f1664bfe
|
fix some typos and run gofmt
|
2015-04-17 13:58:30 -07:00 |
|
|
3259049490
|
fix some typos and run gofmt
|
2015-04-17 13:50:18 -07:00 |
|
|
e71c095c78
|
Add unix domain socket support
|
2015-04-17 13:40:57 -07:00 |
|
|
f5cdf0accd
|
Merge pull request #168 from iamqizhao/master
Add application default credentials
|
2015-04-15 17:28:28 -07:00 |
|
|
94a47542e0
|
Add application default credentials
|
2015-04-15 17:24:37 -07:00 |
|
|
49257b21ef
|
Merge pull request #167 from iamqizhao/master
Refactor tlsCreds to allow users pass in a tls.Config.
|
2015-04-15 15:49:56 -07:00 |
|
|
d52d8e2d40
|
gofmt
|
2015-04-15 15:42:15 -07:00 |
|
|
3130172948
|
fix some comments
|
2015-04-15 15:40:58 -07:00 |
|
|
93e2f8140e
|
add missing comments
|
2015-04-15 15:37:42 -07:00 |
|
|
dea407f640
|
Refactor tlsCreds so that the caller can confgiure a tls.Config completely by itself
|
2015-04-15 15:35:42 -07:00 |
|
|
da3d957590
|
Merge pull request #166 from iamqizhao/hpack
return codes.OK for nil error
|
2015-04-15 13:15:24 -07:00 |
|
|
6682b35fb6
|
return codes.OK for nil error
|
2015-04-15 11:42:35 -07:00 |
|
|
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 |
|