aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
Commit message (Expand)AuthorAge
* 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
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'node_metadata_class' into node_error_code_complianceGravatar murgatroid992015-08-27
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
* | | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \ \
| | * | Fixed handling of binary metadata valuesGravatar murgatroid992015-08-27
* | | | Merge pull request #2993 from murgatroid99/node_server_graceful_shutdownGravatar Tim Emiola2015-08-26
|\ \ \ \
| | | | * Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| | | |/ | | |/|
| | * | Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
| |/ / |/| |
| * | Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-21
| |\ \
| | | * Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
| | |/| | | |/ | |/|
* | | Modified server SSL certs to allow multiple pairs and force_client_auth flagGravatar murgatroid992015-08-19
| |/ |/|
| * Merge branch 'core_shutdown_idempotency' into node_server_graceful_shutdownGravatar murgatroid992015-08-19
| |\
* | \ Merge pull request #2955 from murgatroid99/node_nan_deprecation_warningsGravatar Tim Emiola2015-08-19
|\ \ \
* \ \ \ Merge pull request #2960 from murgatroid99/node_compressionGravatar Tim Emiola2015-08-19
|\ \ \ \ | |_|_|/ |/| | |
| | | * Removed errant NULL settingGravatar murgatroid992015-08-19
* | | | Zero out reserved field in nodeGravatar Craig Tiller2015-08-19
| | | * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| |_|/ |/| |
| * | Moved write flag constants to base moduleGravatar murgatroid992015-08-17
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
| |\ \ | |/ / |/| |
| | * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
| |/ |/|
* | Fixed typo in argument error messageGravatar murgatroid992015-08-14
* | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\ \
* | | Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14