index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
ext
/
server_credentials.cc
Commit message (
Collapse
)
Author
Age
*
Remove src/node and references to it
murgatroid99
2017-10-25
|
|
|
|
|
|
This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
|
*
Extend clang-format to C#, Node, Ruby
Craig Tiller
2017-04-19
|
*
Fix mismatched new[] and delete in Node extension code
murgatroid99
2016-09-20
|
*
Fixed minor Node compilation issue
murgatroid99
2016-04-27
|
*
Add various options to verify ssl/tls client cert including letting the
Deepak Lukose
2016-04-19
|
|
|
|
application handle the authentication.
*
Simplified some code and added tests to increase code coverage
murgatroid99
2015-12-09
|
*
Refactored some C++ code to improve code reuse
murgatroid99
2015-10-12
|
*
Update to nan 2.0
murgatroid99
2015-09-17
|
*
Adding void* at then end of security related method in order to have a ↵
Julien Boeuf
2015-08-25
|
|
|
|
stable ABI.
*
Modified server SSL certs to allow multiple pairs and force_client_auth flag
murgatroid99
2015-08-19
|
*
Resolved merge conflicts
murgatroid99
2015-07-30
|
\
|
*
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
Julien Boeuf
2015-07-27
|
|
\
*
|
|
Made binding a server to a port insecurely explicit
murgatroid99
2015-07-27
|
|
/
|
/
|
*
|
Fix node test. Remove all the server fake credentials references
yang-g
2015-07-22
|
|
|
*
Adding option to force client auth on the server SSL creds.
Julien Boeuf
2015-07-21
|
/
*
The library now compiles with Node 0.11+ and all versions of io.js
murgatroid99
2015-03-04
|
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
|
*
Update copyright to 2015
Craig Tiller
2015-02-18
|
*
Removed extraneous log messages
murgatroid99
2015-02-12
|
*
Moved extension and JS files to separate directories
murgatroid99
2015-01-26