Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b16df7547149f42e32cfca3cf99280a2df3bb180
b16df75
Update with internal C++ interfaces
by Yuchen Zeng
· 7 years ago
d382140
Fix crash in epollex
by Yuchen Zeng
· 7 years ago
cbb9296
Change the default interval to 5 seconds
by Yuchen Zeng
· 7 years ago
7fa814f
Fix timeouts
by Yuchen Zeng
· 7 years ago
6f9985e
Fix SIGV when grpc_channel_stack_init returns errors
by Yuchen Zeng
· 7 years ago
d573861
Update with grpc_millis
by Yuchen Zeng
· 7 years ago
c83ce41
Fix polling_timer shutdown process
by Yuchen Zeng
· 7 years ago
223f8d4
Remove schedule_polling_timer
by Yuchen Zeng
· 7 years ago
dd77922
Add comments, fix backup_poller_shutdown_unref
by Yuchen Zeng
· 7 years ago
b41014e
Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS
by Yuchen Zeng
· 7 years ago
0bad30a
Use backup pollser instead of connectivity watcher
by Yuchen Zeng
· 7 years ago
d9ce7d9
clang-format
by Yuchen Zeng
· 7 years ago
f8ed4fa
convert connectivity_watcher to cpp file
by Yuchen Zeng
· 7 years ago
6a48dc5
Remove c++ channel connectivity watcher
by Yuchen Zeng
· 7 years ago
7269667
Add client channel connectivity watcher
by Yuchen Zeng
· 7 years ago
555b845
Merge pull request #12870 from kpayson64/call_bm_diff
by kpayson64
· 7 years ago
d5b66f1
Merge pull request #13107 from vjpai/reinternalize
by Vijay Pai
· 7 years ago
c4c535d
Merge pull request #13177 from kpayson64/qps_test_fix
by kpayson64
· 7 years ago
3f68e03
Merge pull request #12644 from justinburke/cert_reloading
by Justin Burke
· 7 years ago
667aa2b
Add call size bm_diff
by Ken Payson
· 7 years ago
c1d354d
Support SSL server certificate reloading.
by Justin Burke
· 7 years ago
9ba487c
Merge pull request #13158 from ncteisen/fix-p0
by Noah Eisen
· 7 years ago
7721456
Fix portabiloty
by ncteisen
· 7 years ago
fc06243
Address github comment, sleep for minimal time
by ncteisen
· 7 years ago
7a64885
Adopt the static factory pattern (#10)
by Vijay Pai
· 7 years ago
918ce7a
Fix QPS Async Client Next loop
by Ken Payson
· 7 years ago
21c6405
Merge pull request #13157 from jtattermusch/docker_faster_pulls
by Jan Tattermusch
· 7 years ago
5506d84
Merge pull request #13154 from jtattermusch/buildonly_parallelism
by Jan Tattermusch
· 7 years ago
bf3f4be
Merge pull request #13164 from yang-g/clear_the_request
by Yang Gao
· 7 years ago
37f1bd1
clear the request
by yang-g
· 7 years ago
06e174a
Separate public and internal C++ interfaces
by Vijay Pai
· 7 years ago
a2465b0
Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master
by Jan Tattermusch
· 7 years ago
f06d42a
Fix test timing bug:
by ncteisen
· 7 years ago
f568c0a
use GCR mirror for pulling images
by Jan Tattermusch
· 7 years ago
69bd8f2
print timing for docker pull
by Jan Tattermusch
· 7 years ago
a511356
limit concurrent jobs for build_only on linux
by Jan Tattermusch
· 7 years ago
255c590
Merge pull request #13092 from adelez/fix
by adelez
· 7 years ago
7fd9623
Merge pull request #13141 from yang-g/error_off_by_one
by Yang Gao
· 7 years ago
b548730
Merge pull request #13144 from matt-kwong/increase-timeout-sanity
by Nicolas Noble
· 7 years ago
01f0733
Increase sanity build timeout
by Matt Kwong
· 7 years ago
903981a
Catch out of order error code
by yang-g
· 7 years ago
1bf7207
Merge pull request #13084 from kpayson64/cq_lambda
by kpayson64
· 7 years ago
42bd87e
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
by Ken Payson
· 7 years ago
1bda510
Merge pull request #13094 from muxi/fix-objc-cpp-build
by Muxi Yan
· 7 years ago
7e08c1a
Merge pull request #12850 from markdroth/lb_pick_error_fix
by Mark D. Roth
· 7 years ago
2a14112
Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now
by David G. Quintas
· 7 years ago
44d820e
One more fix in gRPC-Core.podspec that makes Xcode compile
by Muxi Yan
· 7 years ago
80eee98
Merge pull request #12809 from justinburke/convert_cert_pairs
by Justin Burke
· 7 years ago
c01c7cb
Merge pull request #12219 from y-zeng/http2_connector
by Yuchen Zeng
· 7 years ago
a5b34a5
Merge pull request #13108 from AspirinSJL/reomve_duplicate
by Juanli Shen
· 7 years ago
3a93607
Merge pull request #13116 from ncteisen/fix-microbenchmarks
by Noah Eisen
· 7 years ago
c263204
Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix
by Mark D. Roth
· 7 years ago
4e23dcc
Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert
by David G. Quintas
· 7 years ago
40b8cbe
Disable epollex for LB tests while failures are investigated
by David Garcia Quintas
· 7 years ago
4c9fa85
Add debugging prints
by ncteisen
· 7 years ago
c296e82
clang fmt
by ncteisen
· 7 years ago
9e3eedb
Remove old header benchmark
by ncteisen
· 7 years ago
1b1e8d6
unref resource quota on windows
by Jan Tattermusch
· 7 years ago
6bf4bce
Fix bm_diff
by ncteisen
· 7 years ago
6a0874b
Fix bm_chttp2_transport
by Yuchen Zeng
· 7 years ago
308f065
Merge pull request #13114 from y-zeng/fix_qps_client
by Yuchen Zeng
· 7 years ago
ca31256
Remove redundant WaitForConnected
by Yuchen Zeng
· 7 years ago
692bbf9
Merge pull request #12896 from pongad/ruby-php-bin
by Feng Li
· 7 years ago
9b9a44e
Expose conversion of grpc to tsi cert pairs
by Justin Burke
· 7 years ago
cbdb517
Remove duplicate message member in test
by Juanli Shen
· 7 years ago
48be9de
Restore logic from before #12297.
by Mark D. Roth
· 7 years ago
ae6bca4
Make fix objc build problem
by Muxi Yan
· 7 years ago
c563b58
Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race
by apolcyn
· 7 years ago
0c4e14f
Do not reuse job_specs now that we incorporate release info in the shortname
by Adele Zhou
· 7 years ago
5f818c5
Merge pull request #13086 from ctiller/do-what-the-hell-i-ask
by Craig Tiller
· 7 years ago
2b217d4
clang-format
by David Garcia Quintas
· 7 years ago
8db6f9b
Removed wrong assert from grpclb
by David Garcia Quintas
· 7 years ago
8c96701
Ensure that we respect requested channel args in all cases
by Craig Tiller
· 7 years ago
d391a7b
Merge pull request #13076 from matt-kwong/mac-filter-fix
by Matt Kwong
· 7 years ago
25d2466
Merge pull request #12362 from vjpai/inproc_qps
by Vijay Pai
· 7 years ago
7d85fcb
Merge pull request #13059 from adelez/new_releases
by adelez
· 7 years ago
7702ba3
Merge pull request #13045 from yang-g/hpack_parse
by Yang Gao
· 7 years ago
83085aa
Add a microbm, seeing 195ns with current impl and 162ns with new impl
by yang-g
· 7 years ago
e6c8f2d
Only allocate cached_timeout when md interned
by yang-g
· 7 years ago
3173881
Fix brew install issue; enable MacOS test filtering
by Matt Kwong
· 7 years ago
4b8e475
Merge pull request #13074 from grpc/revert-13021-devel-getcpu
by Vijay Pai
· 7 years ago
8514a51
Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"
by Vijay Pai
· 7 years ago
c7ea15e
Merge pull request #12653 from vbatts/conversion_fix
by Yash Tibrewal
· 7 years ago
088112f
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
by Vijay Pai
· 7 years ago
ac581ee
Merge pull request #13072 from vjpai/inproc_fix
by Vijay Pai
· 7 years ago
a78be30
Fix some other NULL checks and uses
by Vijay Pai
· 7 years ago
39cfd8d
update readme
by Adele Zhou
· 7 years ago
1751af1
Add newer versions
by Adele Zhou
· 7 years ago
47413fd
Merge pull request #13047 from apolcyn/fix_ruby_mem_leak_again
by apolcyn
· 7 years ago
33fc8ff
Merge pull request #13030 from matt-kwong/kokoro-performance-vm-create
by Matt Kwong
· 7 years ago
dcd7e80
Merge pull request #12789 from ctiller/epexinf
by Craig Tiller
· 7 years ago
db32ed1
Merge pull request #13048 from yashykt/disablelargemetadatabadclienttest
by Craig Tiller
· 7 years ago
e9cb5d8
Merge pull request #12915 from ctiller/flow++
by Craig Tiller
· 7 years ago
0950ea7
Fix Bazel build
by Craig Tiller
· 7 years ago
5e64d31
Fix compilation
by Craig Tiller
· 7 years ago
af6bb85
Disabling large_metadata_bad_client_test as per #11745
by Yash Tibrewal
· 7 years ago
f83b6ce
Fix compilation
by Craig Tiller
· 7 years ago
e29196b
Fix bad bug
by Craig Tiller
· 7 years ago
25d1631
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
by Craig Tiller
· 7 years ago
828aed5
Fix compilation
by Craig Tiller
· 7 years ago
Next »