- Dec 03, 2016
-
-
Masood Malekghassemi authored
Almost fixes #8753 (which still needs a test).
-
- Nov 24, 2016
-
-
Jan Tattermusch authored
-
- Nov 03, 2016
-
-
Alexander Polcyn authored
-
Alexander Polcyn authored
-
- Nov 02, 2016
- Oct 28, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
-
murgatroid99 authored
-
- Oct 27, 2016
-
-
Alexander Polcyn authored
-
Alexander Polcyn authored
-
- Oct 13, 2016
- Oct 12, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Oct 04, 2016
-
-
Alexander Polcyn authored
-
- Oct 03, 2016
-
-
Alexander Polcyn authored
-
Alexander Polcyn authored
-
Vijay Pai authored
-
- Sep 30, 2016
-
-
Stanley Cheung authored
-
- Sep 29, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Sep 22, 2016
-
-
siddharthshukla authored
Add docstrings mentioning that the Beta API is deprecated post 0.14.x in - PrintBetaServicer - PrintBetaStub - PrintBetaServerFactory - PrintBetaStubFactory
-
- Aug 30, 2016
-
-
Vijay Pai authored
-
yang-g authored
-
Vijay Pai authored
-
Vijay Pai authored
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness)
-
- Aug 26, 2016
-
-
Vijay Pai authored
in all cases
-
- Aug 12, 2016
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Aug 04, 2016
- Jul 27, 2016
-
-
Ken Payson authored
-
- Jul 12, 2016
-
-
Masood Malekghassemi authored
-
- Jul 09, 2016
-
-
Makarand Dharmapurikar authored
-
- Jul 08, 2016
-
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
using 'using'. Removed unnecessary grpc::string. fixed indentation.
-
Makarand Dharmapurikar authored
Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
-