Craig Tiller
|
1871cd7a78
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Craig Tiller
|
97fe0a6d5a
|
clang-format code
|
9 years ago |
Jan Tattermusch
|
0ab51a37f8
|
Merge pull request #6631 from stanley-cheung/php-custom-metadata-interop
PHP: implement custom_metadata interop, status_code_and_message, unimplemented_method tests
|
9 years ago |
Craig Tiller
|
adf9e68292
|
Merge branch 'error' of github.com:ctiller/grpc into error
|
9 years ago |
Craig Tiller
|
7264f14b55
|
Cleanup spam
|
9 years ago |
Jan Tattermusch
|
02db1e4324
|
Merge pull request #6952 from jtattermusch/bump_protobuf_300_beta32
Update third_party/protobuf to v3.0.0-beta-3.2
|
9 years ago |
Stanley Cheung
|
a66e075144
|
php: there is an unimplemented service
|
9 years ago |
Craig Tiller
|
1b1e38a5a3
|
Merge branch 'node_qps_wait_for_ready' of github.com:murgatroid99/grpc into error
|
9 years ago |
Craig Tiller
|
e1cbd62150
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Stanley Cheung
|
83d8e3740e
|
php: run advanced interop tests
|
9 years ago |
Stanley Cheung
|
89391406cd
|
php: implement 2 more interop tests
|
9 years ago |
Stanley Cheung
|
e2e08735e5
|
php: implement custom_metadata interop test
|
9 years ago |
Jan Tattermusch
|
2c7caa10f4
|
update third_party/protobuf to v3.0.0-beta-3.2
|
9 years ago |
Jan Tattermusch
|
fd79790c00
|
Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown
Rename FATAL_FAILURE SHUTDOWN
|
9 years ago |
Jan Tattermusch
|
f6e2cb78e2
|
Merge pull request #6902 from sreecha/php_stress_test
PHP stress client in stress test framework
|
9 years ago |
murgatroid99
|
40f5726579
|
Node QPS worker: wait for clients to be ready before making calls
|
9 years ago |
Jan Tattermusch
|
8edaa35842
|
Merge pull request #6926 from vjpai/clang34
Disable ccache for ubuntu-14.04/clang3.4 docker config
|
9 years ago |
Jan Tattermusch
|
0aa52e3e3d
|
Merge pull request #6917 from ctiller/poller_restrictions
Allow forcing the use of the default polling strategy [instead of all strategies]
|
9 years ago |
Jan Tattermusch
|
69170755b8
|
Merge pull request #6916 from ctiller/faster_tsan
Disable fuzzed tests on TSAN
|
9 years ago |
Jan Tattermusch
|
3e45ed1c9a
|
Merge pull request #6838 from vjpai/trigger_happy
Revert unneeded change in qps worker
|
9 years ago |
Jan Tattermusch
|
ef03e53938
|
Merge pull request #6858 from makdharma/issue5851
implement interval_us functionality
|
9 years ago |
Jan Tattermusch
|
bd8d64a778
|
Merge pull request #6905 from makdharma/2868
Fixes #2868
|
9 years ago |
Jan Tattermusch
|
8615cce1ef
|
Merge pull request #6943 from kpayson64/python_qps_wait
Wait for channel to be connected on QPS Client
|
9 years ago |
Jan Tattermusch
|
c2b55afffd
|
Merge pull request #5256 from tamihiro/master
Minor fix on example script
|
9 years ago |
Ken Payson
|
bef286f034
|
Wait for channel to be connected for each client
|
9 years ago |
Nathaniel Manista
|
5444bed32f
|
Rename FATAL_FAILURE SHUTDOWN
|
9 years ago |
Craig Tiller
|
bc4c3e3a79
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Jan Tattermusch
|
2a69beffaa
|
Merge pull request #6921 from dgquintas/fix_printf_flags_lb_policy
Fixed printf/gpr_log format in lb_policy.c
|
9 years ago |
Jan Tattermusch
|
6b0e5ddf8b
|
Merge pull request #6938 from nathanielmanistaatgoogle/__all__
grpc.__all__ definition
|
9 years ago |
Jan Tattermusch
|
3943244d60
|
Merge pull request #6882 from kpayson64/python_metadata_tests
Added Python GA API metadata tests
|
9 years ago |
Nathaniel Manista
|
3e1379a35d
|
grpc.__all__ definition
|
9 years ago |
Nicolas Noble
|
1e52b1aadf
|
Merge pull request #6876 from mdyring/master
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
|
9 years ago |
Vijay Pai
|
8b79fdef7a
|
Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.
Disabling it allows clang-3.4 to run C/C++ on docker
|
9 years ago |
Vijay Pai
|
a9e62c2ddb
|
no ccache
|
9 years ago |
David Garcia Quintas
|
2a6c68361a
|
Fixed printf/gpr_log format.
The faulty line is behind a preprocessor define that isn't on by default.
|
9 years ago |
Craig Tiller
|
0e81d5e98f
|
Merge branch 'idempotent_endpoint_shutdown' into error
|
9 years ago |
Craig Tiller
|
c8762faf46
|
clang-format code
|
9 years ago |
Craig Tiller
|
aee10fd73c
|
Fix windows tests for idempotent shutdown
|
9 years ago |
Nicolas Noble
|
fa9b7c1bc6
|
Merge pull request #6334 from tberghammer/android-64bit
Add 64bit Android support
|
9 years ago |
Craig Tiller
|
123f137728
|
Allow forcing the use of the default polling strategy [instead of all strategies]
|
9 years ago |
Craig Tiller
|
edcd4e247d
|
Disable fuzzed tests on TSAN
|
9 years ago |
Jan Tattermusch
|
2e67fee53d
|
Merge pull request #6909 from jtattermusch/csharp_client_streaming
Improve docs for IAsyncStreamReader
|
9 years ago |
Jan Tattermusch
|
dd692b34c7
|
Merge pull request #6908 from jtattermusch/csharp_send_completion_dedup
C#: dedup code for send finished handler
|
9 years ago |
Nicolas Noble
|
efcaa4bc10
|
Merge pull request #6884 from jtattermusch/manual_upmerge_0_14_to_master
Manually Upmerge changes from 0.14 release branch into master
|
9 years ago |
Craig Tiller
|
7dce09255d
|
Fix merge errors
|
9 years ago |
Craig Tiller
|
a9d8fef039
|
Fix merge error
|
9 years ago |
Craig Tiller
|
94c4bac8ea
|
Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into handshake_timeout
|
9 years ago |
Craig Tiller
|
c7ab6dba00
|
Add a byte to avert a crash (which should be investigated sometime)
|
9 years ago |
Craig Tiller
|
13c0940f66
|
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
|
9 years ago |
Craig Tiller
|
52f231212f
|
Make {endpoint,fd}_shutdown idempotent
|
9 years ago |