aboutsummaryrefslogtreecommitdiff
path: root/integration-testing
AgeCommit message (Expand)Author
2015-01-27Removing all references to "stubby"nmittler
2015-01-27Remove Service API from ServerImplEric Anderson
2015-01-27Removing Maven buildnmittler
2015-01-26Migrating run scripts to gradle.nmittler
2015-01-22Changing gRPC Java inbound flow control modelnmittler
2015-01-21Adding .gitignore for eclipse files.nmittler
2015-01-20Fix IntelliJ dependency on generated protobufsLouis Ryan
2015-01-16Fix TODO attributionejona
2015-01-16Align server flags with other languagesEric Anderson
2015-01-16Improve test client for real certEric Anderson
2015-01-15Remove Service API from ChannelImplejona
2015-01-15Remove dependency on guava Lists for initializing list.simonma
2015-01-08Add package name to the method string.yangg
2015-01-08Nano proto and Proto3 do no include fields that have their default values in ...rocking
2015-01-08Remove gRPC v1 support.ejona
2015-01-08Implement cancel_after_* integration testsejona
2015-01-08Implement empty_stream integration testejona
2015-01-08Export test_service codegen source instead of binary libejona
2015-01-08Adding gradle build for Java grpcnathanmittler
2015-01-08Updating version of gRPC maven build to 0.1.0-SNAPSHOT.nathanmittler
2015-01-08Allow killing test server/clientejona
2015-01-08Change default gRPC protocol to v2.ejona
2015-01-08Correct commentsimonma
2015-01-08Fixing Maven build for gRPC Java.nathanmittler
2015-01-08Add BSD license header to all source fileslryan
2015-01-08Changing TestServiceServer to use ListenableFuture for determining when the s...nathanmittler
2015-01-08Use real TLS security by default.ejona
2015-01-08Remove client-streaming and bi-di streaming methods from blocking client inte...zhangkun
2015-01-08Adding crude outbound flow control to OkHttp transport.nathanmittler
2015-01-08Enable full-size payloads in integration tests.ejona
2015-01-08Move StubConfigTest to third_partyejona
2015-01-08Remove GrpcServer to allow more tests to move to third_party.ejona
2015-01-08Make all transport factories package-private in favor of channel builders.zhangkun
2015-01-08Implement standard integration tests (almost).ejona
2015-01-08[3/3] Use AbstractTransportTest for test case impls in TestServiceClient.ejona
2015-01-08[2/3] Use transport builders instead of ClientBootstrap.ejona
2015-01-08[1/3] Move AbstractTransportTest to third_party.ejona
2015-01-08Adding MOE configuration for grpc_java.nathanmittler
2015-01-08Fix compile error using new ProtoUtilslryan
2015-01-08Renaming gRPC-java "newtransport" package to just "transport".nathanmittler
2015-01-08Use zero-filled payload for UNCOMPRESSED.ejona
2015-01-08Cleaning up various compiler warnings in preparation for opensource.nathanmittler
2015-01-08Porting GrpcClient and GrpcServer to third_party.nathanmittler