ncteisen
|
bd0c019c39
|
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
|
7 years ago |
ncteisen
|
90a00f8db6
|
Reviewer feedback; comments
|
7 years ago |
Mark D. Roth
|
ac0808b107
|
Merge pull request #14093 from markdroth/arena_alignment
Fix arena to return aligned memory.
|
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 |
ncteisen
|
dedc4a0cbd
|
Reviewer feedback
|
7 years ago |
Nathaniel Manista
|
009dfea6a0
|
2018 ideas (gRPC Python Team's, at least)
|
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 |
kpayson64
|
a958664dbc
|
Merge pull request #14079 from kpayson64/disable_fork_support
Allow turning off fork support with env variable
|
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 |
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 |
Jan Tattermusch
|
c14997be8e
|
fix leak caused by csharp context pooling
|
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 |
ncteisen
|
6f196afc9e
|
Switch to use manual constructor
|
7 years ago |
ncteisen
|
f41e24b35f
|
Remove uuid from channel
|
7 years ago |
ncteisen
|
9f144ebf5b
|
s/TraceNode/TraceEvent and make it a struct
|
7 years ago |
Mehrdad Afshari
|
cd9db08e75
|
Merge pull request #14096 from mehrdada/upmerge19
Upmerge 1.9.x into master
|
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 |
Mehrdad Afshari
|
43884047c9
|
Regenerate projects
|
7 years ago |
Mehrdad Afshari
|
d1915a988e
|
Bump version to 1.10
|
7 years ago |
Mehrdad Afshari
|
298aa8a2d9
|
Merge pull request #14091 from mehrdada/v1.9.x
Bump v1.9.x to 1.9.x-pre1
|
7 years ago |
Mehrdad Afshari
|
28d5cf33e9
|
Regenerate projects
|
7 years ago |
Mehrdad Afshari
|
22c607d2e7
|
1.9.0-dev is now 1.9.0-pre1
|
7 years ago |
Menghan Li
|
63efbc639c
|
Update go release versions in client_matrix.py
|
7 years ago |
Mark D. Roth
|
4f2b0fdadf
|
Rename 'gpr++' directories to 'gprpp'.
|
7 years ago |
Ken Payson
|
9585746651
|
PR feedback changes
|
7 years ago |
Mark D. Roth
|
9813858908
|
Merge pull request #14070 from markdroth/backoff_api_cleanup
Combine BackOff Begin() and Step() methods.
|
7 years ago |
Mehrdad Afshari
|
4721b5f265
|
Merge pull request #14087 from jtattermusch/dispose_requestcallcontextpool
Dispose RequestCallContextPool on environment shutdown
|
7 years ago |
Jan Tattermusch
|
eb88bf03af
|
dispose requestCallContextPool on environment shutdown
|
7 years ago |
ncteisen
|
99c7efdedb
|
Good C++ style
|
7 years ago |
Yang Gao
|
bb2f7e28ed
|
Merge pull request #14081 from yang-g/cpp17
remove use of random_shuffle
|
7 years ago |
ncteisen
|
ef043a853f
|
Classify TraceNode
|
7 years ago |
ncteisen
|
6572ce2c4a
|
Classify the tracer object
|
7 years ago |
Yash Tibrewal
|
83251bbfa9
|
Merge pull request #14076 from grpc/execctx_remfinish
Remove extraneous Finish in ExecCtx
|
7 years ago |
Yash Tibrewal
|
98f22c7a95
|
Merge pull request #14078 from yashykt/asan_sockaddr
Solve a stack_use_after_scope issue in sockaddr_resolver_test
|
7 years ago |
yang-g
|
a29d6d0d74
|
remove use of random_shuffle
|
7 years ago |
Yash Tibrewal
|
45e754a5af
|
Fix typo s/resolition/resolution
|
7 years ago |
Ken Payson
|
51f51253bd
|
Merge remote-tracking branch 'upstream/master' into disable_fork_support
|
7 years ago |
Ken Payson
|
f91d4ef78b
|
Merge remote-tracking branch 'upstream/master' into disable_fork_support
|
7 years ago |
Ken Payson
|
e2e41ff12e
|
Allow turning off fork support with env variable
|
7 years ago |
Mark D. Roth
|
9db1691c85
|
Merge pull request #14051 from markdroth/reorganize_support
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Yash Tibrewal
|
f0798f91ff
|
Solve a stack_use_after_scope issue in sockaddr_resolver_test
|
7 years ago |
Yash Tibrewal
|
9cd22deaef
|
Remove extraneous Finish in ExecCtx
|
7 years ago |