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
/
call_credentials.cc
Commit message (
Expand
)
Author
Age
*
Node: fix leak of sent metadata
murgatroid99
2017-04-06
*
Merge github.com:grpc/grpc into rollfwd
Craig Tiller
2017-01-24
|
\
|
*
Merge pull request #9428 from grpc/revert-8842-metadata_filter
David G. Quintas
2017-01-23
|
|
\
|
*
\
v1.0.x → master upmerge
Nathaniel Manista
2017-01-23
|
|
\
\
*
|
|
|
Revert "Revert "Metadata handling rewrite""
Craig Tiller
2017-01-23
|
|
_
|
/
|
/
|
|
*
|
|
Revert "Metadata handling rewrite"
Craig Tiller
2017-01-20
|
/
/
*
|
Make Node extension work with slice changes
murgatroid99
2016-12-12
|
*
Replace usages of std::list with std::queue in Node extension
murgatroid99
2016-12-06
|
/
*
Fix a memory leak in Node call credentials
murgatroid99
2016-07-14
*
Update copyrights
Craig Tiller
2016-03-31
*
Unref uv_async after construction to avoid blocking at shutdown
murgatroid99
2016-03-17
*
Node: made call credentials properly use UV async events. Also deleted some l...
murgatroid99
2016-03-16
*
Fix copyrights
murgatroid99
2016-02-19
*
Node: fix metadata validation bug, improve error reporting
murgatroid99
2016-02-19
*
Fix a couple of minor issues in the Node library
murgatroid99
2015-12-18
*
Also adding a credentials type to the plugin API.
Julien Boeuf
2015-11-19
*
Fixing implementations.
Julien Boeuf
2015-11-18
*
Updated Node credentials API to match core API change
murgatroid99
2015-10-20
*
Refactored some C++ code to improve code reuse
murgatroid99
2015-10-12
*
Split Credentials into two types
murgatroid99
2015-09-30