aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2018-05-23services,core: make BinaryLogSink visible, add setter (#4503)zpencer
2018-05-23move io.grpc.BinaryLogProvider to io.grpc.services (#4501)zpencer
2018-05-23services: use Peer.address proto (#4502)zpencer
2018-05-23services: sync binarylog.proto (#4500)zpencer
2018-05-23io.grpc.BinaryLog is now the fully functional API (#4498)zpencer
2018-05-23noop: resolve lint warnings found at import. (#4496)Kun Zhang
2018-05-21all: TimeProvider to use nanos rather than millisZHANG Dapeng
2018-05-20services: add temp file based binary log sink (#4404)zpencer
2018-05-18core: remove io.grpc core dependency on census (#4461)zpencer
2018-05-18services: fix lint on toString (#4481)zpencer
2018-05-17protobuf,examples: move json encoding to examplesCarl Mastrangelo
2018-05-16services: differentiate between tcpi_retransmits and tcpi_retrans (#4470)zpencer
2018-05-15core,services: Add ChannelTracing data objectZHANG Dapeng
2018-05-15services: allow binlog env str to be empty or null (#4447)zpencer
2018-05-07core, services: make BinaryLog an explicit object that is passed into channel...zpencer
2018-05-04services: complete ChannelTrace in channelz.protoZHANG Dapeng
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-05-02services: BinaryLog is an overused term, rename to BinlogHelper (#4429)zpencer
2018-05-02service: include go package in channelz.protoCarl Mastrangelo
2018-05-02services: update channelz proto packageCarl Mastrangelo
2018-05-02services: BinaryLogProviderImpl is experimental (#4420)Eric Anderson
2018-04-30 services: move health.proto to correct directoryCarl Mastrangelo
2018-04-30services: update channelz with docs from upstreamCarl Mastrangelo
2018-04-27services: remove monitoring fileCarl Mastrangelo
2018-04-27services,core: simplify CallId generation (#4365)zpencer
2018-04-25services: fix channelz linter warnings (#4395)zpencer
2018-04-25 services: update to remote channelz.proto defCarl Mastrangelo
2018-04-25core,netty,okhttp,services,testing: expose security info to channelz (#4300)zpencer
2018-04-20services: move channelz proto into normalized directory structureCarl Mastrangelo
2018-04-19services: avoid static initialization for BinaryLog.java (#4363)zpencer
2018-04-16services: turn channelz null futures into Status.UNIMPLEMENTED (#4346)zpencer
2018-04-13services: socket options were erroneously ignored if socket has no stats (#4336)zpencer
2018-04-13services: make channelz constructor static (#4334)zpencer
2018-04-05core,netty: add NettySocketSupport to populate TcpInfo (#4306)zpencer
2018-04-04netty,services: fix param comment lint (#4304)zpencer
2018-04-03core,services: binary log should use real peer socket and call id (#4266)zpencer
2018-04-03core,netty,services: add server listen sockets to channelz proto service (#4220)zpencer
2018-03-30core,netty,okhttp,services: expose socket options to channelz (#4228)zpencer
2018-03-28Fix compilation in Java 9Eric Anderson
2018-03-26build.gradle: bump protobuf plugin to 0.8.5 (#4101)zpencer
2018-03-26services: Specify serialVersionUID for the dummy SocketAddressEric Anderson
2018-03-23Bump to Guava 20Eric Anderson
2018-03-23core,services: implement binarylog Client and ServerInterceptor (#4174)zpencer
2018-03-16core,services: track server sockets in channelz (#4226)zpencer
2018-03-16services: update channelz TLS proto to use RFC names (#4233)zpencer
2018-03-15services: fix lint warningCarl Mastrangelo
2018-03-14services: fix binary logging empty metadata NPE, add null checks (#4213)zpencer
2018-03-10core,services: add ChannelzService class (#4205)zpencer
2018-03-09services: update channelz.proto to refer to sockets as socket_ref (#4203)zpencer
2018-03-08services: add channelz protos (#4191)zpencer