grpc/include/grpcpp
Craig Tiller 4dff0ee48a
Fix bug in CQNext (#27022)
Internal bug b/170934515

In some cases, calling CQ::Next will return true without passing up a
new tag value, which is very much illegal. My expectation is that this
is due to messing up between SHUTDOWN and TIMEOUT in lower layer code
that doesn't particularly matter much to most callers, but was being
erroneously checked here.
2021-08-17 10:50:10 -07:00
..
ext Implement C++ Admin Interface API (#25753) 2021-03-23 09:53:12 -07:00
generic Delete unneeded parts of generic_stub callback header (#26403) 2021-06-02 12:24:45 -07:00
impl Fix bug in CQNext (#27022) 2021-08-17 10:50:10 -07:00
security Revert "Support user provided "scope" in JWT and GDC (#26577)" (#26645) 2021-07-09 15:05:34 -07:00
support Make socket mutators work for server connections (#26328) 2021-06-23 14:40:35 -07:00
test De-experimentalize default_reactor_test_peer.h and last uses of CallbackServerContext (plus namespace cleanup) (#26569) 2021-06-29 12:24:09 -07:00
alarm.h Remove experimental tag from uses of the C++ callback API (#26495) 2021-06-20 00:47:07 -07:00
channel.h Use atomics to remove locks in Channel/Server::CallbackCQ() (#26091) 2021-04-27 14:54:07 -07:00
client_context.h Fix typos 2018-04-04 10:26:57 -07:00
completion_queue.h Fix year modified for completion_queue.h 2020-08-05 15:24:39 -07:00
create_channel.h Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"" 2020-07-24 12:47:33 -07:00
create_channel_posix.h Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd 2020-10-21 13:34:26 -07:00
grpcpp.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
health_check_service_interface.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
opencensus.h Fix opencensus 2020-09-03 08:20:31 -07:00
resource_quota.h Fix by clang-tidy 2020-12-03 16:24:19 -08:00
server.h Remove experimental tag from uses of the C++ callback API (#26495) 2021-06-20 00:47:07 -07:00
server_builder.h Remove experimental tag from uses of the C++ callback API (#26495) 2021-06-20 00:47:07 -07:00
server_context.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_posix.h Move ServerPosix from ::grpc_impl to ::grpc 2020-06-23 13:56:08 -07:00
xds_server_builder.h Re-experimentalize XdsServerBuilder (#26892) 2021-08-06 10:29:28 -07:00