1088 Commits (15f77669a42792196de5ef1433d58d93b667b64c)

Author SHA1 Message Date
Sree Kuchibhotla e2ac10627d new value 9 years ago
Sree Kuchibhotla f4c6e43ff2 fine tune the cq deadline value (temporarily) 9 years ago
Sree Kuchibhotla 2d08f5bc8d fix the plugin initialization order in ServerBuilder 9 years ago
Sree Kuchibhotla 862acb9f3a fix shutdown crash 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
Sree Kuchibhotla 4028d2c11b More fixes 9 years ago
Sree Kuchibhotla 4306eeee39 Minor changes 9 years ago
Sree Kuchibhotla aabada97a1 One RPCMgr instance per CQ 9 years ago
Mark D. Roth 0e256107e8 Code review changes. 9 years ago
Adam Czachorowski dbdc6e4ae6 Add method for creating insecure channel from FD with custom arguments 9 years ago
Makarand Dharmapurikar 2b98b77225 add cacheable option to client_context 9 years ago
Mark D. Roth 6980362c4e Allow setting max send message size via C++ ServerBuilder API. 9 years ago
Mark D. Roth 7331a7aa62 Change wrapped languages to use the new channel arg macro name. 9 years ago
David Garcia Quintas 468e16d97a server builder include fix 9 years ago
David Garcia Quintas 621e2b1a49 Merge with newly added/modified files 9 years ago
Yuchen Zeng 11d3c8f3d4 Add ServerBuilderPlugin::UpdateChannelArguments 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
Vijay Pai cdc253535b Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING 9 years ago
Nicolas "Pixel" Noble d25c1d2a6c Removing unused header. 9 years ago
Nicolas "Pixel" Noble 455c5d45f0 Untangling secure and unsecure. 9 years ago
Sree Kuchibhotla 509ee4c111 Remove the API to return the underlying completion queue. This API is no 9 years ago
Sree Kuchibhotla cc357bf74e Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API 9 years ago
Sree Kuchibhotla 3ea9e247e0 some refactoring 9 years ago
Craig Tiller 102fa966b6 Rename some files to avoid conflicting .obj files on Windows 9 years ago
Vijay Pai c4752d8857 Remove this-> 9 years ago
Mark D. Roth 2665bdd6d2 Reduce allocations associated with src/cpp/util/byte_buffer.cc. 9 years ago
Mark D. Roth 00e9c3bb3b clang-format 9 years ago
Jorge Canizales 3df9bdf880 Update generated files with new protobuf version 9 years ago
Mark D. Roth 3b4f99549d Update destroy_call_elem args from merge. 9 years ago
Nicolas Noble 5a36325896 Merge pull request #7502 from dgquintas/cpp_compression_level 9 years ago
Mark D. Roth f9d8e9064b Code review changes. 9 years ago
David Garcia Quintas 61887dcf46 scrubbed codegen/sync.h 9 years ago
David Garcia Quintas c79b0650d2 removed codegen/log.h 9 years ago
David Garcia Quintas 1399e466b0 removed codegen/time.h 9 years ago
David Garcia Quintas 3b31fdf77b removed codegen/byte_buffer.h 9 years ago
David Garcia Quintas 6b11462da1 removed codegen/alloc.h 9 years ago
David Garcia Quintas 3922838613 Added missing var initialization 9 years ago
David Garcia Quintas 440558a7ec C++ Compression Level set properly 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
Sree Kuchibhotla f95f125506 Minor changes 9 years ago
Sree Kuchibhotla bb5519f5a5 More changes 9 years ago
Sree Kuchibhotla 0ba41907a2 Minor changes to GrpcRpcManager 9 years ago
Sree Kuchibhotla 8600438d54 Add more functionality (no cq integration yet) and add a dummy test 9 years ago
Yuchen Zeng 1318479011 Separate generated file and protobuf dependency 9 years ago
Sree Kuchibhotla 9e656a4340 Initial shell 9 years ago
yang-g 807387641f prevent spurious wake up and unstarted/already shutdown server 9 years ago
yang-g 6ec11f2acd prevent spurious wake up and unstarted/already shutdown server 9 years ago
yang-g 05573f1692 Make Server::Wait work for async only server. 9 years ago