- Jul 14, 2015
- Jun 25, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
Clean up anything that failed
-
- Jun 24, 2015
-
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
- Jun 16, 2015
-
-
Yang Gao authored
-
- Jun 10, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Jun 05, 2015
-
-
Craig Tiller authored
-
- Jun 04, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 01, 2015
-
-
Jorge Canizales authored
-
- May 28, 2015
-
-
Jan Tattermusch authored
-
- May 20, 2015
-
-
Jan Tattermusch authored
-
- May 15, 2015
-
-
Jorge Canizales authored
The prefix has still to be applied per-message, and we could do forward-declarations in the generated header.
-
Jorge Canizales authored
-
Jorge Canizales authored
Still missing: retrieving prefix from file option.
-
Jorge Canizales authored
-
- May 09, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- May 08, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- May 07, 2015
-
-
Jan Tattermusch authored
-
- May 06, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Move completion queue binding for new requests to the new request request time, not server instantiation time.
-
- May 05, 2015
-
-
Yang Gao authored
-
- May 02, 2015
-
-
Nicolas "Pixel" Noble authored
By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use.
-
Yang Gao authored
-
- Apr 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 10, 2015
-
-
Yang Gao authored
-
- Apr 09, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 07, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Apr 06, 2015
-
-
Nathaniel Manista authored
-
- 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 27, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Mar 25, 2015
-
-
Nicolas "Pixel" Noble authored
-