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
Tim Emiola
e6be7f31e4
Refactor: Move the Pool out from RpcServer
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
Craig Tiller
bd6c61860a
Precreate RpcMethod instances
10 years ago
Craig Tiller
b20111caea
clang-format
10 years ago
Craig Tiller
08453374b2
Introduce ahead-of-time registration of (method,host) pairs
10 years ago
Tim Emiola
2ab3998251
Merge pull request #1296 from yugui/fix/static
...
Correct storage classes of variables an functions
10 years ago
Tim Emiola
8c70eb1029
Merge pull request #1298 from tbetbetbe/grpc_nodejs_remove_pubsub
...
Removes nodejs pubsub example
10 years ago
Tim Emiola
ff1ae501fa
Removes nodejs pubsub example
10 years ago
Jan Tattermusch
4561704008
Merge pull request #1293 from tbetbetbe/grpc_ruby_add_interop_cancellation_tests
...
Grpc ruby add interop cancellation tests
10 years ago
Yuki Yugui Sonoda
22887917f5
Avoid implicit function declarations
10 years ago
Yuki Yugui Sonoda
f0eee5f250
Make some functions static
...
They don't need to be extern
10 years ago
Yuki Yugui Sonoda
99eb9f94bf
Fix a linkage error with mac clang
...
Prevent symbol cache variables from being instantiated multipe times.
10 years ago
Yuki Yugui Sonoda
3c88e5d6e1
Make some global variables static
...
They do not need to be extern.
10 years ago
Yuki Yugui Sonoda
29ee1dbc93
Use TypedData for GRPC::Core::ServerCredentials
10 years ago
Yuki Yugui Sonoda
9232f124e0
Use TypedData for GRPC::Core::Server
10 years ago
Yuki Yugui Sonoda
d441c2e5b3
Use TypedData for GRPC::Core::TimeSpec
10 years ago
Yuki Yugui Sonoda
a87924e646
Use TypedData for GRPC::Core::Credentials
10 years ago
Yuki Yugui Sonoda
bf256ae07a
Use TypedData for GRPC::Core::CompletionQueue
10 years ago
Yuki Yugui Sonoda
d98db4a647
Use TypedData for TmpChannelArgs
10 years ago
Yuki Yugui Sonoda
c9b7d1cb04
Use TypedData for GRPC::Core::Channel
10 years ago
Yuki Yugui Sonoda
961f0bcc15
Use TypedData for GRPC::Core::MetadataArray
10 years ago
Yuki Yugui Sonoda
76801d2190
Use TypedData_XXX instead of Data_XXX for GRPC::Core::Call
...
Data_XXX family is being deprecated in Ruby 2.x.
10 years ago
Tim Emiola
041e039ed2
Updates gem dependencies, style rules
10 years ago
Tim Emiola
b5bcca44df
Adds interop cancellation tests
10 years ago
Tim Emiola
a10a8432f3
Corrects handling of status during bidi call orchestration.
...
- Ensures that invalid status are raised as exceptions
- Ensures that exceptions during the write thread are bubbled up to the starting
thread
Also - improves the debug messages during the BiDi calls
10 years ago
Tim Emiola
1b39916bba
Adds an explicit Cancellation exception
...
- uses Forwardable to provide access the @call within an ActiveCall
- removes redundant methods from ActiveCall
10 years ago
Julien Boeuf
28d75d9349
Adding option to add a null terminator when loading a file.
...
- This will take care of a potential issue with default credentials
where the slice pointer is casted as const char * for APIs that need a
null terminated string.
10 years ago
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
10 years ago
Yang Gao
eaccf90aef
Return 1 when test_case is not supported in interop test
10 years ago
Craig Tiller
0afc3addf4
Merge pull request #1285 from vjpai/timers
...
Inserts latency profiling timers at various interesting points.
10 years ago
Nicolas Noble
00f9f4ff72
Merge pull request #1289 from yang-g/interop
...
Remove outdated protos
10 years ago
Yang Gao
0f5621d131
sync and resolve conflict
10 years ago
Yang Gao
084ef52672
Remove outdated protos
10 years ago
Craig Tiller
9aadeb815b
Get GRPC_TRACE tcp working again
10 years ago