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
Nicolas Noble
720a208b7f
Merge pull request #1303 from yang-g/codegen
...
Avoid generating libs for unknown types.
10 years ago
Yuki Yugui Sonoda
e8696fb286
Merge branch 'master' into fix/header
...
Conflicts:
src/ruby/ext/grpc/rb_grpc.c
10 years ago
Yuki Yugui Sonoda
dca359cc5a
Merge branch 'master' into fix/typed-struct
...
Conflicts:
src/ruby/ext/grpc/rb_grpc.c
10 years ago
Nicolas Noble
d35b7107f8
Merge pull request #1291 from yang-g/headers
...
Wrap ParseCommandLineFlags in InitTest
10 years ago
Nicolas Noble
b67d14c3ab
Merge pull request #1288 from ctiller/init-fix2
...
Get GRPC_TRACE tcp working again
10 years ago
Nicolas Noble
35baaa3850
Merge pull request #1301 from ctiller/fix-run-tests
...
Get run_tests.py forever mode working again
10 years ago
Yang Gao
736bd6515c
Avoid generating libs for unknown types.
10 years ago
donnadionne
234458da82
Merge pull request #1290 from yang-g/interop
...
Return 1 when test_case is not supported in interop test
10 years ago
Tim Emiola
f9e77b3972
Refactor: Shorter methods in RpcServer
10 years ago
Craig Tiller
4e99edb642
Kill transport end2end tests: not useful
10 years ago
Craig Tiller
205aee1c82
Move metadata batching to stream_op
10 years ago
Craig Tiller
87d5b19da6
clang-format
10 years ago
Tim Emiola
e6be7f31e4
Refactor: Move the Pool out from RpcServer
10 years ago
Craig Tiller
6902ad2e9c
Switching to batch oriented metadata passing
10 years ago
Tim Emiola
bf6d78c8e4
Fixes error with the keep-alive
10 years ago
Yang Gao
b12dc6b5bc
Merge pull request #1261 from ctiller/registered_calls
...
Registered calls
10 years ago
Tim Emiola
321871ee6e
Updates the example servers to use #run_till_terminated
10 years ago
Tim Emiola
9558460b77
Adds a #run_till_terminated func to RpcServer
...
- adds signal handling to RpcServer
- ensures that very little behaviour occurs in the signal handling context
- adds #run_till_terminated that launches a server in a thread and then handles
signals that can be used to stop it.
10 years ago
Craig Tiller
9a5a94086b
Get run_tests.py forever mode working again
10 years ago
Julien Boeuf
9d005cc5e2
Addressing comments.
10 years ago
Stanley Cheung
cd1c1dd7af
Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps
...
Updates gem dependencies, style rules
10 years ago
Craig Tiller
277d3cff7e
clang-format
10 years ago
Craig Tiller
15f9f95312
Use channel tags to call methods
10 years ago
Craig Tiller
3beef68d39
Populate channel tags for methods
10 years ago
Craig Tiller
62d2896665
Add facility to register methods in C++
10 years ago
Craig Tiller
53a38d4699
Make RpcMethod constructor take all args
10 years ago