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