1. a9172d2 Simplified some code and added tests to increase code coverage by murgatroid99 · 9 years ago
  2. 7ee305c Merge pull request #4304 from jtattermusch/proto_cleanup by Michael Lumish · 9 years ago
  3. f3e92c4 Merge pull request #4321 from murgatroid99/node_benchmark_service by Jan Tattermusch · 9 years ago
  4. 56bab33 Merge pull request #4306 from jcanizales/merge-release by Jan Tattermusch · 9 years ago
  5. 8ef43bd update location of .protos in node by Jan Tattermusch · 9 years ago
  6. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  7. 6acc5f7 Fixed up the Node benchmark implementation by murgatroid99 · 9 years ago
  8. b469630 Refactored server.js and added a test to increase coverage by murgatroid99 · 9 years ago
  9. bcf193e Generalize metadata plugin arguments to future-proof it by murgatroid99 · 9 years ago
  10. 14d76fd Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  11. b531f76 Memory leak fix? by Seongjin Cho · 9 years ago
  12. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  13. 722f910 Fixed some bugs in node benchmark service by murgatroid99 · 9 years ago
  14. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  15. 5c3d571 Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  16. 8b77d61 Memory leak fix? by Seongjin Cho · 9 years ago
  17. fb40b81 Added most of what's needed for QPS benchmark measurement by murgatroid99 · 9 years ago
  18. 0592f72 Remove old performance measurement scripts by murgatroid99 · 9 years ago
  19. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  20. 35b6b94 Fixing node build. by Julien Boeuf · 9 years ago
  21. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  22. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  23. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  24. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  25. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  26. 3236607 Fixed incorrect type in a malloc in Node extension by murgatroid99 · 9 years ago
  27. 1099ace Ensure application and Node library user agent strings are together at the beginning by murgatroid99 · 9 years ago
  28. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  29. c8a5cc5 Add npm badge by Jan Tattermusch · 9 years ago
  30. 4cca1a5 Merge pull request #3886 from murgatroid99/node_file_comments by Tim Emiola · 9 years ago
  31. c90b109 Change error message in credentials test by murgatroid99 · 9 years ago
  32. cc19b94 Make Node interop client use default roots file path by murgatroid99 · 9 years ago
  33. 5901d90 Fixed lint errors by murgatroid99 · 9 years ago
  34. 7c0dbf8 Updated Node credentials API to match core API change by murgatroid99 · 9 years ago
  35. 70815ae Merge pull request #3878 from murgatroid99/node_remove_log_lines by Nicolas Noble · 9 years ago
  36. 3c769d6 Added some file-level comments to Node source files by murgatroid99 · 9 years ago
  37. 5fccd90 This is a library. It should not output logs to STDOUT by default by murgatroid99 · 9 years ago
  38. 2d12214 Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots by jboeuf · 9 years ago
  39. 6d6009f Distribute roots.pem with the Node package by murgatroid99 · 9 years ago
  40. c52dfac Fixed error in Node credentials test by murgatroid99 · 9 years ago
  41. 7cfee08 Added more tests, removed some unused code, fixed a bug by murgatroid99 · 9 years ago
  42. 71f5036 Added some more tests to increase coverage by murgatroid99 · 9 years ago
  43. 75a2bba Refactored some C++ code to improve code reuse by murgatroid99 · 9 years ago
  44. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  45. b733c74 Merge pull request #3760 from murgatroid99/node_unified_installation_failure by Jan Tattermusch · 9 years ago
  46. 5dbbd91 Revert "Added interval_us delay in Node interop server" by murgatroid99 · 9 years ago
  47. be13d81 Fixed some issues with the tests by murgatroid99 · 9 years ago
  48. eb185de Fixed some issues with the Node tests by murgatroid99 · 9 years ago
  49. 6374f9d Fix a couple of issues with the node interop client by murgatroid99 · 9 years ago
  50. b8ceb7c Added remaining implementable node interop tests, except compression by murgatroid99 · 9 years ago
  51. 30df27a Made Node interop client use all specified command line flags by murgatroid99 · 9 years ago
  52. 83815ea Added interval_us delay in Node interop server by murgatroid99 · 9 years ago
  53. a6a9a6d Add incompressible responses and status echoing to Node interop server by murgatroid99 · 9 years ago
  54. 2756fde Resolved merge conflicts by murgatroid99 · 9 years ago
  55. 4de94d4 Added more documentation to credentials.js 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. 4399679 Removed now-extaneous function by murgatroid99 · 9 years ago
  60. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  61. f20d7db Fixed issues with binary metadata type checking by murgatroid99 · 9 years ago
  62. 9b701e9 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  63. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  64. 54030dd Don't package tests in Node package by murgatroid99 · 9 years ago
  65. 2c641c6 Fixed up Node tests after math folder move by murgatroid99 · 9 years ago
  66. 0f93e43 Moved math proto and server to test folder by murgatroid99 · 9 years ago
  67. 42a2c4e Removed a bunch of Node files I don't need or use by murgatroid99 · 9 years ago
  68. 7cd632c Re-implemented call propagation tests to avoid race conditions by murgatroid99 · 9 years ago
  69. 08005ed Removed a pair of racy Node tests by murgatroid99 · 9 years ago
  70. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  71. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  72. 196188f Fixed node extension module name by murgatroid99 · 9 years ago
  73. 86ef17a Prevented composing insecure credentials by murgatroid99 · 9 years ago
  74. 35155ae Fixed missing item in Node library file list 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. d7d8337 Added code for extension coverage by murgatroid99 · 9 years ago
  78. a5a897d Removed now-redundant credentials wrappings by murgatroid99 · 9 years ago
  79. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  80. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  81. 8cde3d7 Implemented credentials plugin interface by murgatroid99 · 9 years ago
  82. 43a1479 Added test for using gRPC with other async operations by murgatroid99 · 9 years ago
  83. 8d4aec3 Added most of the plugin implementation by murgatroid99 · 9 years ago
  84. 2e85b04 Merged from master by murgatroid99 · 9 years ago
  85. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  86. b58f69d Merged from release_0.11 branch by murgatroid99 · 9 years ago
  87. e339f6f Fixed hang when using Node gRPC with other async operations by murgatroid99 · 9 years ago
  88. ada3f61 Added function signatures for plugin wrapping by murgatroid99 · 9 years ago
  89. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  90. 89a17fe Merge pull request #3365 from murgatroid99/node_nan_2.0 by Tim Emiola · 9 years ago
  91. ff0ba48 Update Node module to 0.11.1 in anticipation of point release by murgatroid99 · 9 years ago
  92. 62420a2 Merged from release_0.11 by murgatroid99 · 9 years ago
  93. 2b09783 Update to nan 2.0 by murgatroid99 · 9 years ago
  94. 1965810 Merge pull request #3341 from murgatroid99/node_memory_leak_0_11 by Tim Emiola · 9 years ago
  95. a59ee9a Fixed a couple of incorrect "this" references in Node library by murgatroid99 · 9 years ago
  96. 640325e Fixed memory leak in Buffer construction by murgatroid99 · 9 years ago
  97. 474f53b Fixed Op destructors not being called by murgatroid99 · 9 years ago
  98. 581846b Update debian install instructions, jessie-backports by Stanley Cheung · 9 years ago
  99. 0ff9238 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  100. c9f43e5 Fix bugs that were causing auth interop tests to fail by murgatroid99 · 9 years ago