48 Commits (a30f2f95017bf0f53acf2a89056252eb3a2cbbab)

Author SHA1 Message Date
Yash Tibrewal 08ba7246c0 Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run 6 years ago
Vijay Pai fe30ef5489 clang-format 6 years ago
Vijay Pai 5a88028c89 Remove unused parameter warning (1 of 20) 6 years ago
easy 6bca0f04a3 Use opencensus::tags::TagKey. 6 years ago
Arjun Roy 6cf05561ce Added overloads for metadata add/remove operations when static index is known. 6 years ago
Arjun Roy 557446a11e Added specializations for grpc_mdelem_create. 6 years ago
Moiz Haidry 226e63dd0c Move server context implementation to grpc_impl namespace and typedef the ref to it 6 years ago
Karthik Ravi Shankar 8e092b45fa Move ProtoServerReflectionPlugin from grpc to grpc_impl namespace 6 years ago
Karthik Ravi Shankar 4260fe1147 More fixes 6 years ago
Karthik Ravi Shankar f66b654795
Revert "Revert "Fold opencensus into grpc_impl namespace"" 6 years ago
Karthik Ravi Shankar 2bf934f97d
Revert "Fold opencensus into grpc_impl namespace" 6 years ago
Karthik Ravi Shankar 5e5e337b03 fix from clang format code 6 years ago
Karthik Ravi Shankar b606cad6cc Fold opencensus into grpc_impl namespace 6 years ago
easy 8279777167 Destruct CensusContext to avoid leaking memory. 6 years ago
easy f551f475f0 GenerateServerContext: Don't use a parent context if it's invalid. 7 years ago
Arian Arfaian 99e09fe821 Fix compilation error due to missing absl qualification. 7 years ago
Vijay Pai 381bcab8bd Move a file from src/cpp to src/core since core depends on it 7 years ago
Yang Gao b840d5e45c
Revert "Add more filter priority levels" 7 years ago
yang-g d6ef707422 Add more filter priority levels 7 years ago
easy 1b6e8514a9 Move GetSpanFromServerContext() to public header. 7 years ago
Vizerai c0d251a10e Fixing trailing metadata ops. 7 years ago
Vizerai cb2767143c update 7 years ago
Vizerai 60086793e0 update 7 years ago
Vizerai 41e4cedb70 Adding opencensus grpc plugin. 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 8 years ago
Craig Tiller baa14a975e Update clang-format to 5.0 8 years ago
thinkerou 7763f11c98 use range for loop 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
yang-g a36ea4be8b remove file 8 years ago
yang-g f56c251af7 clang-format 8 years ago
yang-g 8d668d8324 default service 8 years ago
yang-g 6486883940 Add more files 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 9 years ago
Yuchen Zeng 324cc66128 Fix missing dependencies 9 years ago
Yuchen Zeng 169c985f67 Remove generated pb files 9 years ago
Stanley Cheung 146a3773da PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto 9 years ago
Yuchen Zeng ef394a954a Fix typo 9 years ago
Yuchen Zeng 27e96f9beb Add comments about how to re-generate reflection proto files 9 years ago
Vijay Pai a9c0d7f88b Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is 9 years ago
Jorge Canizales 3df9bdf880 Update generated files with new protobuf version 9 years ago
Yuchen Zeng 12c3811167 Use compiling instead of making 9 years ago
Yuchen Zeng 6b88b22d9e Add comments for GRPC_NO_GENERATED_CODE 9 years ago
Yuchen Zeng 1318479011 Separate generated file and protobuf dependency 9 years ago
Vijay Pai 577d1696e8 Fix generated reflection files 9 years ago
Vijay Pai 6b668cc93f Remove range-based for, comparisons to nullptr 9 years ago
Vijay Pai 4e1a883a5f Digraph 9 years ago
Yuchen Zeng 7ae31a8898 Add more comments, fix format issues 9 years ago
Yuchen Zeng 0601df3a04 Move reflection src/hdr to src/cpp/ext include/grpc++/ext 9 years ago