1. 34fe47e Merge pull request #5934 from murgatroid99/node_performance_test_improvements by Jan Tattermusch · 8 years ago
  2. 36da240 Merge pull request #5941 from murgatroid99/node_error_code_compliance_2 by Jan Tattermusch · 8 years ago
  3. 518e0c1 Merge pull request #5837 from sreecha/grpc_fixit_node by Jan Tattermusch · 8 years ago
  4. 0cdf047 Fix Node status code usage to match spec by murgatroid99 · 8 years ago
  5. e7964dd Fix the link again: Third time's a charm! by Sree Kuchibhotla · 8 years ago
  6. b5a1ff5 Try fixing the link again by Sree Kuchibhotla · 8 years ago
  7. 26cbe1e Fix broken link by Sree Kuchibhotla · 8 years ago
  8. 294c5d8 Address review feedback by Sree Kuchibhotla · 8 years ago
  9. e9b3af8 Fixed import by murgatroid99 · 8 years ago
  10. 9e3e0ab Added generic service client and server to Node perf tests by murgatroid99 · 8 years ago
  11. 2445456 DocFixit: Troubleshooting info for Windows and some minor tweaks by Sree Kuchibhotla · 8 years ago
  12. 4718a38 Unref uv_async after construction to avoid blocking at shutdown by murgatroid99 · 8 years ago
  13. 25269f0 Fixed copyright by murgatroid99 · 8 years ago
  14. 7fb87e7 Removed unnecessary include by murgatroid99 · 8 years ago
  15. 734c8db Node: made call credentials properly use UV async events. Also deleted some log lines by murgatroid99 · 8 years ago
  16. 1d2933a Merge branch 'master' into node_bad_message_handling by murgatroid99 · 8 years ago
  17. 6387add Merge pull request #5540 from soltanmm/upmerge by Craig Tiller · 8 years ago
  18. 4046492 Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc by LisaFC · 8 years ago
  19. 0e65fb3 Node: propagate read errors back down to core by murgatroid99 · 8 years ago
  20. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 8 years ago
  21. 11ce4ff update min node version by Stanley Cheung · 8 years ago
  22. 357871f Merge remote-tracking branch 'upstream/release-0_13' by Masood Malekghassemi · 8 years ago
  23. ef3528e Make client properly report when message deserialization fails by murgatroid99 · 8 years ago
  24. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 8 years ago
  25. b912508 Merge pull request #5331 from murgatroid99/node_message_reflection_info by Jan Tattermusch · 8 years ago
  26. af0e248 Fix copyrights by murgatroid99 · 8 years ago
  27. a3d7794 Add more reflection information to Node client classes by murgatroid99 · 8 years ago
  28. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 8 years ago
  29. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  30. 5acbb9c Sanitize files by murgatroid99 · 8 years ago
  31. 654d254 Add tests and documentation for new options by murgatroid99 · 8 years ago
  32. c02910b Node: add options to modify ProtoBuf behavior by murgatroid99 · 8 years ago
  33. f74a67b Rename to reduce confusion by vjpai · 8 years ago
  34. 777777e Pass delete[] explicitely to Nan::NewBuffer. by Patryk Lesiewicz · 8 years ago
  35. 7a55684 Clang format and fix copyrights by murgatroid99 · 8 years ago
  36. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 8 years ago
  37. bcfe99a Merge pull request #5008 from vjpai/worker_quit by Michael Lumish · 8 years ago
  38. 38460b8 Implement core_count RPC for Node.JS to track new master version of services.proto and control.proto by Vijay Pai · 9 years ago
  39. d99ed6b Add quit option to Node.js worker by Vijay Pai · 9 years ago
  40. 1c686e8 Merge pull request #4952 from murgatroid99/node_windows_compile by Nicolas Noble · 9 years ago
  41. 2fedbec Fix a typo by Vijay Pai · 9 years ago
  42. 5919e81 Remove host option from ServerConfig proto since it is error-prone and by Vijay Pai · 9 years ago
  43. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  44. e2f3465 Make Node library build on Windows by Michael Lumish · 9 years ago
  45. 59ab169 Fix copyrights by murgatroid99 · 9 years ago
  46. 83e748f Merge pull request #4887 from wilhuff/buffer-new by Michael Lumish · 9 years ago
  47. 240eab7 Merge branch 'master' into node_binary_precompile by murgatroid99 · 9 years ago
  48. 16110ee Allocate node Buffer contents with new[] by Marek Gilbert · 9 years ago
  49. fc32e62 Fix Node test lint error by murgatroid99 · 9 years ago
  50. e190f35 Completed integration of node-pre-gyp into Node library by murgatroid99 · 9 years ago
  51. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  52. 17fe83b Merge branch 'master' of github.com:grpc/grpc into check_newlines by David Garcia Quintas · 9 years ago
  53. ecda59b Merge pull request #4743 from murgatroid99/node_doc_gen_config_update by Michael Lumish · 9 years ago
  54. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  55. d50a4ee Merge pull request #4709 from murgatroid99/node_method_names_no_capitalize by Michael Lumish · 9 years ago
  56. f7f4f57 Update Node API documentation generation configuration for move to repo root by murgatroid99 · 9 years ago
  57. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  58. 6cf15e0 Updated copyright in node/common.js by murgatroid99 · 9 years ago
  59. 4080921 Update copyrights by murgatroid99 · 9 years ago
  60. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  61. 4cfb01d Don't modify proto method names in service paths in Node library by murgatroid99 · 9 years ago
  62. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  63. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  64. cd92509 Update some wrapped stuff by Craig Tiller · 9 years ago
  65. ad8bc06 Merge pull request #4640 from murgatroid99/node_use_core_metadata_check by Craig Tiller · 9 years ago
  66. f776f90 Make Node library use core metadata validation instead of duplicating it by murgatroid99 · 9 years ago
  67. 496ca76 Fixed a too-long line in a file by murgatroid99 · 9 years ago
  68. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  69. 72dcfc7 Fix a couple of minor issues in the Node library by murgatroid99 · 9 years ago
  70. 221ae63 Added support for ResponseParameters.interval_us to the Node interop server by murgatroid99 · 9 years ago
  71. a9172d2 Simplified some code and added tests to increase code coverage by murgatroid99 · 9 years ago
  72. 7ee305c Merge pull request #4304 from jtattermusch/proto_cleanup by Michael Lumish · 9 years ago
  73. f3e92c4 Merge pull request #4321 from murgatroid99/node_benchmark_service by Jan Tattermusch · 9 years ago
  74. 56bab33 Merge pull request #4306 from jcanizales/merge-release by Jan Tattermusch · 9 years ago
  75. 8ef43bd update location of .protos in node by Jan Tattermusch · 9 years ago
  76. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  77. 6acc5f7 Fixed up the Node benchmark implementation by murgatroid99 · 9 years ago
  78. b469630 Refactored server.js and added a test to increase coverage by murgatroid99 · 9 years ago
  79. bcf193e Generalize metadata plugin arguments to future-proof it by murgatroid99 · 9 years ago
  80. 14d76fd Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  81. b531f76 Memory leak fix? by Seongjin Cho · 9 years ago
  82. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  83. 722f910 Fixed some bugs in node benchmark service by murgatroid99 · 9 years ago
  84. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  85. 5c3d571 Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  86. 8b77d61 Memory leak fix? by Seongjin Cho · 9 years ago
  87. fb40b81 Added most of what's needed for QPS benchmark measurement by murgatroid99 · 9 years ago
  88. 0592f72 Remove old performance measurement scripts by murgatroid99 · 9 years ago
  89. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  90. 35b6b94 Fixing node build. by Julien Boeuf · 9 years ago
  91. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  92. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  93. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  94. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  95. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  96. 3236607 Fixed incorrect type in a malloc in Node extension by murgatroid99 · 9 years ago
  97. 1099ace Ensure application and Node library user agent strings are together at the beginning by murgatroid99 · 9 years ago
  98. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  99. c8a5cc5 Add npm badge by Jan Tattermusch · 9 years ago
  100. 4cca1a5 Merge pull request #3886 from murgatroid99/node_file_comments by Tim Emiola · 9 years ago