Jan Tattermusch
abf2202246
grpc_csharp_ext.dll added to the project to force automatic copying to the output dir
10 years ago
Jan Tattermusch
5339814591
Added ability for c# to redirect C core logs to arbitrary sink
10 years ago
Nathaniel Manista
9280790a5d
Final changes to the early_adopter API.
...
This makes grpc.early_adopter much more independent of RPC
Framework and cleaner at the cost of reexporting most of the
interfaces and writing several delegation classes.
10 years ago
Tim Emiola
fca1eb454c
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
71034819fd
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
d6e652716a
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
f73fdfbbb3
Adds a reference to GoogleAuth
10 years ago
Tim Emiola
494f2f9706
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
2731d3f40d
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
b44da465d6
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
cc1150f49f
Adds a reference to GoogleAuth
10 years ago
Craig Tiller
988db27275
Spam cleanup
10 years ago
Craig Tiller
d1345ded70
Fix shutdown race in CHTTP2
...
After we have called closed() ensure that no other callbacks are ever made.
10 years ago
Craig Tiller
b5a79f62de
Fix mac build
10 years ago
Julien Boeuf
d43f0c3713
Addressing comments.
10 years ago
Julien Boeuf
8d6ec91241
Using HTTP2 compliant cipher suites by default.
...
- Added a way to override the cipher suites with an environment
variable so that we can still do interop testing with java7.
- Takes care of #681 .
10 years ago
Julien Boeuf
7fa3f41226
Removing port from checked ssl target name.
...
- Should fix #746 .
10 years ago
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
10 years ago
Julien Boeuf
0170a6c662
Addressing another round of comments.
10 years ago
David Klempner
c6bccc24d3
Move close() to when the fd refcount goes to zero
...
Instead, we do a shutdown() at the point we are currently closing, to
kick off socket teardown while ensuring an fd ref is sufficient to make
concurrent syscalls like epoll_ctl safe.
10 years ago
Craig Tiller
5c6f21eda4
Also get rid of CHTTP2 settings spam
10 years ago
Craig Tiller
2c04a53450
Spam cleanup
10 years ago
murgatroid99
042e63ca36
Fixed import of google-auth-library
10 years ago
Nicolas Noble
085603c112
Second batch of feedback.
10 years ago
Julien Boeuf
9fff77e4f8
Addressing comments.
10 years ago
Craig Tiller
d50e565cda
Add HTTP2 header tracing
...
HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path.
Later this will be expanded no doubt for sending headers, stream creation, etc...
10 years ago
Tim Emiola
18180f0e84
Temporarily suspend some tests that started failing because during the final shutdown
10 years ago
Craig Tiller
9b070fa2de
Remove unused variable
10 years ago
Craig Tiller
4090993657
Remove redundant variable set
10 years ago
Craig Tiller
3be76ac74f
Fix potential leak
10 years ago
Craig Tiller
6e57b9edb1
Add Server.Wait
10 years ago
Tim Emiola
957537e016
Reflect a C-api name change
10 years ago
murgatroid99
e4939830c0
Fixed reference to grpc_default_credentials_create
10 years ago
David Klempner
b505661b1a
Add a shutdown API to pollset
...
This allows us to safely asynchronously add FDs in the
possibly-promoting unary add case.
Also fix the unary add async path to properly handle more of the extra
cases it needs to handle.
10 years ago
Nathaniel Manista
f4e3f3f8d6
Avoid CANCELLATION ticket kind for back-to-front tickets.
...
It's not (yet, see issue 752) allowed and code at the higher
level doesn't know how to deal with it.
10 years ago
murgatroid99
7d2adf0e11
Updated interop proto for compatibility with proto3 servers
10 years ago
murgatroid99
b0028270e6
Fixed copyright format in some example files
10 years ago
Craig Tiller
2d0f36c84b
Driver to client/server kind of works
10 years ago
Jan Tattermusch
5b141669e6
Added some measurement numbers to comments.
10 years ago
Jan Tattermusch
a0fcfcc1fa
Fixed formatting
10 years ago
murgatroid99
99885c9834
Fixed old lint errors
10 years ago
murgatroid99
98cbc5a496
Fixed old lint errors
10 years ago
murgatroid99
4075f2a0b6
Return error status as actual errors to client callbacks
10 years ago
Nathaniel Manista
4ad01246e3
Propagate ForeLink-joining to the inner RearLink.
...
rear._ActivatedRearLink's inner RearLink should of
course send its tickets to whatever ForeLink was joined
to the rear._ActivatedRearLink.
10 years ago
Julien Boeuf
597a4f2273
Verifying the peer name on the X509 Certs correctly.
...
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
10 years ago
Nicolas Noble
65b0759653
Addressing a first batch of feedback.
10 years ago
Nathaniel Manista
de16e4c755
Add a port method to assembly-level servers.
10 years ago
Craig Tiller
e4fe844b67
s/CreateChannel/CreateChannelDeprecated
...
For the 2-argument version of CreateChannel.
This is a temporary step until #711 is ready to roll out.
10 years ago
Craig Tiller
7d0f9ea29a
Fix memory leak
10 years ago
Julien Boeuf
c66f2a816e
Addressing iniitial feedback.
...
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
10 years ago