- Jul 19, 2017
- Jun 08, 2017
-
-
Jan Tattermusch authored
-
- Nov 02, 2016
- Sep 24, 2015
-
-
Craig Tiller authored
-
- 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 22, 2015
-
-
yang-g authored
-
- Aug 14, 2015
-
-
Julien Boeuf authored
-
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
-
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.
-
- Apr 10, 2015
-
-
Julien Boeuf authored
-
Julien Boeuf authored
-
- Mar 17, 2015
-
-
Yang Gao authored
-
- Mar 02, 2015
-
-
Craig Tiller authored
-
- Feb 23, 2015
-
-
Craig Tiller authored
And reflects the C++ API in ServerBuilder.
-
- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Nov 27, 2014
-
-
Nicolas Noble authored
-