Jan Tattermusch
4d7dbbfcbc
regenerate protos
9 years ago
Craig Tiller
328d4b18a5
More const
9 years ago
Craig Tiller
2e7687c5ef
Static metadata declarations
9 years ago
Jan Tattermusch
1a8f547a0b
use regular lock instead of spinlock
9 years ago
Craig Tiller
b113649517
clang-format
9 years ago
Jan Tattermusch
4bdd72befe
dont run performance test by default
9 years ago
Craig Tiller
6b80d4913b
Edge case cleanup
9 years ago
Jan Tattermusch
95d80c538f
remove tabs
9 years ago
Julien Boeuf
e32075fd8a
Fixing tests.
9 years ago
Jan Tattermusch
d0c1bfa566
Provide performance workers for C#
9 years ago
Craig Tiller
47b48459f3
Robustness work for lb_policies_test
9 years ago
yang-g
a89bf50cf1
Handle cancel before start case
9 years ago
Masood Malekghassemi
7fdfe1afd8
Bandaid over differences in the C API for Python credentials
9 years ago
Craig Tiller
a8d680923b
Add a (temporary) facility to tune stream read-ahead size
9 years ago
Craig Tiller
b5585d4f72
Initial pass through to make subchannels single connect
9 years ago
Tim Emiola
9161a82565
Corrects compile error on ruby 2.0
9 years ago
Benny Wong
a7c6c85549
Remove unused RouteGuideClient and move RemoteTestClient to tests
...
* Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
9 years ago
Benny Wong
66ae6bfe46
Update Podfile to point to the right sample dependencies
9 years ago
Benny Wong
1d5adb38c4
Revert edit for generated_libraries RemoteTest
9 years ago
Tim Emiola
a082435e06
Updates interop client/server logging
...
- server logger.level = WARN
- client logger.level = INFO
9 years ago
Tim Emiola
69a672e6c2
Adds standard logging to the client/server
...
- truncates the server debug log entries to make that readable
9 years ago
Tim Emiola
7d21c04b2c
Fixes a multithreading bug in the ruby rpc_server
...
This fixes the current ruby server interop test flakiness.
- The interop tests recently changed so that clients access servers in
parallel, meaning that the interop servers handle multiple rpcs at once,
which is how this bug became visible
- since this change, tests run against the ruby interop server have
failed sporadically
- the problem was that the block in #loop_handle_server_calls that is
passed to the thread pool referenced a var in an enclosing block,
which resulted in requests being processed by the wrong handler
- this fix ensures that the block to be run on the thread pool thread
does not have any references to vars in the enclosing block
9 years ago
Benny Wong
7beff53151
Update location of grpc_objective_c_plugin for sample
9 years ago
Benny Wong
3f1f5a48f7
Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName
9 years ago
Craig Tiller
82e249b816
Small fixes
9 years ago
Tim Emiola
24fdc179c1
Ensures that bidi calls obtain metadata.
...
Fixes an omission from earlier PRs that adds support metadata.
9 years ago
Tim Emiola
b48236a2b4
Fixes an issue running the tests on Ruby2.2
9 years ago
Craig Tiller
575b4200a7
Small fixes
9 years ago
Craig Tiller
e58d817818
casting
9 years ago
Craig Tiller
3c53bb2f46
clang-format
9 years ago
Craig Tiller
1481237f2c
Add missing casts
9 years ago
Craig Tiller
895f14d381
Fix memory leak
9 years ago
Craig Tiller
308bbb2c4b
Add missing free
9 years ago
Craig Tiller
717805f570
Fix use-after-free
9 years ago
Craig Tiller
027a74cd3b
First round changes to handle dynamic hpack table size
9 years ago
Julien Boeuf
334314b888
Updating the server1 cert so that it can be used with Go.
...
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.
Fixes #4086 .
9 years ago
murgatroid99
3236607685
Fixed incorrect type in a malloc in Node extension
9 years ago
Stanley Cheung
3baf76718e
php: append application user agent string at the beginning
9 years ago
Craig Tiller
892f2d3726
Commentary
9 years ago
yang-g
9e52a2dd81
header fix for windows
9 years ago
yang-g
30e1727583
msan and windows fix
9 years ago
Craig Tiller
3e2bc9660e
Remove debug
9 years ago
Craig Tiller
e9c216ee23
Sending empty trailing metadata to a closed stream is ok - it means close this already closed stream
9 years ago
Craig Tiller
7be556e728
Transport memory management fixes
9 years ago
murgatroid99
1099ace8f7
Ensure application and Node library user agent strings are together at the beginning
9 years ago
Craig Tiller
20df14ef6d
Fix flow control for 0-byte messages
9 years ago
yang-g
074c6fc1b3
add insecure version
9 years ago
yang-g
a6124120ae
first part, secure channel only
9 years ago
Craig Tiller
293a9b3691
test code
9 years ago
Masood Malekghassemi
36297accb6
Update Python C wrapping layers to new credentials API
9 years ago