Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
f2f8bbd0080e9d4d61e50e1d361bb8bc761a32b4
f2f8bbd
Merge pull request #16469 from grpc/revert-16463-revert-15941-fathomtcpchanges
by Yash Tibrewal
· 6 years ago
c1a7cb4
Merge pull request #16466 from adelez/foundry3
by adelez
· 6 years ago
0cb9829
Remove linux/version.h include from port.h
by Yash Tibrewal
· 6 years ago
8d47cd4
Revert "Revert "Fathom tcp changes""
by Yash Tibrewal
· 6 years ago
82af30d
Switch to use the default instance.
by Adele Zhou
· 6 years ago
a144c13
Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels
by Mark D. Roth
· 6 years ago
ca12a87
Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock
by Jan Tattermusch
· 6 years ago
a46b41b
Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing
by Jan Tattermusch
· 6 years ago
2cb5e52
Merge pull request #16463 from grpc/revert-15941-fathomtcpchanges
by Jan Tattermusch
· 6 years ago
97ba943
Revert "Fathom tcp changes"
by Jan Tattermusch
· 6 years ago
2548704
Merge pull request #16444 from jtattermusch/csharp_metadata_key_allow_dot
by Jan Tattermusch
· 6 years ago
0761cfc
Merge pull request #16446 from hcaseyal/add_per_second_profiling
by hcaseyal
· 6 years ago
e360d82
Clang tidy
by Hope Casey-Allen
· 6 years ago
839a052
Add an option to collect medians every epoch. Useful for gathering per second median latencies
by Hope Casey-Allen
· 6 years ago
98fd5a7
Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-string
by Nicolas Noble
· 6 years ago
25e7466
Merge pull request #16453 from adelez/foundry3
by adelez
· 6 years ago
5f84445
Upgrade bazel to 0.16.1
by Adele Zhou
· 6 years ago
aab47cb
Merge pull request #15941 from yashykt/fathomtcpchanges
by Yash Tibrewal
· 6 years ago
53b92dc
Merge pull request #16414 from vjpai/core_callback_test
by Vijay Pai
· 6 years ago
b1f0d68
Merge pull request #16434 from ericgribkoff/fork_support_v2_mac_poll
by Eric Gribkoff
· 6 years ago
841f186
%s/sendmsg_wrapper/tcp_send
by Yash Tibrewal
· 6 years ago
35479b8
Merge pull request #16358 from muxi/privatize-boringssl
by Muxi Yan
· 6 years ago
088454b
Merge pull request #16447 from ericgribkoff/fix_parameter_name
by Eric Gribkoff
· 6 years ago
679cbb8
Improve comments and revert much of 373cb20
by Vijay Pai
· 6 years ago
4f98f82
Add asserts on bad verify results
by Vijay Pai
· 6 years ago
373cb20
expect_tags before callbacks could get executed to avoid a data race
by Vijay Pai
· 6 years ago
571109e
Update README to document the change
by Muxi Yan
· 6 years ago
edac3c6
sanity
by Eric Gribkoff
· 6 years ago
676f99a
Fix a parameter name mismatch
by Eric Gribkoff
· 6 years ago
b01a277
fix comments
by Eric Gribkoff
· 6 years ago
3ad8df3
Merge pull request #16383 from vjpai/tidy
by Vijay Pai
· 6 years ago
927fc8d
Reset bytes_counter on setting socket options. Wrap out sendmsg and add comments for bytes_counter
by Yash Tibrewal
· 6 years ago
71655cf
Fixing the SSL_REUSE auth context string attribute.
by Nicolas "Pixel" Noble
· 6 years ago
f9eeae7
Merge pull request #16437 from AspirinSJL/fix_lrs_filter_build
by Juanli Shen
· 6 years ago
32a8a86
Fix build issue
by Juanli Shen
· 6 years ago
0cd641b
do not track fds for poll-cv
by Eric Gribkoff
· 6 years ago
b24b212
Make symbols of BoringSSL private to gRPC
by Muxi Yan
· 6 years ago
3d1dacd
Check poll strategy in core fork handler and log error if unsupported
by Eric Gribkoff
· 6 years ago
acc020c
Support tracking and closing fds post-fork in ev_poll_posix
by Eric Gribkoff
· 6 years ago
a80fa87
C#: allow dot in metadata keys
by Jan Tattermusch
· 6 years ago
77b7133
Merge pull request #16435 from mehrdada/move-cred-wrapper-into-credentials.pyx
by Mehrdad Afshari
· 6 years ago
ba9c343
Clang format
by Vijay Pai
· 6 years ago
b03578c
Address reviewer feedback with comments/assertions
by Vijay Pai
· 6 years ago
e7fb4e5
avoid deadlock while cancelling a call
by Jan Tattermusch
· 6 years ago
dc7bedd
C#: fix subchannel sharing for secure channels
by Jan Tattermusch
· 6 years ago
dcbfa70
Merge pull request #16432 from ericgribkoff/allow_pthread_atfork_mac
by Eric Gribkoff
· 6 years ago
3a5da64
Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
by Mehrdad Afshari
· 6 years ago
e04ba75
Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown
by Eric Gribkoff
· 6 years ago
142acb3
Merge pull request #16425 from lamby/spelling-errors
by Juanli Shen
· 6 years ago
8a57e86
Merge pull request #16396 from AspirinSJL/simplify_arena
by Juanli Shen
· 6 years ago
b59d867
Python post-fork handler: exit if grpc shutdown fails
by Eric Gribkoff
· 6 years ago
2cec9c5
Merge pull request #16264 from ericgribkoff/fork_support_v2
by Eric Gribkoff
· 6 years ago
0ff641a
Define the allow pthread atfork macro for gRPC Python MacOS builds
by Eric Gribkoff
· 6 years ago
5b0e753
Merge pull request #16398 from markdroth/round_robin_size_t_fix
by Mark D. Roth
· 6 years ago
f8cf7ee
Support gRPC Python client-side fork with epoll1
by Eric Gribkoff
· 6 years ago
f10596f
Merge pull request #16415 from jtattermusch/cmake_likes_assembly
by Jan Tattermusch
· 6 years ago
8f04899
Merge pull request #16412 from jtattermusch/building_no_install
by Jan Tattermusch
· 6 years ago
fba18d8
Fix a number of spelling errors.
by Chris Lamb
· 6 years ago
35cde99
Merge pull request #16421 from mehrdada/stricter-api-contract-for-grpc-server
by Mehrdad Afshari
· 6 years ago
0aa1bd2
Ensure thread_pool is not None for grpc.Server
by Mehrdad Afshari
· 6 years ago
82bc60c
Merge pull request #16170 from hcaseyal/timer_test
by hcaseyal
· 6 years ago
f94d988
Remove unnecessary atm
by Juanli Shen
· 6 years ago
087bbb2
Disable test on windows
by Hope Casey-Allen
· 6 years ago
91cb48a
Add timer tests for long running services
by Hope Casey-Allen
· 6 years ago
570e6e6
Merge pull request #16387 from vjpai/negative_size
by Vijay Pai
· 6 years ago
1096fa8
update ssl-performance.md
by Jan Tattermusch
· 6 years ago
7132cd7
cmake: disable assembly optimizations only when necessary
by Jan Tattermusch
· 6 years ago
72695b8
Add an inproc-based non-polling test of core callback API
by Vijay Pai
· 6 years ago
6c45188
Merge pull request #16401 from mehrdada/fix-sort-in-packages-xsl
by Mehrdad Afshari
· 6 years ago
9e51595
size_t shouldn't have the value -1; switch to int
by Vijay Pai
· 6 years ago
22d8e60
improve BUILDING.md
by Jan Tattermusch
· 6 years ago
5d302d1
Merge pull request #16399 from jtattermusch/csharp_upgrading_examples
by Jan Tattermusch
· 6 years ago
5fb2281
Merge pull request #16404 from ZhouyihaiDing/fix_16392
by Zhouyihai Ding
· 6 years ago
461c910
PHP: fix failed test 16392
by ZhouyihaiDing
· 6 years ago
ccc6ee3
Merge pull request #15984 from g-easy/hdrs
by Vijay Pai
· 6 years ago
4312d12
clang-format
by Mark D. Roth
· 6 years ago
ba4f66e
Allow more timing slack in dns cooldown test.
by Mark D. Roth
· 6 years ago
4eceb65
Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels
by Mark D. Roth
· 6 years ago
46008f0
Merge pull request #15926 from cartr/platform_solaris_aix
by Vijay Pai
· 6 years ago
0a69991
Fix sort issue in package build page
by Mehrdad Afshari
· 6 years ago
a554a5c
regenerate protos for C# examples
by Jan Tattermusch
· 6 years ago
5be1311
upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1
by Jan Tattermusch
· 6 years ago
c818320
upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1
by Jan Tattermusch
· 6 years ago
add7276
Fix round_robin to avoid negative size_t value.
by Mark D. Roth
· 6 years ago
af89e8c
Merge pull request #16394 from ZhouyihaiDing/fix_16392
by Zhouyihai Ding
· 6 years ago
49e74c0
Simplify call arena size growth
by Juanli Shen
· 6 years ago
66a4efc
PHP: fix failed test 16392
by ZhouyihaiDing
· 6 years ago
1a81d98
Merge pull request #16307 from AspirinSJL/revert_c_to_tf
by Juanli Shen
· 6 years ago
472b932
Merge pull request #16374 from vjpai/census
by Vijay Pai
· 6 years ago
616b5d7
Cast an index to size_t to avoid sign-conversion warning
by Vijay Pai
· 6 years ago
25f7d0f
Revert to TRANSIENT_FAILURE during backoff
by Juanli Shen
· 6 years ago
8ba4563
Merge pull request #16373 from markdroth/mu_guard_cleanup
by Mark D. Roth
· 6 years ago
aad7884
Code review changes.
by Mark D. Roth
· 6 years ago
bf941c1
Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels
by Mark D. Roth
· 6 years ago
b897204
Merge pull request #16306 from AspirinSJL/pf_check_state_before_watch
by Juanli Shen
· 6 years ago
3bb0cd7
Merge pull request #16375 from yashykt/nulcheck
by Yash Tibrewal
· 6 years ago
e9e92d4
Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels
by Mark D. Roth
· 6 years ago
4d6f002
Code review changes and fix threading bug in test.
by Mark D. Roth
· 6 years ago
0a1d0d2
Merge pull request #16372 from mehrdada/remove-proto-js_embed-hack
by Mehrdad Afshari
· 6 years ago
e28ed21
Merge pull request #16273 from codebender/update_cli_instructions
by Vijay Pai
· 6 years ago
Next »