David Garcia Quintas
dc44e17950
Added third_party/protobuf/src to protoc's include path
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
murgatroid99
20e5d9eb0a
Update Node plugin to handle well known type changes
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
Vijay Pai
6ab4788ae9
clang-format changes
9 years ago
vjpai
b9df2760ed
Add proper documentation of ordering and thread-safety for
...
streaming (sync and async) APIs
9 years ago
David Garcia Quintas
87e6770a18
pr comments
9 years ago
David Garcia Quintas
0f45cee9c8
Merge branch 'master' of github.com:grpc/grpc into publish_compression_spec
9 years ago
David Garcia Quintas
8375c0daea
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
9 years ago
thinkerou
f3bc3b62a7
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
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
David Garcia Quintas
909dd6ec8b
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
9 years ago
Jan Tattermusch
317b8acf99
migrate everything to netstandard1.5
9 years ago
David Garcia Quintas
560875239e
c++ client & server changes to bring code up to spec
9 years ago
David Garcia Quintas
34f1b555ae
better test_case flag help formating
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
474a574ba7
update readme.md
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
vjpai
b8916aa22f
Don't global initialize anything to nullptr
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
Vijay Pai
b31a9a0900
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
9 years ago
Vijay Pai
6b668cc93f
Remove range-based for, comparisons to nullptr
9 years ago
Vijay Pai
4e1a883a5f
Digraph
9 years ago
Vijay Pai
90460fadf6
Digraph
9 years ago
Vijay Pai
62eb1c7908
Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy
9 years ago
Vijay Pai
dc45677d3d
Keeping this up-to-date
9 years ago
Vijay Pai
4425828d1d
Should not explicitly initialize these pointers to nullptr in gcc-4.4 case
...
because nullptr assignment actually requires the calling of a constructor.
As a result, the order in which these nullptr initializations take place
is not defined with respect to other initializations.
A pointer that is left without explicit initialization automatically
gets nullptr anyway, so just don't explicitly initialize these.
9 years ago
Vijay Pai
b9e927afcc
Merge branch 'master' into wheezy
9 years ago
Vijay Pai
20bf126da6
clang-format
9 years ago
vjpai
e44d53757a
De-lambda-ify
9 years ago
Yuchen Zeng
dbe2b9e976
Enable treating warnings as errors in objc tests
9 years ago