- Jun 08, 2017
-
-
Jan Tattermusch authored
-
- May 19, 2017
-
-
Mark D. Roth authored
-
- May 18, 2017
-
-
Mehrdad Afshari authored
-
- May 05, 2017
-
-
Alexander Polcyn authored
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 15, 2016
-
-
David Garcia Quintas authored
-
- Sep 24, 2015
-
-
Craig Tiller authored
-
- Sep 22, 2015
-
-
Julien Boeuf authored
It is very much unsafe to do so as the string_ref could point on a stack variable of the callee.
-
Julien Boeuf authored
This is very much unsafe as the string_ref could point on a stack variable of the callee.
-
- Aug 29, 2015
-
-
Julien Boeuf authored
-
- Aug 28, 2015
-
-
Julien Boeuf authored
- Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
-
- Aug 27, 2015
-
-
Julien Boeuf authored
-
- Aug 17, 2015
-
-
Julien Boeuf authored
-
- Aug 14, 2015
-
-
Julien Boeuf authored
- Guarantee the lifetime of objects passed to the processor. - Add an option for implementers of the processor to make it non-blocking.
-
Julien Boeuf authored
- We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests.
-
- May 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jan 12, 2015
-
-
yangg authored
to it. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83640373
-
- Nov 27, 2014
-
-
Nicolas Noble authored
-