1. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  2. f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
  3. 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  4. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  5. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  6. a053f23 Make Node extension work with slice changes by murgatroid99 · 8 years ago
  7. c6bbc47 Replace usages of std::list with std::queue in Node extension by murgatroid99 · 8 years ago
  8. f1c85b0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  9. e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
  10. 013d203 Refactor uv/non-uv code in Node extension by murgatroid99 · 8 years ago
  11. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  12. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  13. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  14. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  15. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  16. 952b99c Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates by murgatroid99 · 8 years ago
  17. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  18. 5124452 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  19. 197d87e Fix how Node touches an internal core header by Michael Lumish · 8 years ago
  20. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  21. 7e642e3 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  22. 8fecf28 Fix mismatched new[] and delete in Node extension code by murgatroid99 · 8 years ago
  23. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  24. c0a64cd Update Node library dependencies and change deprecated function calls by murgatroid99 · 8 years ago
  25. ef55d7e Fix a memory leak in Node call credentials by murgatroid99 · 8 years ago
  26. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  27. 2dfcf14 Fix Node Windows build error by murgatroid99 · 8 years ago
  28. 9cb96ba Merge pull request #6747 from murgatroid99/node_logger_customization by Jan Tattermusch · 8 years ago
  29. 1d2f289 Add timestamps to custom log output by murgatroid99 · 8 years ago
  30. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  31. 9b9708a Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger by murgatroid99 · 8 years ago
  32. c04f7b1 Remember to unref the slice by murgatroid99 · 8 years ago
  33. 8678bb4 Remove extraneous logging code by murgatroid99 · 8 years ago
  34. c04b80c Make Node not segfault when it receives a compressed message by murgatroid99 · 8 years ago
  35. 325a059 Mark port as non-listening by Craig Tiller · 8 years ago
  36. 64ec84c Merge pull request #6325 from murgatroid99/node_default_roots by Jan Tattermusch · 8 years ago
  37. 6f60766 Load default roots.pem in Node via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  38. 8658b17 Fixed minor Node compilation issue by murgatroid99 · 8 years ago
  39. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  40. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  41. 4718a38 Unref uv_async after construction to avoid blocking at shutdown by murgatroid99 · 8 years ago
  42. 25269f0 Fixed copyright by murgatroid99 · 8 years ago
  43. 7fb87e7 Removed unnecessary include by murgatroid99 · 8 years ago
  44. 734c8db Node: made call credentials properly use UV async events. Also deleted some log lines by murgatroid99 · 8 years ago
  45. af0e248 Fix copyrights by murgatroid99 · 9 years ago
  46. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 9 years ago
  47. 777777e Pass delete[] explicitely to Nan::NewBuffer. by Patryk Lesiewicz · 9 years ago
  48. 7a55684 Clang format and fix copyrights by murgatroid99 · 9 years ago
  49. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  50. e2f3465 Make Node library build on Windows by Michael Lumish · 9 years ago
  51. 59ab169 Fix copyrights by murgatroid99 · 9 years ago
  52. 16110ee Allocate node Buffer contents with new[] by Marek Gilbert · 9 years ago
  53. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  54. 4080921 Update copyrights by murgatroid99 · 9 years ago
  55. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  56. f776f90 Make Node library use core metadata validation instead of duplicating it by murgatroid99 · 9 years ago
  57. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  58. 72dcfc7 Fix a couple of minor issues in the Node library by murgatroid99 · 9 years ago
  59. a9172d2 Simplified some code and added tests to increase code coverage by murgatroid99 · 9 years ago
  60. 14d76fd Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  61. b531f76 Memory leak fix? by Seongjin Cho · 9 years ago
  62. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  63. 35b6b94 Fixing node build. by Julien Boeuf · 9 years ago
  64. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  65. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  66. 3236607 Fixed incorrect type in a malloc in Node extension by murgatroid99 · 9 years ago
  67. 7c0dbf8 Updated Node credentials API to match core API change by murgatroid99 · 9 years ago
  68. 75a2bba Refactored some C++ code to improve code reuse by murgatroid99 · 9 years ago
  69. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  70. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  71. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  72. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  73. f20d7db Fixed issues with binary metadata type checking by murgatroid99 · 9 years ago
  74. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  75. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  76. 196188f Fixed node extension module name by murgatroid99 · 9 years ago
  77. 86ef17a Prevented composing insecure credentials by murgatroid99 · 9 years ago
  78. 5f709ca Split Credentials into two types by murgatroid99 · 9 years ago
  79. a5a897d Removed now-redundant credentials wrappings by murgatroid99 · 9 years ago
  80. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  81. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  82. 8cde3d7 Implemented credentials plugin interface by murgatroid99 · 9 years ago
  83. 8d4aec3 Added most of the plugin implementation by murgatroid99 · 9 years ago
  84. 2e85b04 Merged from master by murgatroid99 · 9 years ago
  85. b58f69d Merged from release_0.11 branch by murgatroid99 · 9 years ago
  86. e339f6f Fixed hang when using Node gRPC with other async operations by murgatroid99 · 9 years ago
  87. ada3f61 Added function signatures for plugin wrapping by murgatroid99 · 9 years ago
  88. 62420a2 Merged from release_0.11 by murgatroid99 · 9 years ago
  89. 2b09783 Update to nan 2.0 by murgatroid99 · 9 years ago
  90. 640325e Fixed memory leak in Buffer construction by murgatroid99 · 9 years ago
  91. 474f53b Fixed Op destructors not being called by murgatroid99 · 9 years ago
  92. 036bf58 Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup by Yang Gao · 9 years ago
  93. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  94. 956e411 Merge pull request #3012 from murgatroid99/node_metadata_class by Tim Emiola · 9 years ago
  95. 7d58aba Emit proper status when failing to parse server stream by murgatroid99 · 9 years ago
  96. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  97. 6f1e2ea Merge branch 'node_metadata_class' into node_error_code_compliance by murgatroid99 · 9 years ago
  98. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  99. 4ad4003 Fixed handling of binary metadata values by murgatroid99 · 9 years ago
  100. da22c15 Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown by Tim Emiola · 9 years ago