Muxi Yan
|
c0441667f4
|
Merge pull request #19336 from muxi/v1.21.x
Backport #19309: Fix usage of new and delete
|
6 years ago |
Muxi Yan
|
e6d9b7b19e
|
Merge pull request #19355 from muxi/reset-test-connection
Use new connection for every test case
|
6 years ago |
Yash Tibrewal
|
9f10ab5377
|
Add gtest dependency to the test instead of library
|
6 years ago |
Muxi Yan
|
d416c10ba4
|
Merge pull request #18891 from muxi/build-tests-aggregation
Add script to run build tests of ObjC examples
|
6 years ago |
Yash Tibrewal
|
e60c43ff3e
|
Add out of bounds frame tests
|
6 years ago |
Vijay Pai
|
b6dc839568
|
Merge pull request #19354 from vjpai/i_know_python
Fix Python3 incompatibility
|
6 years ago |
Lidi Zheng
|
536765b2f3
|
Surface exceptions in gevent IO manager
|
6 years ago |
Muxi Yan
|
0719ebd2ed
|
Use new connection for every test case
|
6 years ago |
Yash Tibrewal
|
56a0153f16
|
Heap allocate the stream object for other benchmark cases too
|
6 years ago |
Vijay Pai
|
f05c475f01
|
Fix Python3 incompatibility
|
6 years ago |
Muxi Yan
|
799ffbbd01
|
Update license
|
6 years ago |
Lidi Zheng
|
550dae1c47
|
Workaround the address contention issue
|
6 years ago |
Muxi Yan
|
5a354d79ef
|
fix cannot find tests
|
6 years ago |
Yang Gao
|
0bee8c41f9
|
Merge pull request #19348 from yang-g/virtual_me
Mark some methods virtual
|
6 years ago |
Yang Gao
|
93eb102a55
|
Merge pull request #19347 from yang-g/call_op_set_cp
Fix assignment operator
|
6 years ago |
Muxi Yan
|
fce831a694
|
Add copyright and comment
|
6 years ago |
Jan Tattermusch
|
a3fd28bdbf
|
fix ubsan build for 0.26
|
6 years ago |
Nicolas "Pixel" Noble
|
0472933d71
|
Trying to fix build.
|
6 years ago |
Nicolas "Pixel" Noble
|
a0dc6f7e4a
|
More syncup.
|
6 years ago |
Nicolas "Pixel" Noble
|
46ed7524f9
|
Bazel version syncup.
|
6 years ago |
yang-g
|
b216c34314
|
Mark some methods virtual
|
6 years ago |
yang-g
|
a0f5cb4528
|
Fix assignment operator
|
6 years ago |
Yash Tibrewal
|
17afa603a1
|
Merge pull request #19275 from yashykt/unknown_frame_attack
Add unknown frame type tests for HTTP2 parsing
|
6 years ago |
Arjun Roy
|
2c4b32a599
|
Merge pull request #19339 from arjunroy/maybe_embiggen_v2
Reduced instruction count for maybe_embiggen common case.
|
6 years ago |
Yash Tibrewal
|
cceca10a8a
|
Fix data race, heap use-after-free issue in bm_chttp2_transport
|
6 years ago |
Richard Belleville
|
9149b3aee9
|
Merge pull request #19294 from gnossen/python_3.8_test
Add Python 3.8 test
|
6 years ago |
Nicolas "Pixel" Noble
|
29b5a83920
|
Merge branch 'master' of https://github.com/grpc/grpc into bazel-0.26
|
6 years ago |
Mark D. Roth
|
67bcb49d38
|
Merge pull request #18496 from markdroth/lb_shutdown_cleanup
Simplify LB policy and resolver shutdown.
|
6 years ago |
Muxi Yan
|
d8ddd592f9
|
Rename cfg files and use opt configuration
|
6 years ago |
Arjun Roy
|
73180b1c0e
|
Reduced instruction count for maybe_embiggen common case.
|
6 years ago |
Vijay Pai
|
c0d9289a7e
|
Stop misspelling our own project name
|
6 years ago |
Yash Tibrewal
|
d33f8e6288
|
Merge pull request #19320 from yashykt/errorrefcountfix
Move error ref to the the closure function instead of an internal function
|
6 years ago |
Michael Lumish
|
64ec7201fd
|
Merge pull request #19328 from murgatroid99/cares_uv_windows_fixes
Fix bugs with libuv cares integration on Windows
|
6 years ago |
Mark D. Roth
|
94d41f0319
|
Simplify LB policy and resolver shutdown.
|
6 years ago |
Mark D. Roth
|
ae144c9db0
|
Merge pull request #19334 from markdroth/lb_policy_tracer_improvements
Various LB policy tracing improvements.
|
6 years ago |
Mark D. Roth
|
c9bcd2e2bc
|
Merge pull request #19333 from markdroth/channel_refcount_debug_fix
Fix debug logging of stream refcounts.
|
6 years ago |
John Luo
|
4275312e51
|
Mark as experiemental
|
6 years ago |
Lidi Zheng
|
559023c01d
|
Adopt reviewer's advice
|
6 years ago |
Mark D. Roth
|
82b06bef18
|
Merge pull request #19042 from markdroth/subchannel_interface_connected_subchannel
Hide ConnectedSubchannel from LB policy API.
|
6 years ago |
Muxi Yan
|
0054afef6e
|
Fix usage of new and delete
|
6 years ago |
Muxi Yan
|
fa6a71be5f
|
Merge pull request #19309 from muxi/fix-default-cfstream
Fix usage of new and delete
|
6 years ago |
Mark D. Roth
|
9417a6a080
|
Various LB policy tracing improvements.
|
6 years ago |
Soheil Hassas Yeganeh
|
79a2e1e2fd
|
Merge pull request #19315 from soheilhy/trace-flags
Convert TraceFlags in the hot path to DebugTraceFlags.
|
6 years ago |
Mark D. Roth
|
16e66c8307
|
Fix debug logging of stream refcounts.
|
6 years ago |
Michael Lumish
|
e00aeaeb26
|
Fix bugs with libuv cares integration on Windows
|
6 years ago |
Muxi Yan
|
ca0161f148
|
Merge pull request #19324 from grpc/revert-19022-objcut
Revert " Added some Objective C tests and minor bug fixes."
|
6 years ago |
Muxi Yan
|
f5551f1138
|
Revert " Added some Objective C tests and minor bug fixes."
|
6 years ago |
Moiz Haidry
|
465eb2f8d0
|
Merge pull request #19236 from mhaidrygoog/move_server_context
Move server context implementation to grpc_impl namespace and typedef…
|
6 years ago |
Soheil Hassas Yeganeh
|
21020d85c2
|
Update the doc for the new debug-only flags.
|
6 years ago |
Muxi Yan
|
ad0b0287df
|
Resolve build issue
|
6 years ago |