grpc-node/ext
Julien Boeuf b6d16885ef Also adding a credentials type to the plugin API.
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.

If this functionality is wanted it will be done in an additive function in
the API like :

void grpc_call_credentials_set_composite_policy(
  grpc_call_credentials_composite_policy policy);
2015-11-19 22:00:30 -08:00
..
byte_buffer.cc Update to nan 2.0 2015-09-17 13:56:25 -07:00
byte_buffer.h Update to nan 2.0 2015-09-17 13:56:25 -07:00
call.cc Updated Node credentials API to match core API change 2015-10-20 16:10:20 -07:00
call.h Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
call_credentials.cc Also adding a credentials type to the plugin API. 2015-11-19 22:00:30 -08:00
call_credentials.h Fixing node build. 2015-11-18 22:12:29 -08:00
channel.cc Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 15:05:45 -08:00
channel.h Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
channel_credentials.cc Updated Node credentials API to match core API change 2015-10-20 16:10:20 -07:00
channel_credentials.h Updated Node credentials API to match core API change 2015-10-20 16:10:20 -07:00
completion_queue_async_worker.cc Merged from release_0.11 branch 2015-09-23 11:44:01 -07:00
completion_queue_async_worker.h Update to nan 2.0 2015-09-17 13:56:25 -07:00
node_grpc.cc Resolved merge conflicts 2015-10-07 12:34:24 -07:00
server.cc Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
server.h Update to nan 2.0 2015-09-17 13:56:25 -07:00
server_credentials.cc Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
server_credentials.h Update to nan 2.0 2015-09-17 13:56:25 -07:00
timeval.cc Make the server report monotonic times for deadlines 2015-07-23 09:52:11 -07:00
timeval.h Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00