Mark D. Roth
|
57bae312b9
|
Merge pull request #20512 from markdroth/xds_shutdown_fix
Clean up xds LB policy shutdown.
|
5 years ago |
Moiz Haidry
|
64549a1857
|
Use atomic to control the thread race between the shutdown thread and the main thread.
|
5 years ago |
tanjunchen
|
ccc5481ff0
|
fix typo in document
|
5 years ago |
Jan Tattermusch
|
373fc2413a
|
Merge pull request #20505 from jtattermusch/fixes_multimachine_bm
Fixes in multimachine benchmark scripts
|
5 years ago |
Jan Tattermusch
|
6bb4e68845
|
Merge pull request #20507 from jtattermusch/fix_win_rbe_opt
Fix windows RBE opt build
|
5 years ago |
Arjun Roy
|
2486b0a2b0
|
Merge pull request #20353 from arjunroy/hpack_encoder_refactor_only
Refactor hpack encoder to be smaller footprint.
|
5 years ago |
Esun Kim
|
8b5b1755ec
|
Merge pull request #20496 from veblush/fix-ruby-build
Use -static-libstdc++ for ruby.linux
|
5 years ago |
Esun Kim
|
11058748fd
|
Merge pull request #20414 from veblush/fix-atomic-link
Added libatomic to gRPC python
|
5 years ago |
Mark D. Roth
|
01c443f2a5
|
Clean up xds LB policy shutdown.
|
5 years ago |
Jan Tattermusch
|
d10fb3ba99
|
fix win RBE opt build
|
5 years ago |
Jan Tattermusch
|
6c0721276d
|
Fixes in multimachine benchmark scripts
|
5 years ago |
Juanli Shen
|
ea7d7f9fe5
|
Merge pull request #20478 from AspirinSJL/ads
Use ADS
|
5 years ago |
Jan Tattermusch
|
72c9ffb2e7
|
Merge pull request #20489 from jtattermusch/win_rbe_better_config
Windows bazel RBE improvements
|
5 years ago |
Esun Kim
|
4bc9820241
|
Update comment
|
5 years ago |
Esun Kim
|
d55154f7b8
|
Reformat code
|
5 years ago |
Juanli Shen
|
2dc42a1e02
|
Use ADS
|
5 years ago |
Esun Kim
|
55ae0f6f8d
|
Added libatomic to gRPC python
|
5 years ago |
Esun Kim
|
a67213158c
|
Use -static-libstdc++ for ruby.linux
|
5 years ago |
Mark D. Roth
|
85a500c13a
|
Merge pull request #20368 from markdroth/xds_client
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
|
5 years ago |
Juanli Shen
|
e130018bf5
|
Merge pull request #20432 from AspirinSJL/tune_xds
Tune xds test
|
5 years ago |
Mark D. Roth
|
b01072586d
|
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
|
5 years ago |
rmstar
|
599098b729
|
Merge pull request #20464 from rmstar/perffixes
Cronet fixes
|
5 years ago |
Juanli Shen
|
a85b78baa6
|
Merge pull request #20433 from tanjunchen/clean-doc
fix some spelling mistakes in document
|
5 years ago |
Jan Tattermusch
|
17fc384b1e
|
add job config for Windows RBE opt config, upload test results
|
5 years ago |
Jan Tattermusch
|
a6404953e7
|
Merge pull request #20490 from jtattermusch/disable_windows_client_stress_test
Temporarily disable client_channel_stress_test on win RBE
|
5 years ago |
Jan Tattermusch
|
3fd325acf6
|
Merge pull request #20488 from jtattermusch/rbe_win_extra_info
Add extra kokoro build info to Win RBE runs
|
5 years ago |
Jan Tattermusch
|
082f3dc14a
|
temporatily disable client_channel_stress_test on win RBE
|
5 years ago |
Jan Tattermusch
|
2262e2b8e8
|
add extra kokoro build info to Win RBE runs
|
5 years ago |
Prashant Jaikumar
|
4bb7731d5b
|
Fixed bug in cronet_transport where completed ops were not removed from storage
|
5 years ago |
Yash Tibrewal
|
9b288b20c4
|
Merge pull request #20477 from yashykt/docFinish
Doc update - Finish can be called only once
|
5 years ago |
tanjunchen
|
64cdea5a07
|
fix some spelling mistakes in document
|
5 years ago |
Esun Kim
|
51491b6fba
|
Merge pull request #20475 from veblush/memory-cleanup
Clean up memory code
|
5 years ago |
Yash Tibrewal
|
7fdb49bd3f
|
Doc update - Finish can be called only once
|
5 years ago |
Esun Kim
|
334fa41ec0
|
Update by review
|
5 years ago |
Esun Kim
|
4fc906a5fe
|
Clean up memory code
|
5 years ago |
Esun Kim
|
3f523c1ff8
|
Merge pull request #20474 from veblush/map
Wrapper for std::map<> that overrides the allocator.
|
5 years ago |
Nicolas Noble
|
dbe7f35109
|
Merge pull request #20465 from nicolasnoble/poly-delete
Polymorphic delete support
|
5 years ago |
Esun Kim
|
982359bf96
|
Add grpc_core::Map with Allocator
|
5 years ago |
Mark D. Roth
|
fb84eb258f
|
Merge pull request #20454 from markdroth/std_set_allocator
Wrapper for std::set<> that overrides the allocator.
|
5 years ago |
Eric Anderson
|
c2af3b43d6
|
Merge pull request #20455 from ejona86/fix-rm-flake
Disable Gradle daemon for Java interop test building
|
5 years ago |
Nicolas "Pixel" Noble
|
6ffecfbcec
|
Adding multiple inheritence delete.
|
5 years ago |
Mark D. Roth
|
ae566a15e9
|
Merge pull request #20443 from markdroth/lb_policy_metadata_api
Use a more standard iteration interface for LB policy metadata API.
|
5 years ago |
Arjun Roy
|
ebf47ee159
|
Refactor hpack encoder to be smaller footprint.
|
5 years ago |
Soheil Hassas Yeganeh
|
e67b82c55d
|
Merge pull request #20328 from soheilhy/h2-write-no-async
Remove out of context writes from H2.
|
5 years ago |
Soheil Hassas Yeganeh
|
fd13c0b9c8
|
Merge pull request #20466 from soheilhy/fix-call-op-str
Fix the internal build and test failure introduced in #20329
|
5 years ago |
Mark D. Roth
|
0fbad5328f
|
Use a more standard iteration interface for LB policy metadata API.
|
5 years ago |
Mark D. Roth
|
076ee0bc85
|
Wrapper for std::set<> that overrides the allocator.
|
5 years ago |
Jan Tattermusch
|
f509687496
|
Merge pull request #20434 from jtattermusch/win_rbe_polish
Windows RBE testing improvements
|
5 years ago |
Soheil Hassas Yeganeh
|
a1310498ee
|
Fix the internal build and test failure introduced in #20329
|
5 years ago |
Soheil Hassas Yeganeh
|
0e6227ed96
|
Remove unused fields.
|
5 years ago |