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