aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
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
2018-03-01 buildscripts,travis: fetch from mvn with retries (#4140)zpencer
2018-02-22core,services: fix binarylog unit tests (#4109)zpencer
2018-02-20core,services: lock down visibility of BinaryLogSink (#4100)zpencer
2018-02-16services: introduce BinaryLogSinkProvider (#3917)zpencer
2018-02-08compiler: avoid invoking experimental method in generated codeEric Gribkoff
2018-01-26Update opencensus to 0.11.0 and remove extra dependencies.Bogdan Drutu
2018-01-09Update ErrorProne to 2.1.3 and fix failuresEric Anderson
2018-01-09services: fix lint warnings on binlog (#3927)zpencer
2018-01-04respond to commentsSpencer Fang
2018-01-04services: utility methods for create binlog protosSpencer Fang
2017-12-14services: let BinaryLog factory return null (#3868)zpencer
2017-12-14core,services: move BinaryLog class to grpc-services (#3867)zpencer
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-01core: set sampled for local span per MethodDescriptor. (#3627)Kun Zhang
2017-11-01testing: move io.grpc.testing.StreamRecorder to internalZHANG Dapeng