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
Stanley Cheung
cd1c1dd7af
Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps
...
Updates gem dependencies, style rules
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
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
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
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
Vijay Pai
4e01659555
Merge remote-tracking branch 'upstream/master' into timers
10 years ago
Vijay Pai
7b3aba5e27
Fix some name choices
10 years ago
Vijay Pai
db38bb1d82
Merge pull request #1277 from ctiller/fast-unref
...
Batch unref metadata in HTTP/2 stream encoder
10 years ago
Tim Emiola
72d70fc0af
Adds a tests that demonstrates successful cancellation
10 years ago
Craig Tiller
999db71269
Merge pull request #1284 from nicolasnoble/bashisms
...
Removing some bashisms.
10 years ago
Vijay Pai
68e4515c8d
Mark activation for read, write, and time spent in system calls
10 years ago
Vijay Pai
0163460bd6
Mark creation of call, performing ops on channel
10 years ago
Vijay Pai
fad38ba430
Add client-side marks for proto processing.
...
Need to go in and fill in tag later
10 years ago
Vijay Pai
9ffbd0ca4d
Mark proto ser/deser on server side
10 years ago
Vijay Pai
0fb96e8b5e
Rename seq to id so that it's clear it can be any generic ID
10 years ago
Vijay Pai
74c0224e67
Change int sequence number to a void* for more generality
10 years ago
Nicolas "Pixel" Noble
970f5d9c1d
Removing some bashisms.
10 years ago
Craig Tiller
457f1f7d2a
Merge pull request #1124 from nicolasnoble/sanity
...
Adding basic sanity test.
10 years ago
Craig Tiller
c18bfd8ed9
Merge branch 'fast-unref' of github.com:ctiller/grpc into fast-unref
10 years ago
Craig Tiller
ad36c54852
Merge github.com:google/grpc into fast-unref
10 years ago
Craig Tiller
3de5aafe19
Remove (void*)1
...
This was originally added for my sanity, but it proved unnecessary.
10 years ago
Michael Lumish
c547dcb547
Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interop
...
Grpc ruby enable jwt auth and and an interop test for it
10 years ago
Tim Emiola
2988e736df
Adds the command to the interop test runner to run the jwt ruby auth test cmd
10 years ago
Masood Malekghassemi
1ca373894c
Merge pull request #1280 from donnadionne/python_add
...
Adding python to cloud prod tests.
10 years ago
Craig Tiller
5fa5042850
Merge pull request #1267 from vjpai/timers
...
Infrastructure for timer insertion, logging, and testing
10 years ago
Tim Emiola
89a5bd726a
Updates the pubsub sample so that it no longer uses a scope
10 years ago
Tim Emiola
189d9b0b1d
Adds a jwt_token_creds interop test
10 years ago
Tim Emiola
7db18b4cbf
Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc
10 years ago
Donna Dionne
5547edfa09
Adding python to cloud prod tests.
10 years ago
donnadionne
dedb5dc8ed
Merge pull request #1278 from soltanmm/interop
...
Python cloud prod interop gen command
10 years ago
Tim Emiola
97a76f278d
Merge pull request #1276 from donnadionne/python
...
Adding links to individual test logs in test result page.
10 years ago
Masood Malekghassemi
b553476be7
Add Python cloud prod gen interop command
10 years ago
Masood Malekghassemi
650cb25610
Fix documentation typo
10 years ago
vjpai
c6a3da7d4c
Explicit header path
10 years ago
Michael Lumish
1fe1e25df2
Merge pull request #1275 from tbetbetbe/grpc_ruby_0_6_1
...
Grpc ruby 0 6 1
10 years ago
Craig Tiller
634346b0a5
Merge with other metadata changes
10 years ago
Craig Tiller
25c283fbb5
Merge github.com:grpc/grpc into fast-unref
10 years ago