aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
Commit message (Expand)AuthorAge
* Pass delete[] explicitely to Nan::NewBuffer.Gravatar Patryk Lesiewicz2016-02-10
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
* Make Node library build on WindowsGravatar Michael Lumish2016-01-27
* Fix copyrightsGravatar murgatroid992016-01-27
* Allocate node Buffer contents with new[]Gravatar Marek Gilbert2016-01-26
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Update copyrightsGravatar murgatroid992016-01-13
* Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\
* | Make Node library use core metadata validation instead of duplicating itGravatar murgatroid992016-01-07
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
* | Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
|/
* Simplified some code and added tests to increase code coverageGravatar murgatroid992015-12-09
* Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-03
* Memory leak fix?Gravatar Seongjin Cho2015-12-03
* Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
* Fixing node build.Gravatar Julien Boeuf2015-11-18
* Fixing implementations.Gravatar Julien Boeuf2015-11-18
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Fixed incorrect type in a malloc in Node extensionGravatar murgatroid992015-11-09
* | Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
|/
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| |\
* | | Resolved merge conflictsGravatar murgatroid992015-10-07
|\| |
| * | Fixed issues with binary metadata type checkingGravatar murgatroid992015-10-06
* | | Resolved merge conflicts with masterGravatar murgatroid992015-10-06
|\| |
| | * Resolved merge conflicts with masterGravatar murgatroid992015-10-05
| | |\ | | |/ | |/|
| | * Fixed node extension module nameGravatar murgatroid992015-10-02
* | | Prevented composing insecure credentialsGravatar murgatroid992015-10-02
* | | Split Credentials into two typesGravatar murgatroid992015-09-30
* | | Removed now-redundant credentials wrappingsGravatar murgatroid992015-09-28
* | | Fixed some issues with new credential codeGravatar murgatroid992015-09-28
* | | Reworked credentials surface API, added testGravatar murgatroid992015-09-25
* | | Implemented credentials plugin interfaceGravatar murgatroid992015-09-24
* | | Added most of the plugin implementationGravatar murgatroid992015-09-24
* | | Merged from masterGravatar murgatroid992015-09-23
|\ \ \ | | |/ | |/|
| | * Merged from release_0.11 branchGravatar murgatroid992015-09-23
| | |\ | | |/ | |/|
| | * Fixed hang when using Node gRPC with other async operationsGravatar murgatroid992015-09-23
* | | Added function signatures for plugin wrappingGravatar murgatroid992015-09-23
| * | Merged from release_0.11Gravatar murgatroid992015-09-17
| |\|
| * | Update to nan 2.0Gravatar murgatroid992015-09-17
|/ /
| * Fixed memory leak in Buffer constructionGravatar murgatroid992015-09-14
| * Fixed Op destructors not being calledGravatar murgatroid992015-09-14
|/
* Merge pull request #3075 from jboeuf/credentials_naming_and_cleanupGravatar Yang Gao2015-08-28
|\
| * Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cle...Gravatar Julien Boeuf2015-08-28
| |\
| | * Merge pull request #3012 from murgatroid99/node_metadata_classGravatar Tim Emiola2015-08-28
| | |\
* | | | Emit proper status when failing to parse server streamGravatar murgatroid992015-08-27
| * | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ...Gravatar Julien Boeuf2015-08-27
| |\ \ \ | | |/ / | |/| |