Craig Tiller
58ce3f0e37
call progress
10 years ago
Craig Tiller
83f88d90b9
stuff
10 years ago
Craig Tiller
65582323ad
Initial interface change
10 years ago
Craig Tiller
7982da73ab
Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass
10 years ago
Eric Anderson
c4031b5058
Merge pull request #1311 from yang-g/codegen
...
Clarify some auth test definitions
10 years ago
Nicolas Noble
fe00787fec
Merge pull request #1318 from yang-g/flowfix
...
Fix the flow control issue.
10 years ago
Yang Gao
6851451fb7
Update interop-test-descriptions.md
10 years ago
Yang Gao
42c15a35e5
resolve comment
10 years ago
Yang Gao
0464af155c
Update interop-test-descriptions.md
10 years ago
Jan Tattermusch
291800b78f
Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md
...
Grpc ruby add support for returning metadata to the rpc server
10 years ago
Yang Gao
0d197edcea
Update interop-test-descriptions.md
10 years ago
Craig Tiller
84b8884777
Tidying up proof of concept
10 years ago
Yang Gao
f102103196
Proof of concept fix for flow control error
10 years ago
Jan Tattermusch
3bb40596c5
Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverage
...
Add SimpleCov coverage set up for gRPC ruby
10 years ago
Craig Tiller
b116c4f79d
Remove expensive asserts from NDEBUG builds
10 years ago
Craig Tiller
62bc1846b7
Uncomment accidentally commented stuff
10 years ago
Craig Tiller
12088b26d9
Tweak tests
10 years ago
Craig Tiller
c8a2299fe8
Merge github.com:grpc/grpc into batch-metadata
10 years ago
Craig Tiller
9c9d4e0cd9
Addressing comments
10 years ago
Craig Tiller
b572fcba35
Merge pull request #1315 from jboeuf/security_connector
...
Refactoring of core security to remove the factories.
10 years ago
Julien Boeuf
aab1edc5f6
Fixing inaccurate ruby test.
10 years ago
Julien Boeuf
7d1d9ca7fa
Refactoring of core security to remove the factories.
...
- Renamed security_context -> security_connector.
- Credentials are now responsible for creating their own connectors.
10 years ago
Stanley Cheung
19955c82bf
Merge pull request #1314 from tbetbetbe/grpc_ruby_remove_xray_dep
...
Remove usage of xray
10 years ago
Tim Emiola
154db73ff9
Remove usage of xray
...
- xray was useful during dev testing but is neither a dev or runtime dep
- its presence causes issues for libraries that handle signals themselves
Also
- updates grpc.gemspec with requirements
10 years ago
Tim Emiola
c85c1ae463
Add SimpleCov coverage set up for gRPC ruby
10 years ago
Tim Emiola
a80aa7d86a
clarify test descriptions
10 years ago
Yang Gao
ae972b2d34
Update interop-test-descriptions.md
...
resolve comments
10 years ago
Craig Tiller
5c019ae2d1
clang-format
10 years ago
Craig Tiller
eb40a538cb
Fix remaining allocation bugs
10 years ago
Yang Gao
4bb08aefa7
resolve comments
10 years ago
Craig Tiller
bd22271d00
Random small fixes
10 years ago
Craig Tiller
8fddccb12c
Mark large requests tests flaky (they are buggy)
10 years ago
Yang Gao
9bffc908a8
Merge pull request #1310 from nicolasnoble/build-fix
...
Fixing dependency...
10 years ago
Yang Gao
70b2e88219
minor fixes
10 years ago
Yang Gao
6960458778
Clarify auth test definitions
10 years ago
Nicolas "Pixel" Noble
1cc29c1e1d
Fixing dependency...
10 years ago
Craig Tiller
76f5d46d1b
clang-format
10 years ago
Craig Tiller
8b282cbd0b
Got rid of GRPC_SEND_START
10 years ago
Tim Emiola
9a0ae0380c
Adds support for updating the output metadata to calls
10 years ago
Tim Emiola
8661a43f78
Propagate metadata in BadStatus
...
- allow BadStatus to contain metadata that's populated by keyword args
- on servers, convert raised BadStatus metadata to trailers
- on clients, convert trailers to BadStatus metadata when raising BadStatus
10 years ago
Tim Emiola
4f558f536c
Merge pull request #1297 from yugui/fix/header
...
Avoid implicit function declarations
10 years ago
Tim Emiola
3d3a65da84
Merge pull request #1295 from yugui/fix/typed-struct
...
Use TypedData_XXX instead of Data_XXX
10 years ago
Tim Emiola
1c5faea673
Allow BadStatus to contain metadata
10 years ago
Tim Emiola
3fd2be2e32
Adds a hook for returning the client connect metadata
10 years ago
Craig Tiller
c6f60ead70
Merge pull request #1292 from jboeuf/load_file_with_null_term
...
Adding option to add a null terminator when loading a file.
10 years ago
Yang Gao
36ea9c4c9a
Merge pull request #1305 from a11r/commonproto
...
Move proto files up the tree to prepare for sharing.
10 years ago
Abhishek Kumar
60572d422b
Move .proto files up for reuse
10 years ago
Abhishek Kumar
1b3e3cd75b
Moving test.proto to an outer directory so others can depend on it.
10 years ago
Jan Tattermusch
fec23f2c10
Merge pull request #1302 from tbetbetbe/grpc_ruby_rpc_server_simple_signal_handling
...
Grpc ruby rpc server simple signal handling
10 years ago
Craig Tiller
9c1043e757
Progress towards transport using metadata batches
10 years ago