- Jul 31, 2015
-
-
Masood Malekghassemi authored
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
-
- Mar 30, 2015
-
-
Nathaniel Manista authored
It was awkward for the generated code to call an API that offered both insecure_server and secure_server as well as insecure_stub and secure_stub. With this change there is just a single server function and a single stub function and security is decided based on arguments passed.
-
- Mar 17, 2015
-
-
Nathaniel Manista authored
-
- Feb 26, 2015
-
-
Nathaniel Manista authored
The server_host_override flag's implementation remaining outstanding means that this only works over insecure connections for now.
-
- Feb 19, 2015
-
-
Nathaniel Manista authored
-
- Feb 18, 2015
-
-
Nathaniel Manista authored
A top-level "grpc" package is added and RPC Framework is made public.
-
- Feb 15, 2015
-
-
Nathaniel Manista authored
-