Jan Tattermusch
2094ad7427
fix -Wmemset-elt-size warning in gcc7.2
7 years ago
Jan Tattermusch
4c3496c234
attempt fixing boringssl compilation with gcc7.2
7 years ago
Jan Tattermusch
7196dfeccd
attempt fixing zlib compilation with gcc7.2
7 years ago
Jan Tattermusch
0614a68a0b
add portability test for gcc7.2
7 years ago
Jan Tattermusch
943cbbf3ba
use ubuntu-1710 for perf worker images
7 years ago
Nathaniel Manista
20e7074e41
Merge pull request #14131 from nathanielmanistaatgoogle/summer-of-code
...
2018 ideas (gRPC Python Team's, at least).
7 years ago
Zhouyihai Ding
4b9f8d8024
php: channel_credentials hashstr leak
7 years ago
Nathaniel Manista
009dfea6a0
2018 ideas (gRPC Python Team's, at least)
7 years ago
Yuchen Zeng
a041e0f3ae
Change if to switch, add more descriptions
7 years ago
Mark D. Roth
6827d4473b
Merge pull request #14121 from markdroth/goaway_server_test_fix
...
Use wait_for_ready in goaway_server_test.
7 years ago
Zhouyihai Ding
d3b5524687
php: fix channel get_target leak
7 years ago
kpayson64
a958664dbc
Merge pull request #14079 from kpayson64/disable_fork_support
...
Allow turning off fork support with env variable
7 years ago
Tobias Jungel
d1a8da2fe0
remove core_stats.h from installed headers
...
core_stats.h is installed in a non standard directory and originates
from the source directory. Hence this PR removes it from beeing
installed.
7 years ago
Yuchen Zeng
6a15e4f15b
Fix merge issues
7 years ago
Yuchen Zeng
b22befd69b
Document idle_state transistions
7 years ago
Yuchen Zeng
d1d605ea3e
Fix asan issues
7 years ago
Zhouyihai Ding
33af9aa4a0
php: fix channel persistence channel leak
7 years ago
Yuchen Zeng
c4431e4fcd
Try again when idle_state is unexpected
7 years ago
Yuchen Zeng
f46028f5db
Add necessary retries for atomic state changes
7 years ago
Mark D. Roth
62569dd978
Fix arena to return aligned memory.
7 years ago
Mark D. Roth
97d3d08915
Use wait_for_ready in goaway_server_test.
7 years ago
Yash Tibrewal
eea1d9ba70
nullptr check
7 years ago
ncteisen
d88f903bd1
Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy
7 years ago
Jan Tattermusch
a9fc084ec1
Merge pull request #14117 from jtattermusch/resultstore_cpp_results
...
Make c++ reports display correctly in ResultStore
7 years ago
Jan Tattermusch
56427c0163
Merge pull request #14118 from grpc/v1.9.x
...
Upmerge changes from v1.9.x
7 years ago
Jan Tattermusch
41d220eb4f
make c++ reports display correctly in resultstore
7 years ago
Mehrdad Afshari
2c5964fffc
Merge pull request #14113 from jtattermusch/fix_csharp_pooling_leak
...
Fix leak caused by C# context pooling (when GrpcEnvironment is shutdown).
7 years ago
ncteisen
a1ad7d8cb7
Remote namespace comment, will fix later
7 years ago
Jan Tattermusch
2dc3b1eb55
regenerate projects
7 years ago
Jan Tattermusch
3683ada93f
1.9.0-pre1 is now 1.9.0-pre2
7 years ago
Jan Tattermusch
c14997be8e
fix leak caused by csharp context pooling
7 years ago
Yash Tibrewal
1791df0a72
Bad client changes to make large metadata test to work again
7 years ago
Vijay Pai
392e2131e1
Removing grpc_alarm from core requires a major version bump for core
7 years ago
Vijay Pai
fe75ef5b2d
clang-format
7 years ago
Vijay Pai
e1e7042919
Restructure to simplify, harden, and avoid forward declaration
7 years ago
Vijay Pai
28b6a44637
Migrate all remaining features of core test to C++ layer test
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mehrdad Afshari
6615ef5eef
Relax call details interface from interceptor
...
A gRPC Python client interceptor is passed an instance of a class
that implements the ClientCallDetails interface. The interceptor
can choose to create its own object that implements the interface,
and pass it back to the continuation invoked by the interceptor.
To make it easy to add additional attributes to call details,
without breaking user code that hardcode the attributes required
by the interface, instead of interospecting the object passed
to the interceptor at runtime, and to ease authorship of
interceptors that want to keep some attributes intact and not
care about them, we relax the requirements on the object that
is expected to get passed by the interceptor and let the user
omit some attributes. Omitted attributes will be replaced
by the original value of the attribute given to the interceptor.
7 years ago
Muxi Yan
9492a92cd5
Clean up C++ tests and example
7 years ago
Stanley Cheung
5b48dc7371
Merge pull request #14098 from stanley-cheung/php-smarter-gen-proj
...
PHP: make generate_projects.sh smarter for package.xml
7 years ago
Mehrdad Afshari
cd9db08e75
Merge pull request #14096 from mehrdada/upmerge19
...
Upmerge 1.9.x into master
7 years ago
Muxi Yan
bc4b7891c8
Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec
7 years ago
Muxi Yan
61bb29f141
Clean up C++ tests and example
7 years ago
Ruslan Nigmatullin
17226409c9
[ssl] Reduce number of copies
7 years ago
Muxi Yan
401f903151
Build fix
7 years ago
Stanley Cheung
ac3c69b99e
PHP: make generate_projects.sh smarter for package.xml
7 years ago
Mehrdad Afshari
eb809c34c1
Upmerge 1.9.x into master
...
Prevents future merge conflicts upon upmerges from 1.9.x
7 years ago
Mehrdad Afshari
fb309a966b
Merge pull request #14092 from mehrdada/bump1-10
...
Bump version to 1.10
7 years ago
Mark D. Roth
cbb4f78c2f
Merge pull request #14089 from markdroth/no_plus_in_directory_names
...
Rename 'gpr++' directories to 'gprpp'.
7 years ago
adelez
9849bc6a0f
Merge pull request #14090 from menghanl/fix_release_matrix
...
Update go release versions in client_matrix.py
7 years ago