Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
4d1da600b525a514f0a5c1d768fa3a58d65ecded
4d1da60
Fix ASAN and sanity
by ncteisen
· 6 years ago
c14e95f
Merge branch 'master' of https://github.com/grpc/grpc into channelz
by ncteisen
· 6 years ago
c7166ae
Make channelz an opt in feature
by ncteisen
· 6 years ago
bd6ac0f
Merge pull request #15681 from ncteisen/even-more-clang
by Noah Eisen
· 6 years ago
c650666
Merge pull request #15755 from ganmacs/unify-duplicated-method
by apolcyn
· 6 years ago
d661628
Merge pull request #15694 from srini100/bump-to-v1.14
by Srini Polavarapu
· 6 years ago
ce62e20
Merge pull request #15778 from apolcyn/use_pyyaml
by apolcyn
· 6 years ago
1c6d6ba
Merge pull request #15595 from dgquintas/nanopb_build_cleanup
by David G. Quintas
· 6 years ago
5bc31db
Merge pull request #15775 from hcaseyal/fix_http_server_filter_comment
by hcaseyal
· 6 years ago
0178876
Merge pull request #15773 from nathanielmanistaatgoogle/9320
by Mehrdad Afshari
· 6 years ago
8ad28d5
Fix comment typo in http_server_filter
by Hope Casey-Allen
· 6 years ago
a5530e9
Specify thread-safety of grpc-created channels
by Nathaniel Manista
· 6 years ago
a726484
Merge pull request #15698 from yashykt/httpsproxy
by Yash Tibrewal
· 6 years ago
33baa95
Merge pull request #15632 from grpc/mmx-test-build-wheel37
by Mehrdad Afshari
· 6 years ago
411199a
Merge pull request #14639 from mehrdada/blocking-py-intercept
by Mehrdad Afshari
· 6 years ago
b291f18
Refactor: reorder
by Mehrdad Afshari
· 6 years ago
39fbed3
Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
657a3eb
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
797a062
Use a Docker image that includes Python3.7rc1
by Mehrdad Afshari
· 6 years ago
b4f4d29
Add Python 3.7 Linux wheels to artifact build
by Mehrdad Afshari
· 6 years ago
56142a5
Refactor: avoid calling with_call API
by Mehrdad Afshari
· 6 years ago
c2e4017
Merge pull request #15726 from kwasimensah/master
by Nicolas Noble
· 6 years ago
545343e
Merge pull request #15725 from nathanielmanistaatgoogle/15537
by Nathaniel Manista
· 6 years ago
2bf8ef2
Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy'
by Yash Tibrewal
· 6 years ago
84328e7
No need to fallback on https_proxy for insecure connections
by Yash Tibrewal
· 6 years ago
1b9a7fa
Prefer using https_proxy for secure channels and http_proxy for insecure channels
by Yash Tibrewal
· 6 years ago
8e75b48
Add expception for util dir
by ncteisen
· 6 years ago
373fc6d
Manual fixes to enable performance- clang tidy checks
by Noah Eisen
· 6 years ago
58e0cbf
Enable the performance-* clang-tidy checks
by Noah Eisen
· 6 years ago
33b77ee
Merge pull request #15758 from grpc/revert-15678-channel-arg-sanity
by Nicolas Noble
· 6 years ago
49d229b
Merge pull request #15762 from grpc/revert-15645-foundry_integration
by Nicolas Noble
· 6 years ago
43557fe
Revert "Add suppressions to sanitizers for bazel builds"
by Nicolas Noble
· 6 years ago
8234d14
Close channels in examples
by Nathaniel Manista
· 6 years ago
7ea8a60
Revert "Add Type Checking On Channel Args"
by Noah Eisen
· 6 years ago
277d894
Unify nearly same method
by ganmacs
· 6 years ago
f3fb98e
Install pyyaml through pip in docker
by Alex Polcyn
· 6 years ago
f92460e
Merge branch 'master' of https://github.com/grpc/grpc into channelz
by ncteisen
· 6 years ago
9a2c0a8
Merge pull request #15740 from hcaseyal/update_listening_port_documentation
by hcaseyal
· 6 years ago
d43891f
Merge pull request #15645 from adelez/foundry_integration
by adelez
· 6 years ago
e98ce72
Merge pull request #15678 from ncteisen/channel-arg-sanity
by Noah Eisen
· 6 years ago
26287ea
Merge pull request #15727 from kpayson64/null_endpoint
by kpayson64
· 6 years ago
3f9308c
Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2
by Vijay Pai
· 6 years ago
a33b807
Re-raise grpc.RpcError instead of eating it
by Mehrdad Afshari
· 6 years ago
92a0ae0
Merge pull request #15750 from grpc/wenbozhu-patch-1
by Wenbo Zhu
· 6 years ago
e769c8c
Update PROTOCOL-WEB.md
by Wenbo Zhu
· 6 years ago
e9cbad5
Refactor: rename _LocalFailure to _FailureOutcome
by Mehrdad Afshari
· 7 years ago
e2ebd89
Optimize blocking intercepted stream-unary calls
by Mehrdad Afshari
· 7 years ago
3291979
Optimize blocking intercepted unary-unary calls
by Mehrdad Afshari
· 7 years ago
4cd6595
Add data param to grpc_cc_library
by Adele Zhou
· 6 years ago
30a0187
Merge pull request #15744 from kpayson64/disable_lru
by kpayson64
· 6 years ago
01953a5
Merge pull request #15730 from sreecha/epollex-pls-add-documentation
by Sree Kuchibhotla
· 6 years ago
19ac7c0
Fix ruby test by backing off on the concurrency
by ncteisen
· 6 years ago
1198d8d
Reviewer feedback
by ncteisen
· 6 years ago
0159026
Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
by Mark D. Roth
· 6 years ago
057fd3f
Merge pull request #15490 from apolcyn/ares_under_combiner
by apolcyn
· 6 years ago
9aa678d
Merge pull request #15712 from ncteisen/downgrade-logs
by Noah Eisen
· 6 years ago
521246e
Disable LRU cache test on gevent
by kpayson64
· 6 years ago
90b4ef5
Update AddListeningPort documentation in ServerBuilder
by Hope Casey-Allen
· 6 years ago
0293ceb
Add a null check for the endpoint on shutdown
by kpayson64
· 6 years ago
6c25d60
Merge pull request #15709 from markdroth/recv_trailing_metadata_ready2
by Mark D. Roth
· 6 years ago
df5ca25
Add suppressions files as data dependency to gpr_test_util
by Adele Zhou
· 6 years ago
4a9480b
Add suppressions.
by Adele Zhou
· 6 years ago
5a2d925
Merge pull request #15686 from thinkerou/fix_php_readme
by Zhouyihai Ding
· 6 years ago
7263e13
Post-review change: suffix two more functions with _locked
by Alexander Polcyn
· 6 years ago
626cea8
Put c-ares queries under a combiner
by Alexander Polcyn
· 6 years ago
f82e28f
Clean up use of GRPC_ARG_INTEGER
by ncteisen
· 6 years ago
feead68
Clean out all GRPC_ARG_STRING:
by ncteisen
· 6 years ago
3cf30ba
Add sanity linter to catch future use
by ncteisen
· 6 years ago
6dc54c4
Remove all uses of raw GRPC_ARG_POINTER
by ncteisen
· 6 years ago
358c625
Update C++ podspec
by Muxi Yan
· 6 years ago
e428b97
Improve comment.
by Mark D. Roth
· 6 years ago
9b52965
Merge pull request #15723 from jtattermusch/bq_batch_upload_take_two
by Jan Tattermusch
· 6 years ago
5212dba
really upload bq test results in batches
by Jan Tattermusch
· 6 years ago
0d14c60
Merge pull request #15703 from jtattermusch/arena_cpu
by Jan Tattermusch
· 6 years ago
4951a92
Merge pull request #15624 from rongjiecomputer/cares
by apolcyn
· 6 years ago
ebb23c6
regenerated projects
by David Garcia Quintas
· 6 years ago
4027392
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
72fda21
Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
1f15b79
Polish nanopb hack
by Muxi Yan
· 6 years ago
86246e7
clang format
by Sree Kuchibhotla
· 6 years ago
4b256c5
Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
ca4e7cd
Document fd_cache
by Sree Kuchibhotla
· 6 years ago
9291e5d
Update ObjC build hack
by Muxi Yan
· 6 years ago
c54f607
Merge pull request #15554 from var-const/objc-cert-null-term
by Muxi Yan
· 6 years ago
7fb48fd
Merge pull request #15696 from muxi/connectivity-monitor-cfstream
by Muxi Yan
· 6 years ago
eb10abe
Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closed
by apolcyn
· 6 years ago
56e59ef
Merge pull request #15699 from yashykt/noproxyarg
by Yash Tibrewal
· 6 years ago
87a63e0
Merge pull request #15691 from apolcyn/roll_forward_fix_shutdown_closed_socket
by apolcyn
· 6 years ago
7d594b2
Fixing typo
by kwasimensah
· 6 years ago
d80edf5
Add sys/epoll.h
by kwasimensah
· 6 years ago
9ee372e
Add sys/epoll.h
by kwasimensah
· 6 years ago
2208365
Merge pull request #3 from grpc/master
by kwasimensah
· 6 years ago
1768437
Merge pull request #15717 from yashykt/sizedoc
by Yash Tibrewal
· 6 years ago
a14729f
Merge pull request #15092 from yashykt/epollerr
by Yash Tibrewal
· 6 years ago
a700536
Merge pull request #15713 from hcaseyal/cleanup_filters
by hcaseyal
· 6 years ago
9baa91b
Merge pull request #15392 from vjpai/shutdown_comment
by Vijay Pai
· 6 years ago
aa1aa43
Merge pull request #15705 from jtattermusch/bq_batch_upload
by Jan Tattermusch
· 6 years ago
500e339
Address reviewer comments
by Vijay Pai
· 6 years ago
1b8969b
Add useful comment on ServerInterface::Shutdown
by Vijay Pai
· 7 years ago
8775ead
Merge pull request #15687 from jtattermusch/csharp_mock_example
by Jan Tattermusch
· 6 years ago
Next »