Karthik Ravi Shankar
43986f4224
Merge pull request #18731 from karthikravis/grpc_namespace_completion_queue
...
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
6 years ago
Yash Tibrewal
d56bbf19d2
Reviewer comments
6 years ago
Esun Kim
51360d8513
Merge pull request #18931 from veblush/config-migration
...
Global config variables migration
6 years ago
Mark D. Roth
12fbdaa6a8
Fix ref-counting bug in health check client.
6 years ago
Karthik Ravi Shankar
af32f6ce2e
Merge branch 'master' into grpc_namespace_completion_queue
6 years ago
Karthik Ravi Shankar
476f7cd81f
Merge pull request #18730 from karthikravis/grpc_namespace_channel_new
...
Fold Channel into grpc_impl from grpc namespace
6 years ago
Na-Na Pang
fe3aac247e
Merge remote-tracking branch 'upstream/master'
6 years ago
Esun Kim
87905ae5ea
Config migration
6 years ago
Na-Na Pang
a2daa4ff08
Clean format'
6 years ago
Na-Na Pang
1ea651aee3
Add assertion
6 years ago
Yash Tibrewal
611bcbb988
Merge branch 'master' into svccfgerrortransient
6 years ago
Yash Tibrewal
98d8f85d4e
Reviewer comments
6 years ago
Jiangtao Li
0492065015
Merge pull request #18992 from jiangtaoli2016/root_pem
...
Monthly update of room pem certificates
6 years ago
Vijay Pai
cb8c4afdea
Resolve consistency checks
6 years ago
Daniel Alm
360e501db2
Add `void` arguments to two function declarations.
6 years ago
Soheil Hassas Yeganeh
cb9b43b9f7
Merge pull request #18986 from soheilhy/trace-macro
...
Introduce GRPC_TRACE_FLAG_ENABLED macro to mark trace branches unlikely.
6 years ago
Na-Na Pang
9b50fbcaac
Solve conflict
6 years ago
Alexander Polcyn
569d33f49b
Add two more trace logs to the c-ares resolver
6 years ago
Na-Na Pang
762e58b574
Change client context allocation
6 years ago
Yash Tibrewal
dfa45cb7ac
Merge branch 'master' into svccfgerrortransient
6 years ago
Yash Tibrewal
1984b34797
Try getting around clang tidy issue
6 years ago
apolcyn
9278411207
Merge pull request #17688 from apolcyn/ares_timeouts
...
Add a backup poller to c-ares resolver to take better advantage of c-ares query timeout/retry logic
6 years ago
Na-Na Pang
a7888f0f1a
Merge remote-tracking branch 'upstream/master'
6 years ago
Na-Na Pang
070902b871
Merge bm_callback_cq to bm_cq
6 years ago
Yash Tibrewal
3c4e8a9be2
Fix test failure
6 years ago
Yash Tibrewal
b53465c106
Add test for not special casing grpclb if loadbalancingconfig is used
6 years ago
Soheil Hassas Yeganeh
cc75d93818
Merge pull request #18963 from soheilhy/sb-len
...
Check count instead of length in maybe_embiggen() to reset the slice pointer.
6 years ago
Moiz Haidry
6607cdfcf0
Merge pull request #18991 from mhaidrygoog/change_cpp_plugin
...
Extracted the code of Cpp Generator into a header
6 years ago
Richard Belleville
0803c79411
Merge pull request #18955 from vam-google/master
...
Make cc_grpc_library compatible with native proto_library and cc_proto_library rules
6 years ago
Soheil Hassas Yeganeh
26c43edef5
Merge pull request #18993 from soheilhy/refcounted-branch
...
Mark it unlikely for Unref() to return true.
6 years ago
Yash Tibrewal
b6c7cb81f0
Fix resolver component test
6 years ago
Yash Tibrewal
40b6123d14
Fix TODOs
6 years ago
Yash Tibrewal
abfe14e3ed
Reviewer comments
6 years ago
Na-Na Pang
3fc702510f
Reuse reactor to send new RPC
6 years ago
Alexander Polcyn
2a4d62819b
Revise c-ares timeouts to use c-ares's internal timeout/retry logic
6 years ago
Moiz Haidry
3d5d2a122d
Extracted the code of Cpp Generator into a header
6 years ago
Soheil Hassas Yeganeh
983f678cb8
Mark it unlikely for Unref() to return true.
...
In the hot path, specially when the dtor of a class is inlined,
we will have to skip quite a few instructions (for Delete and dtor)
before returning.
Mark Unref() as unlikely so that compiler moves the
decrement-refcnt-and-return code instructions to the front.
6 years ago
jiangtaoli2016
ce77350b50
Montly update of room pem certificates
6 years ago
Soheil Hassas Yeganeh
3bcae1e368
Apply do {...} while(0) to the remaining macros.
6 years ago
yang-g
7c051556a6
Rename internal class
6 years ago
Yash Tibrewal
02bd17ff15
cleanup
6 years ago
Yash Tibrewal
6cba63eb47
reviewer comments and tests
6 years ago
yang-g
218e290074
Merge with head and resolve conflict
6 years ago
yang-g
898fc0da1e
More fixes
6 years ago
Soheil Hassas Yeganeh
2ade64a685
Use grpc_core::RefCount for grpc_call and mark Unref path unlikely.
...
Unfortunately, we cannot use RefCount for `batch`, unless we support
reset API. So, for now, let's mark its unref path as unlikely.
6 years ago
Soheil Hassas Yeganeh
70d5e5af17
Introduce GRPC_TRACE_FLAG_ENABLED macro to mark trace branches unlikely.
...
This is a trivial change and results in better code generation,
because it marks the trace path unlikely.
The changes are all mechanical, except I did some minor edits in
two macros in call_stack.h and http to apply best practices.
6 years ago
vam
0f7f745864
Merge remote-tracking branch 'upstream/master'
6 years ago
Yang Gao
e9672bfb99
Merge pull request #18930 from yang-g/why_release_me_not
...
Remove fd from pollset when releasing the fd
6 years ago
Yash Tibrewal
fb8973722b
Reviewer comments
6 years ago
yang-g
08e251a23a
resolve comments
6 years ago