aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2015-09-24Fixing benchmarks.nmittler
2015-09-11Deprecate OkHttpChannelBuilder#overrideHostForAuthorityKun Zhang
2015-09-11Private ServerMethodDefinition constructor; avoid create() in codegenEric Anderson
2015-09-10Enable license header checking in checkstyleEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-09-03Refactoring channel API.nmittler
2015-09-02Fix generated code reference for intellij projects.Xudong Ma
2015-09-02Extract the fully-qualified service name into a public static final field on ...David P. Baker
2015-08-31Annotate method descritpor files in the generated code with ExperimentalApiKun Zhang
2015-08-31Upgrade to protobuf-3.0.0-beta-1Kun Zhang
2015-08-26Rename onValue to onNext in StreamObserver to align with the naming in Rx & t...Louis Ryan
2015-08-26Fixing the benchmarksnmittler
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-20Remove the first MethodDescriptor constructor.Kun Zhang
2015-08-14Adding support for NPN fallback.nmittler
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-11Move Marshaller into MethodDescriptorKun Zhang
2015-08-10Reorganize packages.Kun Zhang
2015-08-07Make serverInterceptor use MethodDescriptorCarl Mastrangelo
2015-08-06Change awaitTerminated to awaitTerminationCarl Mastrangelo
2015-08-05Renamed Server payload to messageCarl Mastrangelo
2015-08-05Rename Duplex to BidiCarl Mastrangelo
2015-08-05OkHttp should use plaintext in TransportBenchmarkEric Anderson
2015-07-22Benchmark: Enable/Disable TLS for okhttp accordinglyXudong Ma
2015-07-22Add transport benchmark using JMHEric Anderson
2015-07-20Replace DeferredInputStream with interface Drainable.Kun Zhang
2015-07-17Get rid of AbstractServiceDescriptor as it is no longer usefulKun Zhang
2015-07-16Rename unaryFutureCall to futureUnaryCallKun Zhang
2015-07-15Sanitize ClientCalls.Kun Zhang
2015-07-15Migrate from PARSER to parser() as a way of getting the parser of a protobuf ...Kun Zhang
2015-07-14Separate ServerCall binding utilities per method type.Kun Zhang
2015-07-14Support TLS for okhttp benchmark.Xudong Ma
2015-07-09Change AbstractServiceDescriptor.methods() to Collection. Resolves #573Kun Zhang
2015-07-09Remove Method and switch its users to MethodDescriptor.Kun Zhang
2015-07-08Upgrade to protobuf-gradle-plugin 0.5.0Kun Zhang
2015-07-08Simplifying flow control window config for Netty.nmittler
2015-07-07Add CallOptions.Kun Zhang
2015-06-30Migrate from PARSER to parser() as a way of getting the parser of a protobuf ...Kun Zhang
2015-06-24Add instructions for setting up traffic shaping on loopbackLouis Ryan
2015-06-24Use 1MB as the max payload size in benchmarks to avoid exceeding Netty's buff...Louis Ryan
2015-06-10Properly set inbound and outbound connection and stream window sizesLouis Ryan
2015-06-05Upgrade to protobuf-3.0.0-alpha-3Kun Zhang
2015-06-04Rename Call to ClientCalls.Kun Zhang
2015-06-03Allowing Netty TLS bootstrap handler to be sharable.nmittler
2015-05-28Making test certs more shareablenmittler
2015-05-26Add support for indeterminate length messages. This will make using GRPC easi...Louis Ryan
2015-05-22Adding alpn_boot configuration to the parent build file.nmittler
2015-05-21Don't use reflection for epoll/unix domain socketsEric Anderson