1. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  2. 2d5f853 Merge pull request #7203 from murgatroid99/node_separate_health_check by Nicolas Noble · 8 years ago
  3. 611bfc2 Add Node health check generated code and license files by murgatroid99 · 8 years ago
  4. 88eb42b Add grpc module pointer file for Node health check tests by murgatroid99 · 8 years ago
  5. c9579be Add Node health check package.json by murgatroid99 · 8 years ago
  6. 356758a Split Node health check code into a separate package and make it use static codegen by murgatroid99 · 8 years ago
  7. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  8. eac6243 Re-enable two Node credentials tests by murgatroid99 · 8 years ago
  9. 7d315da Merge release-0_15 into master by murgatroid99 · 8 years ago
  10. f519df8 Update version to 0.15.0 by murgatroid99 · 8 years ago
  11. 2dfcf14 Fix Node Windows build error by murgatroid99 · 8 years ago
  12. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  13. 9cb96ba Merge pull request #6747 from murgatroid99/node_logger_customization by Jan Tattermusch · 8 years ago
  14. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  15. e89aad0 updated node interop server by David Garcia Quintas · 8 years ago
  16. 5988716 Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 by Jan Tattermusch · 8 years ago
  17. 04e47f3 Direct additional log statement through custom logger by murgatroid99 · 8 years ago
  18. 40f5726 Node QPS worker: wait for clients to be ready before making calls by murgatroid99 · 8 years ago
  19. 43b6373 Add well known protos to Node and Ruby tools packages by murgatroid99 · 8 years ago
  20. 11ca9d8 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments by Jan Tattermusch · 8 years ago
  21. 1d2f289 Add timestamps to custom log output by murgatroid99 · 8 years ago
  22. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  23. 4a43fe4 Minor change to common.js by murgatroid99 · 8 years ago
  24. 9b9708a Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger by murgatroid99 · 8 years ago
  25. c04f7b1 Remember to unref the slice by murgatroid99 · 8 years ago
  26. 8678bb4 Remove extraneous logging code by murgatroid99 · 8 years ago
  27. c04b80c Make Node not segfault when it receives a compressed message by murgatroid99 · 8 years ago
  28. 325a059 Mark port as non-listening by Craig Tiller · 8 years ago
  29. 210f3c4 Added comments to node generation, also refactored some plugin code by murgatroid99 · 8 years ago
  30. 38c6cfb Merge pull request #6536 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  31. 8291274 Fixed variable by murgatroid99 · 8 years ago
  32. 87f9e66 Fix encoding and piping problems with Node plugin wrapper by murgatroid99 · 8 years ago
  33. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  34. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  35. d0cdd04 Merge pull request #6452 from stanley-cheung/node-math-server-minor-bug by Jan Tattermusch · 8 years ago
  36. de88da9 Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing by Nicolas Noble · 8 years ago
  37. 585ceca Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  38. c3eb649 node: fix math server minor bug by Stanley Cheung · 8 years ago
  39. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  40. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  41. 2b6a2ab Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  42. 8a6efb7 Node tools: use the right extension for running protoc on Windows by murgatroid99 · 8 years ago
  43. 2c21e5c Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging by Jan Tattermusch · 8 years ago
  44. 64ec84c Merge pull request #6325 from murgatroid99/node_default_roots by Jan Tattermusch · 8 years ago
  45. 5512a5f Merge pull request #6322 from murgatroid99/node_service_default_method by Jan Tattermusch · 8 years ago
  46. 6f60766 Load default roots.pem in Node via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  47. d79b7ab Merge pull request #6300 from dmitriykovalev/master by Jan Tattermusch · 8 years ago
  48. 92b8dec Make Node servers warn instead of fail when a method is missing a handler by murgatroid99 · 8 years ago
  49. 8658b17 Fixed minor Node compilation issue by murgatroid99 · 8 years ago
  50. 110e07a Added node plugin to grpc-tools npm package, updated build_package_node by murgatroid99 · 8 years ago
  51. a49e730 Merge pull request #5445 from murgatroid99/node_protoc_plugin by Jan Tattermusch · 8 years ago
  52. 79a75e2 Fixing invalid usage of getProtobufServiceAttrs() function. by Dmitry Kovalev · 8 years ago
  53. 792b302 Added file that lets generated code import grpc by murgatroid99 · 8 years ago
  54. 1899743 Use math test to test generated code by murgatroid99 · 8 years ago
  55. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  56. c578e44 add some console messages to node qps worker by Jan Tattermusch · 8 years ago
  57. c236a21 Merge pull request #6109 from murgatroid99/node_grpc_tools_package by Nicolas Noble · 8 years ago
  58. 2dc8442 Created node tools package to distribute protoc and eventually the plugin by murgatroid99 · 8 years ago
  59. 54fa9e4 address code review comments by Sree Kuchibhotla · 8 years ago
  60. 5d27e8f Correct a typo in the spec by Sree Kuchibhotla · 8 years ago
  61. 25058c9 Merge pull request #6032 from murgatroid99/node_stress_client by Jan Tattermusch · 8 years ago
  62. 2b95153 Expanded comment about Client class in stress_client by murgatroid99 · 8 years ago
  63. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  64. a8cd6dc Fixed minor bug in metrics server, added metrics client by murgatroid99 · 8 years ago
  65. 70788e1 Node stress test client by murgatroid99 · 8 years ago
  66. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 8 years ago
  67. 51b81c1 Make option passing down to the client constructor more consistent by murgatroid99 · 8 years ago
  68. 34fe47e Merge pull request #5934 from murgatroid99/node_performance_test_improvements by Jan Tattermusch · 8 years ago
  69. 36da240 Merge pull request #5941 from murgatroid99/node_error_code_compliance_2 by Jan Tattermusch · 8 years ago
  70. 518e0c1 Merge pull request #5837 from sreecha/grpc_fixit_node by Jan Tattermusch · 8 years ago
  71. 0cdf047 Fix Node status code usage to match spec by murgatroid99 · 8 years ago
  72. e7964dd Fix the link again: Third time's a charm! by Sree Kuchibhotla · 8 years ago
  73. b5a1ff5 Try fixing the link again by Sree Kuchibhotla · 8 years ago
  74. 26cbe1e Fix broken link by Sree Kuchibhotla · 8 years ago
  75. 294c5d8 Address review feedback by Sree Kuchibhotla · 8 years ago
  76. e9b3af8 Fixed import by murgatroid99 · 8 years ago
  77. 9e3e0ab Added generic service client and server to Node perf tests by murgatroid99 · 8 years ago
  78. 27b8d90 Add option to use old client method argument order for now by murgatroid99 · 8 years ago
  79. ffdeda1 Fixed copyright by murgatroid99 · 8 years ago
  80. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 8 years ago
  81. 2445456 DocFixit: Troubleshooting info for Windows and some minor tweaks by Sree Kuchibhotla · 8 years ago
  82. 4718a38 Unref uv_async after construction to avoid blocking at shutdown by murgatroid99 · 8 years ago
  83. 25269f0 Fixed copyright by murgatroid99 · 8 years ago
  84. 7fb87e7 Removed unnecessary include by murgatroid99 · 8 years ago
  85. 734c8db Node: made call credentials properly use UV async events. Also deleted some log lines by murgatroid99 · 8 years ago
  86. 1d2933a Merge branch 'master' into node_bad_message_handling by murgatroid99 · 8 years ago
  87. 6387add Merge pull request #5540 from soltanmm/upmerge by Craig Tiller · 8 years ago
  88. 4046492 Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc by LisaFC · 8 years ago
  89. 0e65fb3 Node: propagate read errors back down to core by murgatroid99 · 8 years ago
  90. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 8 years ago
  91. 11ce4ff update min node version by Stanley Cheung · 8 years ago
  92. 357871f Merge remote-tracking branch 'upstream/release-0_13' by Masood Malekghassemi · 8 years ago
  93. ef3528e Make client properly report when message deserialization fails by murgatroid99 · 8 years ago
  94. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 8 years ago
  95. b912508 Merge pull request #5331 from murgatroid99/node_message_reflection_info by Jan Tattermusch · 8 years ago
  96. af0e248 Fix copyrights by murgatroid99 · 8 years ago
  97. a3d7794 Add more reflection information to Node client classes by murgatroid99 · 8 years ago
  98. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 8 years ago
  99. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  100. 5acbb9c Sanitize files by murgatroid99 · 8 years ago