Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b1a80c751d99996bc3e48390081b3b0dfcfbc4e0
b1a80c7
bug fixes
by Muxi Yan
· 8 years ago
e22bd48
Add cpp test
by Muxi Yan
· 8 years ago
cdc0d03
Add EnableWorkaround API to enable server workarounds
by Muxi Yan
· 8 years ago
e74b9ae
Add comment
by Muxi Yan
· 8 years ago
937dba3
Put workaround list somewhere accessable by wrapping languages
by Muxi Yan
· 8 years ago
3db618e
Merge remote-tracking branch 'upstream/master' into backward-compat
by Muxi Yan
· 8 years ago
1ff6d47
clang-format
by Muxi Yan
· 8 years ago
a589f20
Rename grpc_user_agent_md to make it less confusing
by Muxi Yan
· 8 years ago
e634582
Address comments
by Muxi Yan
· 8 years ago
20f2c43
Merge pull request #10977 from makdharma/pydocfixit
by makdharma
· 8 years ago
eeb37cf
Documentation fixes for python public API.
by Makarand Dharmapurikar
· 8 years ago
ea4adc1
Merge pull request #10313 from vjpai/onesided
by Vijay Pai
· 8 years ago
6815e41
Merge pull request #10985 from jtattermusch/internal_ci_failing_targets
by Jan Tattermusch
· 8 years ago
9824975
Merge pull request #9970 from xiaohaoliang/xiaohaoliang-patch-1
by Jan Tattermusch
· 8 years ago
ccf2a6a
Merge branch 'master' into xiaohaoliang-patch-1
by Jan Tattermusch
· 8 years ago
06af233
Merge pull request #10999 from matt-kwong/add_ubsan
by Matt Kwong
· 8 years ago
d42f55b
Add UBSan to list of tests generated
by Matt Kwong
· 8 years ago
7017b65
Merge pull request #10994 from ctiller/0bug
by Craig Tiller
· 8 years ago
e1f5302
Port server fixes
by Craig Tiller
· 8 years ago
f31a80e
Merge pull request #10950 from jeady/service_name_metadata
by Yang Gao
· 8 years ago
98ae39c
show error details in internal_ci
by Jan Tattermusch
· 8 years ago
c2ad372
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
by David G. Quintas
· 8 years ago
cbecd72
Merge pull request #10958 from muxi/fix-on-cancel-crash
by Muxi Yan
· 8 years ago
861919a
Merge pull request #10988 from markdroth/clang-format
by Mark D. Roth
· 8 years ago
175c73b
clang-format
by Mark D. Roth
· 8 years ago
86b9473
Merge pull request #10980 from markdroth/grpclb_deadline_fix
by Mark D. Roth
· 8 years ago
60093ab
Merge pull request #10987 from markdroth/client_channel_cleanup2
by Mark D. Roth
· 8 years ago
b9b0efd
clang-format
by Mark D. Roth
· 8 years ago
f0f147a
Merge pull request #10845 from markdroth/client_channel_cleanup
by Mark D. Roth
· 8 years ago
be6ccdb
Proper clang formatting.
by James Eady
· 8 years ago
883fe50
add error and failure count to sponge log
by Jan Tattermusch
· 8 years ago
98e8d59
Merge pull request #10953 from markdroth/cq_verifier_improvement
by Mark D. Roth
· 8 years ago
e325f77
Merge pull request #10968 from matt-kwong/kokoro_updates
by Matt Kwong
· 8 years ago
4c5085a
Update internal Linux CI jobs
by Matt Kwong
· 8 years ago
64d922a
Make sure we set deadline for the LB call even without a pick.
by Mark D. Roth
· 8 years ago
c4eb0ff
Merge pull request #10913 from kpayson64/fix_python_interop
by kpayson64
· 8 years ago
3f716ba
Merge pull request #10972 from ncteisen/credential-error-refcount
by Noah Eisen
· 8 years ago
892e4be
Merge pull request #10234 from zhimingxie/master
by Jan Tattermusch
· 8 years ago
8937191
Fix error refcount bug
by Noah Eisen
· 8 years ago
9221083
Fix build problem with gcc 4.7.
by Mark D. Roth
· 8 years ago
b7e6fa5
Merge remote-tracking branch 'upstream/master' into client_channel_cleanup
by Mark D. Roth
· 8 years ago
12056f1
Merge pull request #10821 from markdroth/grpclb_client_side_load_reporting
by Mark D. Roth
· 8 years ago
8bb3ca7
Merge pull request #10949 from jtattermusch/internal_ci_windows
by Jan Tattermusch
· 8 years ago
3b8f0ce
Fix a bug where OP_CANCEL is completed prematurely
by Muxi Yan
· 8 years ago
0894495
Merge pull request #10947 from jtattermusch/internal_ci_try_mac
by Jan Tattermusch
· 8 years ago
b5799aa
remove --build_only
by Jan Tattermusch
· 8 years ago
d01ef0a
Merge pull request #10922 from jtattermusch/master_tests_for_real
by Jan Tattermusch
· 8 years ago
3afae71
Merge pull request #10876 from jtattermusch/csharp_qps_worker_gc_stats
by Jan Tattermusch
· 8 years ago
13ded3f
Improve cq_verifier error message when success does not match.
by Mark D. Roth
· 8 years ago
eea8cf0
Add QPS tests for one-sided streaming
by Vijay Pai
· 8 years ago
ae95edb
Merge pull request #10828 from vjpai/recaptcha
by Vijay Pai
· 8 years ago
64a317c
Code clean-up in client_channel.
by Mark D. Roth
· 8 years ago
09e458c
Implement client-side load reporting for grpclb.
by Mark D. Roth
· 8 years ago
3b26451
Add static method to generated code to return fully qualified protobuf service name.
by James Eady
· 8 years ago
56d8f82
fix Windows cmake build on internal_ci
by Jan Tattermusch
· 8 years ago
1306724
add --internal_ci for windows
by Jan Tattermusch
· 8 years ago
622699a
add macos grpc_master.sh job
by Jan Tattermusch
· 8 years ago
60f3572
fix truncate bug in grpc_cli
by zhimingxie
· 8 years ago
d8696e1
Merge pull request #10921 from jtattermusch/internal_ci_better_reports
by Jan Tattermusch
· 8 years ago
aba4ee2
add C# generic insecure scenarios
by Jan Tattermusch
· 8 years ago
01ce236
reports GC stats in qps workers
by Jan Tattermusch
· 8 years ago
cf7ea0f
Merge pull request #10360 from dgquintas/grpclb_new_test
by David G. Quintas
· 8 years ago
13cc172
Merge pull request #7836 from thinkerou/delete_unuse_lib
by Nathaniel Manista
· 8 years ago
683add5
Merge pull request #10862 from makroiss/patch-1
by Nathaniel Manista
· 8 years ago
38f167c
Merge remote-tracking branch 'upstream/master' into fix_python_interop
by Ken Payson
· 8 years ago
611e7e7
Reintroduce a lambda capture as part of C++11-izing code
by Vijay Pai
· 8 years ago
46758c3
Merge branch 'master' of github.com:grpc/grpc into trying-to-fix-stuff
by David Garcia Quintas
· 8 years ago
305dcf3
Merge pull request #10924 from ctiller/not-ld
by Craig Tiller
· 8 years ago
9162f75
Merge pull request #10896 from ctiller/sbtest
by Craig Tiller
· 8 years ago
7e7ac1c
Fix Python interop tests
by Ken Payson
· 8 years ago
0745356
Apply slowdown factor to timeouts
by David Garcia Quintas
· 8 years ago
3d88269
Merge pull request #10933 from dgquintas/thrift_again
by David G. Quintas
· 8 years ago
4e9bef0
Remove leftover thrift mentions
by David Garcia Quintas
· 8 years ago
d8e278f
Merge branch 'master' of github.com:grpc/grpc into grpclb_new_test
by David Garcia Quintas
· 8 years ago
6626a86
Merge pull request #10687 from makdharma/fixbazel
by makdharma
· 8 years ago
0583374
regenerate
by Muxi Yan
· 8 years ago
e123a05
Merge remote-tracking branch 'upstream/master' into backward-compat
by Muxi Yan
· 8 years ago
286b696
Sanity fix
by Muxi Yan
· 8 years ago
1a138e9
Asan bug fix
by Muxi Yan
· 8 years ago
570fad8
Fix printf format
by Craig Tiller
· 8 years ago
1c50682
use run_tests_matrix.py for running internal_ci master tests
by Jan Tattermusch
· 8 years ago
ac9c9f9
reports can create subdirs
by Jan Tattermusch
· 8 years ago
5109b38
Add end2end test for workarounds
by Muxi Yan
· 8 years ago
684d9b7
Regen project files.
by David Garcia Quintas
· 8 years ago
e68c50c
Merge branch 'v1.3.x' into trying-to-fix-stuff
by David Garcia Quintas
· 8 years ago
ea87dfb
Clang format
by murgatroid99
· 8 years ago
37797bd
Remove another instance of '#ifdef GRPC_UV' from Node extension
by murgatroid99
· 8 years ago
a64f38d
Merge commit '3049460b75ac557348243601896ed68ca8145522' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
81aae44
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
365c52b
Merge pull request #10873 from yongni/master
by yongni
· 8 years ago
7c6b4be
Merge pull request #10911 from dgquintas/remove_thrift
by David G. Quintas
· 8 years ago
ee9f210
Merge pull request #10895 from dgquintas/v1.3.x-post-tag-bump
by David G. Quintas
· 8 years ago
58a1220
sanity fixes
by Muxi Yan
· 8 years ago
97106a7
Removed 3rd party dep on thrift
by David Garcia Quintas
· 8 years ago
04109e8
BUILD and #include fixes
by David Garcia Quintas
· 8 years ago
384d8ff
Use mdelem's user data caching
by Muxi Yan
· 8 years ago
d64e70a
Use channel arg to enable workaround
by Muxi Yan
· 8 years ago
746d56d
Merge pull request #10901 from grpc/vjpai-patch-2
by Vijay Pai
· 8 years ago
75d2496
Add gflags to Mac build from source instructions
by Vijay Pai
· 8 years ago
a9236bc
Merge pull request #10824 from ctiller/proxy2
by Craig Tiller
· 8 years ago
Next »