aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call_credentials.cc
Commit message (Expand)AuthorAge
* Node: fix leak of sent metadataGravatar murgatroid992017-04-06
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
|\
| * Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
| |\
| * \ v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-23
| |\ \
* | | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |_|/ |/| |
* | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/ /
* | Make Node extension work with slice changesGravatar murgatroid992016-12-12
| * Replace usages of std::list with std::queue in Node extensionGravatar murgatroid992016-12-06
|/
* Fix a memory leak in Node call credentialsGravatar murgatroid992016-07-14
* Update copyrightsGravatar Craig Tiller2016-03-31
* Unref uv_async after construction to avoid blocking at shutdownGravatar murgatroid992016-03-17
* Node: made call credentials properly use UV async events. Also deleted some l...Gravatar murgatroid992016-03-16
* Fix copyrightsGravatar murgatroid992016-02-19
* Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
* Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
* Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
* Fixing implementations.Gravatar Julien Boeuf2015-11-18
* Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Split Credentials into two typesGravatar murgatroid992015-09-30