1. f712ae7 Fix a couple of issues with the use of the Protobuf.js API by murgatroid99 · 8 years ago
  2. cbe5036 Merge branch 'master' into node_protobuf_js_6_upgrade by Michael Lumish · 8 years ago
  3. ac7f90d Add enumsAsStrings option, as the original upgrade PR did by murgatroid99 · 8 years ago
  4. b306854 Improve ProtoBuf.js version heuristic, add tests for oneof decoding by murgatroid99 · 8 years ago
  5. c8e6ac4 Ensure arguments are validated before they are serialized, unskip some tests by murgatroid99 · 8 years ago
  6. b1a0231 Autodetect ProtoBuf.js version in grpc.loadObject by murgatroid99 · 8 years ago
  7. b5b5f02 Upgrade Node dependency on Protobuf.js to version 6 by murgatroid99 · 8 years ago
  8. 37d274a Node add service: allow exact match to name in proto file, improve error reporting by murgatroid99 · 8 years ago
  9. 98673fa Node: fix handling/propagation of server-side serialization errors by murgatroid99 · 8 years ago
  10. c34cac2 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  11. 5eebc93 Make event order consistent, and make 'end' and 'error' mutually exclusive by murgatroid99 · 8 years ago
  12. eaf7964 Add test scripts for electron by murgatroid99 · 8 years ago
  13. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  14. e207228 added new test to interop_sanity_test.js by Noah Eisen · 8 years ago
  15. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  16. 2db3d99 Fix error handling authentication errors with non-numeric error codes by murgatroid99 · 8 years ago
  17. 356758a Split Node health check code into a separate package and make it use static codegen by murgatroid99 · 8 years ago
  18. eac6243 Re-enable two Node credentials tests by murgatroid99 · 8 years ago
  19. 210f3c4 Added comments to node generation, also refactored some plugin code by murgatroid99 · 8 years ago
  20. c3eb649 node: fix math server minor bug by Stanley Cheung · 8 years ago
  21. 92b8dec Make Node servers warn instead of fail when a method is missing a handler by murgatroid99 · 8 years ago
  22. 792b302 Added file that lets generated code import grpc by murgatroid99 · 8 years ago
  23. 1899743 Use math test to test generated code by murgatroid99 · 8 years ago
  24. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  25. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 9 years ago
  26. 0cdf047 Fix Node status code usage to match spec by murgatroid99 · 9 years ago
  27. ffdeda1 Fixed copyright by murgatroid99 · 9 years ago
  28. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 9 years ago
  29. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 9 years ago
  30. 5acbb9c Sanitize files by murgatroid99 · 9 years ago
  31. 654d254 Add tests and documentation for new options by murgatroid99 · 9 years ago
  32. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  33. 240eab7 Merge branch 'master' into node_binary_precompile by murgatroid99 · 9 years ago
  34. fc32e62 Fix Node test lint error by murgatroid99 · 9 years ago
  35. e190f35 Completed integration of node-pre-gyp into Node library by murgatroid99 · 9 years ago
  36. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  37. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  38. a9172d2 Simplified some code and added tests to increase code coverage by murgatroid99 · 9 years ago
  39. 8ef43bd update location of .protos in node by Jan Tattermusch · 9 years ago
  40. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  41. b469630 Refactored server.js and added a test to increase coverage by murgatroid99 · 9 years ago
  42. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  43. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  44. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  45. c90b109 Change error message in credentials test by murgatroid99 · 9 years ago
  46. 5901d90 Fixed lint errors by murgatroid99 · 9 years ago
  47. 7c0dbf8 Updated Node credentials API to match core API change by murgatroid99 · 9 years ago
  48. 5fccd90 This is a library. It should not output logs to STDOUT by default by murgatroid99 · 9 years ago
  49. c52dfac Fixed error in Node credentials test by murgatroid99 · 9 years ago
  50. 7cfee08 Added more tests, removed some unused code, fixed a bug by murgatroid99 · 9 years ago
  51. 71f5036 Added some more tests to increase coverage by murgatroid99 · 9 years ago
  52. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  53. be13d81 Fixed some issues with the tests by murgatroid99 · 9 years ago
  54. b8ceb7c Added remaining implementable node interop tests, except compression by murgatroid99 · 9 years ago
  55. 2756fde Resolved merge conflicts by murgatroid99 · 9 years ago
  56. 8d5396a Resolved merge conflicts by murgatroid99 · 9 years ago
  57. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  58. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  59. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  60. 9b701e9 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  61. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  62. 2c641c6 Fixed up Node tests after math folder move by murgatroid99 · 9 years ago
  63. 0f93e43 Moved math proto and server to test folder by murgatroid99 · 9 years ago
  64. 7cd632c Re-implemented call propagation tests to avoid race conditions by murgatroid99 · 9 years ago
  65. 08005ed Removed a pair of racy Node tests by murgatroid99 · 9 years ago
  66. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  67. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  68. 5f709ca Split Credentials into two types by murgatroid99 · 9 years ago
  69. a5a897d Removed now-redundant credentials wrappings by murgatroid99 · 9 years ago
  70. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  71. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  72. 43a1479 Added test for using gRPC with other async operations by murgatroid99 · 9 years ago
  73. 0ff9238 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  74. 76ba1ff Switched to using static functions for accessing Client properties by murgatroid99 · 9 years ago
  75. 9708425 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  76. 956e411 Merge pull request #3012 from murgatroid99/node_metadata_class by Tim Emiola · 9 years ago
  77. e634f9a Fixed the tests by murgatroid99 · 9 years ago
  78. 1eb113c Add metadata echo functionality to interop server, and corresponding interop test by murgatroid99 · 9 years ago
  79. 5390692 Merge branch 'node_metadata_class' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  80. da22c15 Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown by Tim Emiola · 9 years ago
  81. da96957 Merge branch 'master' into node_server_graceful_shutdown by murgatroid99 · 9 years ago
  82. b7e55a2 Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs by Tim Emiola · 9 years ago
  83. 1e9dd32 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  84. 3cb49e0 Update node health check service by yang-g · 9 years ago
  85. 6b8a3a7 Normalize keys when getting and removing metadata items by murgatroid99 · 9 years ago
  86. cc248a2 Added string value validation, modified key normalization and validation by murgatroid99 · 9 years ago
  87. f441b3f Fixed test and lint errors by murgatroid99 · 9 years ago
  88. 5bb9fc1 Merge branch 'node_server_graceful_shutdown' into node_metadata_class by murgatroid99 · 9 years ago
  89. e796e1f Re-enabled tests by murgatroid99 · 9 years ago
  90. 84e3cde Added new Metadata class to abstract over internal representation and normalize keys by murgatroid99 · 9 years ago
  91. 6b3737d Fixed tests by murgatroid99 · 9 years ago
  92. c2fdfcf Modified server SSL certs to allow multiple pairs and force_client_auth flag by murgatroid99 · 9 years ago
  93. c5dac97 Added a test, enabled other tests by murgatroid99 · 9 years ago
  94. 2c3938e Merge branch 'master' into node_server_graceful_shutdown by murgatroid99 · 9 years ago
  95. cb951f6 Split server shutdown into tryShutdown and forceShutdown by murgatroid99 · 9 years ago
  96. aac8f14 Made deadline tests accept INTERNAL status by murgatroid99 · 9 years ago
  97. 2194cd8 Merge pull request #2942 from murgatroid99/node_parent_call by Michael Lumish · 9 years ago
  98. e13bfc0 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  99. bc15a78 Replaced remaining references to 'listen' with 'start' by murgatroid99 · 9 years ago
  100. c04c03c Resolved merge conflicts with master by murgatroid99 · 9 years ago