Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
71e8aee5e7861134fa8c5d49d41d569df981e88a
/
src
2fe68c8
Merge pull request #15021 from apolcyn/fix_gcov_ruby
by apolcyn
· 7 years ago
e8bced7
Fix codegen test under gcov config
by Alexander Polcyn
· 7 years ago
b0db704
Merge pull request #14942 from muxi/fix-objc-status
by Muxi Yan
· 7 years ago
eda865b
Merge pull request #14920 from yashykt/socklentcleanup
by Yash Tibrewal
· 7 years ago
09d6e8c
Merge pull request #14890 from yashykt/execctx_cleanup
by Yash Tibrewal
· 7 years ago
6b3db74
Don't create exec_ctx on the stack if it's already there
by Yash Tibrewal
· 7 years ago
427adb2
Merge pull request #14986 from ncteisen/trace
by Noah Eisen
· 7 years ago
09386db
Merge pull request #14959 from yashykt/pollcvfix
by Yash Tibrewal
· 7 years ago
03f01fd
Merge pull request #14845 from markdroth/inlined_vector
by Mark D. Roth
· 7 years ago
c307805
Merge pull request #14971 from ncteisen/byte-buffer
by Noah Eisen
· 7 years ago
9d0c246
Add clarifying comment, stylistic consistency
by ncteisen
· 7 years ago
3910659
fix spammy log on empty GRPC_TRACE var
by ncteisen
· 7 years ago
a9c6ad9
No dump error for unknown value in accept-encoding
by Muxi Yan
· 7 years ago
52d4c7c
Ensure lib is initialize for ByteBuffer use
by Noah Eisen
· 7 years ago
cc4fe1b
Merge pull request #14943 from grpc/revert-14688-revert_pr
by Juanli Shen
· 7 years ago
cf5b266
Make GrpcProtoBufferReaderWriter public
by ncteisen
· 7 years ago
0c4c9d7
poll-cv fix for zero timeout
by Yash Tibrewal
· 7 years ago
b221685
Merge pull request #14953 from apolcyn/fix_ruby_race
by apolcyn
· 7 years ago
d359498
fix race whereby we can call watch_connectivity_state on a destroyed channel
by Alexander Polcyn
· 7 years ago
2872cf0
Merge pull request #14877 from ara-ayvazyan/fix_missing_mu_destroy
by Jan Tattermusch
· 7 years ago
22c6387
Add TODO
by Juanli Shen
· 7 years ago
33b2256
Merge pull request #14922 from apolcyn/ruby_bidi_error
by apolcyn
· 7 years ago
586704b
Merge pull request #14939 from mehrdada/bump-version-to-112
by Mehrdad Afshari
· 7 years ago
109bb09
Surface return status from core
by Muxi Yan
· 7 years ago
cbfc531
Revert "Revert "Use heuristic to determine how many events to handle per iter…"
by Juanli Shen
· 7 years ago
761d16e
Merge pull request #14837 from nallohki/master
by Muxi Yan
· 7 years ago
98c1017
Merge pull request #14929 from jtattermusch/fix_uv_addrinfo_free
by Michael Lumish
· 7 years ago
90cfc8e
Regenerate projects
by Mehrdad Afshari
· 7 years ago
14c0da7
use uv_freeaddrinfo
by Jan Tattermusch
· 7 years ago
19ca19b
Fix indent
by Muxi Yan
· 7 years ago
eab30cd
Using libuv's inet_ntop for portability.
by Nicolas "Pixel" Noble
· 7 years ago
d03bef8
fix memory_profile_test on libuv iomgr
by Jan Tattermusch
· 7 years ago
ae937d3
Never throw CallErrors for failed bidi reads or writes
by Alexander Polcyn
· 7 years ago
93e67ca
Update tcp_uv.cc
by Michael Lumish
· 7 years ago
18042de
Formatting...
by Nicolas "Pixel" Noble
· 7 years ago
7d6d2e8
Removing setsockopt completely actually.
by Nicolas "Pixel" Noble
· 7 years ago
5426183
Taking care of gevent.
by Nicolas "Pixel" Noble
· 7 years ago
00531b3
Making tcp_custom's setsockopt a more generic thing.
by Nicolas "Pixel" Noble
· 7 years ago
f3651a6
Cleanup from socklen_t changes
by Yash Tibrewal
· 7 years ago
3b33409
clang format
by Muxi Yan
· 7 years ago
7f5dcc9
Add missing '+'
by Muxi Yan
· 7 years ago
cb078e5
Merge pull request #14906 from yashykt/lockfreeeventdoc
by Yash Tibrewal
· 7 years ago
a324bd5
Add documentation for lockfree_event.h
by Yash Tibrewal
· 7 years ago
b00a925
PHP: don't destruct persistent channel at the end of php-fpm request
by ZhouyihaiDing
· 7 years ago
51d7102
Fix gevent test flakes
by kpayson64
· 7 years ago
6a1bf82
Merge pull request #14893 from muxi/runtime-plugin-enable
by Muxi Yan
· 7 years ago
dfbf607
Introduce channel arg to disable authority filter
by Muxi Yan
· 7 years ago
834aeca
Revert "Let cronet use grpc_cronet_registry_plugin"
by Muxi Yan
· 7 years ago
5dc577b
Remove exec_ctx from slice and slice buffer
by Yash Tibrewal
· 7 years ago
9ff64a6
drop unnecessary/invalid asserts
by Eric Gribkoff
· 7 years ago
69d876f
Merge pull request #14874 from grpc/retain-self-late
by Muxi Yan
· 7 years ago
a9d16cc
Merge pull request #13634 from hassox/ruby-module-name
by apolcyn
· 7 years ago
1a956bc
Fix missing mutex destruction
by Ara Ayvazyan
· 7 years ago
bb10d2a
Release self retain only after all clean-up done
by Muxi Yan
· 7 years ago
64fdf0a
Return errors in lieu of aborting
by David Garcia Quintas
· 7 years ago
d3ace6c
Fix authority fuzzing failures
by David Garcia Quintas
· 7 years ago
fa7cbb5
Merge pull request #14858 from jiangtaoli2016/root_cert_once
by Jiangtao Li
· 7 years ago
7f25d20
Merge pull request #14734 from markdroth/c++_retry_throttle
by Mark D. Roth
· 7 years ago
c504053
Merge pull request #14809 from Everysick/memsize-unavailable
by apolcyn
· 7 years ago
4fe2cd2
Init default root certs store once
by jiangtaoli2016
· 7 years ago
53f0b8d
Merge pull request #14781 from muxi/objc-keep-alive
by Muxi Yan
· 7 years ago
bae00e0
Add test for verifying to get memory usage in client request
by everysick
· 7 years ago
07e75a0
Merge pull request #14615 from dgquintas/authority_header
by David G. Quintas
· 7 years ago
4c0872d
Disable test for Cronet (unsupported)
by Muxi Yan
· 7 years ago
efcd45b
Fix asan failures.
by Mark D. Roth
· 7 years ago
5885b53
Simplify capacity growth calculation.
by Mark D. Roth
· 7 years ago
c394965
Merge pull request #14561 from kpayson64/gevent_2
by kpayson64
· 7 years ago
a99dd83
Merge pull request #14813 from grpc/vjpai-patch-1
by kpayson64
· 7 years ago
62d2ca7
Change InlinedVector to keep elements stored contiguously.
by Mark D. Roth
· 7 years ago
9db86fc
Convert retry throttle code to C++ and add tests.
by Mark D. Roth
· 7 years ago
818cf05
Merge pull request #14683 from kkm000/package-grpc-tools-nits
by Jan Tattermusch
· 7 years ago
1bfff8e
Initial gevent support
by kpayson64
· 7 years ago
0bb2fe9
Explicitly stop servers in unit tests.
by kpayson64
· 7 years ago
158375a
Merge branch 'master' of github.com:grpc/grpc into authority_header
by David Garcia Quintas
· 7 years ago
16248a0
Test nit fixes
by Muxi Yan
· 7 years ago
46511cd
malloc to stack
by David Garcia Quintas
· 7 years ago
6fc54b3
Merge pull request #14810 from muxi/cronet-plugin-registry-followup
by Muxi Yan
· 7 years ago
d5d36d7
fix wrong include
by David Garcia Quintas
· 7 years ago
9a2cea0
fix include guard
by David Garcia Quintas
· 7 years ago
49f625f
more comments
by David Garcia Quintas
· 7 years ago
2920457
Fix objc macos build
by ncteisen
· 7 years ago
a6ffad9
Polish comments for setKeepaliveWithInterval
by Muxi Yan
· 7 years ago
6e17041
Fix flow control bug
by ncteisen
· 7 years ago
e44efe0
rest of pr comments
by David Garcia Quintas
· 7 years ago
8b7007a
Updates the ruby generator RubyAsType to correctly account for underscores in packages
by Daniel Neighman
· 7 years ago
861363d
added call_host_override test
by David Garcia Quintas
· 7 years ago
bd6bdf9
Merge pull request #13290 from apolcyn/cares_address_sorting_master_c
by apolcyn
· 7 years ago
6d855c5
Allow gRPC ObjC user to set keepalive options
by Muxi Yan
· 7 years ago
ad9ec9e
Fix an ifdef comment
by Vijay Pai
· 7 years ago
c7c779f
Merge pull request #14722 from jiangtaoli2016/ssl_load_root_certs
by Jiangtao Li
· 7 years ago
dfc9515
Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type
by everysick
· 7 years ago
811169d
Merge branch 'master' of github.com:grpc/grpc into authority_header
by David Garcia Quintas
· 7 years ago
0287924
Added host override info to test fixture config
by David Garcia Quintas
· 7 years ago
93e2d92
Add more plugins to be used by grpc_cronet
by Muxi Yan
· 7 years ago
9cb8be6
Merge pull request #14705 from xambroz/ruby_format_strings
by apolcyn
· 7 years ago
fa460dc
Factor out grpc_add_default_authority_if_not_present
by David Garcia Quintas
· 7 years ago
d043fa0
PR comments
by David Garcia Quintas
· 7 years ago
51332ab
Merge pull request #14733 from markdroth/resolver_wait_for_ready
by Mark D. Roth
· 7 years ago
144f555
cache default SSL root cert store
by jiangtaoli2016
· 7 years ago
b8b976f
Merge pull request #14787 from yang-g/tooo_many_pings
by Yang Gao
· 7 years ago
Next »