Yash Tibrewal
|
24c232009c
|
Merge branch 'master' into out_of_bounds_tests
|
6 years ago |
Yash Tibrewal
|
8a310e5063
|
Clang tidy
|
6 years ago |
Lidi Zheng
|
3ab7332769
|
Merge pull request #19356 from lidizheng/i15880
Surface exceptions in gevent IO manager
|
6 years ago |
Yash Tibrewal
|
4fc02c6bf5
|
add tests for bad stream IDs
|
6 years ago |
Nicolas "Pixel" Noble
|
ee6a462f03
|
Another python fix.
|
6 years ago |
Srini Polavarapu
|
8c8dc0e3c7
|
1.21.4 interop for cxx, csharp, php, ruby and python
|
6 years ago |
Nicolas "Pixel" Noble
|
8610c275e7
|
Merge branch 'bazel-0.26' of github.com:nicolasnoble/grpc into bazel-0.26
|
6 years ago |
Nicolas "Pixel" Noble
|
929f151016
|
Cherry-picking #19349 in.
|
6 years ago |
Yash Tibrewal
|
7dcdabf593
|
Merge pull request #19342 from yashykt/18416fix
Fix data race, heap use-after-free issue in bm_chttp2_transport
|
6 years ago |
Yash Tibrewal
|
c8233e108d
|
Merge pull request #19360 from yashykt/bad_client_fix
Add gtest dependency to the test instead of library
|
6 years ago |
yang-g
|
7db36fe0a0
|
Add comments and rename internal methods
|
6 years ago |
Lidi Zheng
|
454a7a0da3
|
Merge pull request #19310 from lidizheng/example-debug
Add Debug Example
|
6 years ago |
Jan Tattermusch
|
6ec2ef7d27
|
Merge pull request #19306 from JunTaoLuo/johluo/add-lite-client-option
Add MSBuild metadata to set LiteClient for client generation.
|
6 years ago |
Soheil Hassas Yeganeh
|
85f08100d4
|
Avoid using seq_cst atomic operations in grpcpp when unnecessary.
These cases are almost all in the callback API.
Also use atomic<intptr_t> insteda of atomic_int for consistency with
gpr_atm and grpc_core::Atomic.
|
6 years ago |
Lidi Zheng
|
e0a95c3267
|
Add more missing functions
|
6 years ago |
Lidi Zheng
|
9bd526260a
|
Remove unused imports
|
6 years ago |
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 |
Nicolas "Pixel" Noble
|
8de64087a3
|
Clean bazel 0.26 upgrade.
|
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 |