murgatroid99
a8139b4da1
Fix node interop build scripts
6 years ago
Karthik Ravi Shankar
43986f4224
Merge pull request #18731 from karthikravis/grpc_namespace_completion_queue
...
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
6 years ago
Esun Kim
51360d8513
Merge pull request #18931 from veblush/config-migration
...
Global config variables migration
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
Esun Kim
87905ae5ea
Config migration
6 years ago
Jiangtao Li
0492065015
Merge pull request #18992 from jiangtaoli2016/root_pem
...
Monthly update of room pem certificates
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
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
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
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
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
yang-g
08e251a23a
resolve comments
6 years ago
yang-g
0958ed32a5
Resolve review comments
6 years ago
yang-g
7cab9c7811
Remove fd from pollset when releasing the fd
6 years ago
vam
5c15471710
Fix generated files as input issue (generated files were supported neither as srcs nor as deps).
6 years ago
Jan Tattermusch
a8644bbc77
Merge pull request #18971 from jtattermusch/job_split_pr
...
Jobs split followup: create pull request jobs
6 years ago
Jan Tattermusch
72b95e18fa
Merge pull request #18865 from jtattermusch/csharp_buffer_slices
...
C# support slice-by-slice deserialization (allow accessing payload as ReadOnlySequence when on netstandard2.0)
6 years ago
Jan Tattermusch
d69128bf07
address comments
6 years ago
Jan Tattermusch
fbc6068140
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
d791dd1775
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
912653e3ce
Merge pull request #18678 from JunTaoLuo/johluo/design-time-build-simplifications
...
Add VS integration for design time build of C# projects
6 years ago
Soheil Hassas Yeganeh
1b23280277
Merge pull request #18925 from soheilhy/http2-compression
...
Use compress and decompress slice_buffers only when they are needed.
6 years ago
apolcyn
4e94c5adba
Merge pull request #18966 from apolcyn/revert_arena_change
...
Revert arena change
6 years ago
apolcyn
b6d8bc9990
Merge pull request #18964 from apolcyn/lazily_load_protobuf
...
Lazily load protobuf from the grpc ruby errors module
6 years ago
Alexander Polcyn
d5fb6da369
Revert "Use aligned_alloc directly for grpc_core::Arena"
...
This reverts commit 333ba8feae
.
6 years ago
Alexander Polcyn
cb966a4e5e
Revert "Renamed macros for memory alignment"
...
This reverts commit a3fe7c0c90
.
6 years ago
Alexander Polcyn
0562b51f8e
Revert "Fixed non-debug build warning"
...
This reverts commit e1a96b8347
.
6 years ago
Alexander Polcyn
b7c6ef0225
Revert "Use platform align_malloc function when setting custom allocators and no override provided"
...
This reverts commit 22c6e166c4
.
6 years ago
vam
4c0d9e2f6b
Fix well_known_protos issue
6 years ago
Alex Polcyn
b0db0f3fb4
Lazily load protobuf from the grpc ruby errors module
6 years ago
Soheil Hassas Yeganeh
29aa8a9e59
Check count instead of length in maybe_embiggen() to reset the slice pointer.
...
add_tiny overrides the length before calling maybe_embiggen(). Generally
using count as a signal for emptiness is more reliable.
6 years ago
Soheil Hassas Yeganeh
b3436d76d9
Remove unnecessary new lines.
6 years ago
Jan Tattermusch
8a5b803fef
remove unused recv_message_to_buffer method
6 years ago
Jan Tattermusch
094c47e7a2
address review comments
6 years ago
vam
db7fd70166
Fix examples (forgot to rename usages of the renamed target)
6 years ago
Jan Tattermusch
9dcbf1053f
Merge pull request #18956 from jtattermusch/job_split_followup
...
Job split followup: increase timeout for macos and windows C/C++ jobs
6 years ago
Jan Tattermusch
4c3e41ee4e
Merge pull request #18962 from jtattermusch/win_bazel_rbe_pr
...
add build.cfg for windows bazel RBE PR build
6 years ago
Jan Tattermusch
8b0683a015
add build.cfg for windows bazel RBE PR build
6 years ago
John Luo
57c4877352
Remove non-compatible workaround
...
Will add this to Grpc.AspNetCore.Server instead
6 years ago
sanjaypujare
f3937f0e55
Merge pull request #18761 from jadekler/update_codes
...
docs: add note about retrying UNAVAILABLE
6 years ago