Srini Polavarapu
535d0b1504
Regenerate projects
6 years ago
Yash Tibrewal
41ae267107
Remove unnecessary header
6 years ago
Yash Tibrewal
f63dde8e8e
Make validation function a global function
6 years ago
Vijay Pai
570bf332bc
Memset in channel_filter ctor not needed
...
and causes compiler warnings. Thanks to @KeithMoyer in #19044 and @soheilhy
6 years ago
Karthik Ravi Shankar
03b079499c
Move CompletionQueue and Channel
6 years ago
Karthik Ravi Shankar
40210d3b8a
Move Channel to grpc_impl
6 years ago
yang-g
ec6e7fd941
Rename enum
6 years ago
Karthik Ravi Shankar
3996599392
Fix clang script errors
6 years ago
Karthik Ravi Shankar
772a74aced
Revert changes to Channel
6 years ago
Karthik Ravi Shankar
6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
6 years ago
Yash Tibrewal
f299391f15
Add GrpcLibraryInitializer
6 years ago
Yash Tibrewal
15d8fd9b23
Missing error unref
6 years ago
Yash Tibrewal
4e711fab64
Add method to validate and set service config json
6 years ago
Srini Polavarapu
1aefcbb357
Regenerate projects
6 years ago
Srini Polavarapu
6bc2ff1b5f
Regenerate projects
6 years ago
yang-g
7c051556a6
Rename internal class
6 years ago
yang-g
898fc0da1e
More fixes
6 years ago
yang-g
68b5260b74
Resolve comments
6 years ago
yang-g
152a7cc122
Resolve comments
6 years ago
Karthik Ravi Shankar
e17ce91d16
Fix make errors
6 years ago
Karthik Ravi Shankar
3a31b96ef9
Fix error from make
6 years ago
yang-g
ac3a91edf8
Support accepting external connections.
6 years ago
Karthik Ravi Shankar
6b0806eae3
more formatting changes
6 years ago
Karthik Ravi Shankar
5f6a57a4d0
Formatting issues
6 years ago
Lidi Zheng
ee47d5ee75
Regenerate projects
6 years ago
Karthik Ravi Shankar
7fc86bd62f
Fix make errors
6 years ago
Karthik Ravi Shankar
360251f196
Fix make errors
6 years ago
Karthik Ravi Shankar
02cfba7737
Fix make errors
6 years ago
Karthik Ravi Shankar
5274deb32b
Fix the rebase and build
6 years ago
Karthik Ravi Shankar
2049b6c2bd
Fix build errors
6 years ago
Karthik Ravi Shankar
60bdeef9f4
Move Channel also to impl for now
6 years ago
Karthik Ravi Shankar
8d2207da4d
WIP: New changes to make namespace work
6 years ago
Karthik Ravi Shankar
603d014f0e
Changes to fold credentials into grpc_impl from grpc
6 years ago
Karthik Ravi Shankar
858b5cca20
Fix clang_format_code.sh issues and move the internal calls to new name
6 years ago
yang-g
41824319fa
Resolve review comments
6 years ago
Soheil Hassas Yeganeh
2b9448a71c
Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv.""
...
This reverts commit d09c9f8e20
.
6 years ago
yang-g
6929cdd654
initial
6 years ago
Lidi Zheng
ae72bf76b3
Regenerate projects
6 years ago
Alexander Polcyn
d09c9f8e20
Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."
...
This reverts commit a26c09dd25
.
6 years ago
Karthik Ravi Shankar
62fb156122
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
6 years ago
Karthik Ravi Shankar
2554f122c1
Remove unecessary files
6 years ago
Karthik Ravi Shankar
973fa6950e
Fold Channel into grpc_impl from grpc namespace
6 years ago
Karthik Ravi Shankar
2e88231fc0
Revert "Revert "Merge pull request #18458 from grpc/grpc_namespace_server""
6 years ago
Soheil Hassas Yeganeh
e85dd2e644
Fix build errors
6 years ago
Karthik Ravi Shankar
f03b309787
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
...
This reverts commit dc1089a6d1
, reversing
changes made to 31843787cc
.
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d
, reversing
changes made to dc1089a6d1
.
6 years ago
Karthik Ravi Shankar
dad3f34207
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
6 years ago
Vijay Pai
41c6cba9f5
Make sure that OnCancel happens after OnStarted
6 years ago
Karthik Ravi Shankar
891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
Soheil Hassas Yeganeh
a26c09dd25
Introduce C++ wrappers for gpr_mu and gpr_cv.
...
Introduce RAII wrappers in the grpc::internal and grpc_core
namespaces, and use them in place of std::mutex and
std::condition_variable.
Note that, since std::mutex is also used by the public
C++ headers we cannot introduce these wrappers in grpc_core.
Also, note that in grpcpp we cannot use gRPC core and vice versa.
So we had to duplicate the code, once using core_codegen_interface
and once using direct calls.
6 years ago
Lidi Zheng
8beaac2911
Regenerate projects
6 years ago