Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
524016bb268359139c9ad7f7e3c9d53e23d7915d
/
test
e83a81a
alarm_test: Add test_suites: ["device-tests"] to alarm_test.
by easoncylee
· 6 years ago
418a875
Add build config for grpc++ for Android
by Hansong Zhang
· 6 years ago
9134639
Warn on non-virtual destructor if class has virtual functions
by Vijay Pai
· 6 years ago
3ee2919
Merge pull request #16646 from vjpai/callback_codegen_client_unary
by Vijay Pai
· 6 years ago
0730865
Merge pull request #16629 from hcaseyal/fix_hpack_microbenchmarks
by hcaseyal
· 6 years ago
da1b75b
Add a virtual destructor to the new class with virtual methods
by Vijay Pai
· 6 years ago
4c6e7ce
Destroy metadata buffer at end of benchmark loop
by Hope Casey-Allen
· 6 years ago
d44feec
Reassign arena pointer instead of stomping on memory
by Hope Casey-Allen
· 6 years ago
5bb69e0
Merge pull request #16488 from hcaseyal/hpack_static_table
by hcaseyal
· 6 years ago
9e6511a
Make the core callback interface API so that it can be used in generated code
by Vijay Pai
· 6 years ago
4b721fb
Destroy arena at end of benchmark to not leak memory
by Hope Casey-Allen
· 6 years ago
29d9489
Increase initial arena size to be more representative of real workload scenario and increase frequency of recreating the arena to avoid oom
by Hope Casey-Allen
· 6 years ago
91727bd
Move arena create outside of benchmark, format, and typo fix
by Hope Casey-Allen
· 6 years ago
974d66f
Fix tag variable
by Juanli Shen
· 6 years ago
830e5ad
Merge branch 'master' into callback_codegen_client_unary
by Vijay Pai
· 6 years ago
4cc1cd7
Add needed include
by Hope Casey-Allen
· 6 years ago
327c514
Some reorganizing to respond to code review comments
by Hope Casey-Allen
· 6 years ago
f6e7b77
Merge pull request #16655 from vjpai/callback_tidy
by Vijay Pai
· 6 years ago
a0578f0
Merge pull request #16651 from AspirinSJL/improve_force_creation
by Juanli Shen
· 6 years ago
46429a2
Merge pull request #16624 from vjpai/callback_alarms
by Vijay Pai
· 6 years ago
deb3126
Fix clang-tidy concerns
by Vijay Pai
· 6 years ago
dd10cbc
Change force_creation from atm to bool
by Juanli Shen
· 6 years ago
845bc9a
Add more test cases
by Vijay Pai
· 6 years ago
47ae48e
Fix conflict
by Vijay Pai
· 6 years ago
a1e87be
Merge branch 'master' into callback_codegen_client_unary
by Vijay Pai
· 6 years ago
42a0ed4
Add a test
by Vijay Pai
· 6 years ago
0e5b2a7
Merge pull request #16638 from vjpai/callback_exceptions
by Vijay Pai
· 6 years ago
c5afb25
fix golden file
by Vijay Pai
· 6 years ago
c33ec79
Only output stats if they were collected
by Noah Eisen
· 6 years ago
73d89a6
Catch exceptions in user callbacks
by Vijay Pai
· 6 years ago
709e1aa
C# distrib test flake workaround
by Jan Tattermusch
· 6 years ago
967bbcd
Fixing benchmark name and adding a new one
by Hope Casey-Allen
· 6 years ago
db01bf7
Add callback-based alarms
by Vijay Pai
· 6 years ago
8bce2a6
Merge pull request #16299 from Capstan/cli-client-cert
by Yang Gao
· 6 years ago
d0bbb86
avoid collisions with ephemeral ports on foundry
by Jan Tattermusch
· 6 years ago
5b27941
Even cleaner implementation that does not modify the grpc_mdelem struct.
by Hope Casey-Allen
· 6 years ago
20345b2
Merge pull request #16611 from adelez/long_conn
by adelez
· 6 years ago
165417e
Change the test name to long_lived_channel
by Adele Zhou
· 6 years ago
094dc68
Added long_connection test.
by Adele Zhou
· 6 years ago
3bc10c0
Merge pull request #16492 from vjpai/client_callback
by Vijay Pai
· 6 years ago
b13097d
Merge pull request #16420 from apolcyn/localhost_windows_hack
by apolcyn
· 6 years ago
964d679
Resolve ip literals and Windows localhost manually when using c-ares
by Alexander Polcyn
· 6 years ago
71aa602
Merge pull request #16360 from ncteisen/channelz-cpp-server
by Noah Eisen
· 6 years ago
916a686
Revert "Use grpc_slice_unref_internal"
by Nathan Herring
· 6 years ago
2d8c682
Revert "Missing #include"
by Nathan Herring
· 6 years ago
fbe594b
Much cleaner approach that should address code review comments as well
by Hope Casey-Allen
· 6 years ago
42d9bec
Revert "Second attempt: Implement Watch method in health check service."
by Mark D. Roth
· 6 years ago
6ef3b0d
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server
by ncteisen
· 6 years ago
722bc69
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server
by ncteisen
· 6 years ago
ef1a390
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server
by ncteisen
· 6 years ago
ccf6aca
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp
by ncteisen
· 6 years ago
2edfddb
Merge pull request #16055 from ncteisen/channelz-subchannels
by Noah Eisen
· 6 years ago
0cf90ae
Merge branch 'master' into cli-client-cert
by Nathan Herring
· 6 years ago
179b4e8
Merge pull request #16297 from Capstan/cli-call-creds
by Yang Gao
· 6 years ago
58f6912
Merge pull request #16517 from sreecha/fix-addrlen
by Sree Kuchibhotla
· 6 years ago
8cf33aa
Fix asan bug
by Sree Kuchibhotla
· 6 years ago
97cbec1
WIP. Setting md_index to 0 on grpc_linked_mdelem creation
by Hope Casey-Allen
· 6 years ago
4835376
Merge branch 'channelz-subchannels' into channelz-cpp
by ncteisen
· 6 years ago
5946ae5
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 6 years ago
2f76fd4
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
by ncteisen
· 6 years ago
4205b97
reviewer feedback
by ncteisen
· 6 years ago
fe1f7f5
reviewer feedback
by ncteisen
· 6 years ago
be8844b
reviewer feedback
by ncteisen
· 6 years ago
a8247c8
Merge pull request #16574 from markdroth/health_checking_service
by Mark D. Roth
· 6 years ago
4181c8c
Zero out linked_mdelem when created in test
by Hope Casey-Allen
· 6 years ago
b7bbc35
naming bugfix
by Bill Feng
· 6 years ago
33d87e3
Fix internal_data to be the same size as the new grpc_linked_mdelem
by Hope Casey-Allen
· 6 years ago
3fb62ae
exclude less tests from qps
by Bill Feng
· 6 years ago
0d98e9d
Merge pull request #16562 from yashykt/statusgrpc
by Yash Tibrewal
· 6 years ago
6d2c8f8
Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service"
by Mark D. Roth
· 6 years ago
23afefe
Merge pull request #16536 from jiangtaoli2016/system_root
by Jiangtao Li
· 6 years ago
3a41245
Rectify the condition and add a test
by Yash Tibrewal
· 6 years ago
dd95194
Prefer grpc status over http status
by Yash Tibrewal
· 6 years ago
e361d0f
Turn loading system root certificate as default
by jiangtaoli2016
· 6 years ago
a1f5c09
Merge pull request #16489 from jtattermusch/bazel_port_picker
by Jan Tattermusch
· 6 years ago
4b859a6
Merge branch 'cronetfix' into status
by Yash Tibrewal
· 6 years ago
9968024
Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation
by Noah Eisen
· 6 years ago
577c2e4
threadsafe port picker for remote bazel
by Jan Tattermusch
· 6 years ago
ccddc1b
Initialize bool
by Vijay Pai
· 6 years ago
8bf5253
Provide a generic client-side unary callback API
by Vijay Pai
· 6 years ago
c4a5323
fixed a bug in json_run_localhost scenario generation
by Bill Feng
· 6 years ago
4230aa4
Merge pull request #16509 from AspirinSJL/add_docstring
by Juanli Shen
· 6 years ago
9d143dd
Fix internal format issue
by Juanli Shen
· 6 years ago
50419a0
fix format specifier for size_t and and a typo in test
by Sree Kuchibhotla
· 6 years ago
c163baa
Merge branch 'master' into fix-addrlen
by Sree Kuchibhotla
· 6 years ago
0a7363f
Add a test to parse invalid addresses
by Sree Kuchibhotla
· 6 years ago
2a546ae
Merge pull request #16496 from hcaseyal/enable_timer_test_on_windows
by hcaseyal
· 6 years ago
14a8581
Revert "Implement Watch method in health check service."
by Juanli Shen
· 6 years ago
f8a4aae
Fix all instances of bugprone-undefined-memory-manipulation
by ncteisen
· 6 years ago
40ec97d
Enable timer test on windows
by Hope Casey-Allen
· 6 years ago
9e735f4
fix port picker for remote bazel
by Jan Tattermusch
· 6 years ago
ceecf80
Merge pull request #16402 from billfeng327/feature/qps-bazel-test
by Bill Feng
· 6 years ago
f1931ef
Merge branch 'channelz-cpp' into channelz-cpp-server
by ncteisen
· 6 years ago
72ac3d0
Merge branch 'channelz-server' into channelz-cpp-server
by ncteisen
· 6 years ago
e165579
Subchannel support to C++
by ncteisen
· 6 years ago
6076b1d
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 6 years ago
4b5b019
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
by ncteisen
· 6 years ago
9184272
fixed indentation
by Bill Feng
· 6 years ago
4d985ef
Merge pull request #16351 from markdroth/health_checking_service
by Mark D. Roth
· 6 years ago
25d570c
flipped logic to enable pollers
by Bill Feng
· 6 years ago
Next »