1. 70815ae Merge pull request #3878 from murgatroid99/node_remove_log_lines by Nicolas Noble · 9 years ago
  2. 5fccd90 This is a library. It should not output logs to STDOUT by default by murgatroid99 · 9 years ago
  3. 2d12214 Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots by jboeuf · 9 years ago
  4. 6d6009f Distribute roots.pem with the Node package by murgatroid99 · 9 years ago
  5. c52dfac Fixed error in Node credentials test by murgatroid99 · 9 years ago
  6. 7cfee08 Added more tests, removed some unused code, fixed a bug by murgatroid99 · 9 years ago
  7. 71f5036 Added some more tests to increase coverage by murgatroid99 · 9 years ago
  8. 75a2bba Refactored some C++ code to improve code reuse by murgatroid99 · 9 years ago
  9. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  10. b733c74 Merge pull request #3760 from murgatroid99/node_unified_installation_failure by Jan Tattermusch · 9 years ago
  11. 5dbbd91 Revert "Added interval_us delay in Node interop server" by murgatroid99 · 9 years ago
  12. be13d81 Fixed some issues with the tests by murgatroid99 · 9 years ago
  13. eb185de Fixed some issues with the Node tests by murgatroid99 · 9 years ago
  14. 6374f9d Fix a couple of issues with the node interop client by murgatroid99 · 9 years ago
  15. b8ceb7c Added remaining implementable node interop tests, except compression by murgatroid99 · 9 years ago
  16. 30df27a Made Node interop client use all specified command line flags by murgatroid99 · 9 years ago
  17. 83815ea Added interval_us delay in Node interop server by murgatroid99 · 9 years ago
  18. a6a9a6d Add incompressible responses and status echoing to Node interop server by murgatroid99 · 9 years ago
  19. 2756fde Resolved merge conflicts by murgatroid99 · 9 years ago
  20. 4de94d4 Added more documentation to credentials.js by murgatroid99 · 9 years ago
  21. 8d5396a Resolved merge conflicts by murgatroid99 · 9 years ago
  22. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  23. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  24. 4399679 Removed now-extaneous function by murgatroid99 · 9 years ago
  25. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  26. f20d7db Fixed issues with binary metadata type checking by murgatroid99 · 9 years ago
  27. 9b701e9 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  28. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  29. 54030dd Don't package tests in Node package by murgatroid99 · 9 years ago
  30. 2c641c6 Fixed up Node tests after math folder move by murgatroid99 · 9 years ago
  31. 0f93e43 Moved math proto and server to test folder by murgatroid99 · 9 years ago
  32. 42a2c4e Removed a bunch of Node files I don't need or use by murgatroid99 · 9 years ago
  33. 7cd632c Re-implemented call propagation tests to avoid race conditions by murgatroid99 · 9 years ago
  34. 08005ed Removed a pair of racy Node tests by murgatroid99 · 9 years ago
  35. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  36. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  37. 196188f Fixed node extension module name by murgatroid99 · 9 years ago
  38. 86ef17a Prevented composing insecure credentials by murgatroid99 · 9 years ago
  39. 35155ae Fixed missing item in Node library file list by murgatroid99 · 9 years ago
  40. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  41. 5f709ca Split Credentials into two types by murgatroid99 · 9 years ago
  42. d7d8337 Added code for extension coverage by murgatroid99 · 9 years ago
  43. a5a897d Removed now-redundant credentials wrappings by murgatroid99 · 9 years ago
  44. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  45. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  46. 8cde3d7 Implemented credentials plugin interface by murgatroid99 · 9 years ago
  47. 43a1479 Added test for using gRPC with other async operations by murgatroid99 · 9 years ago
  48. 8d4aec3 Added most of the plugin implementation by murgatroid99 · 9 years ago
  49. 2e85b04 Merged from master by murgatroid99 · 9 years ago
  50. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  51. b58f69d Merged from release_0.11 branch by murgatroid99 · 9 years ago
  52. e339f6f Fixed hang when using Node gRPC with other async operations by murgatroid99 · 9 years ago
  53. ada3f61 Added function signatures for plugin wrapping by murgatroid99 · 9 years ago
  54. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  55. 89a17fe Merge pull request #3365 from murgatroid99/node_nan_2.0 by Tim Emiola · 9 years ago
  56. ff0ba48 Update Node module to 0.11.1 in anticipation of point release by murgatroid99 · 9 years ago
  57. 62420a2 Merged from release_0.11 by murgatroid99 · 9 years ago
  58. 2b09783 Update to nan 2.0 by murgatroid99 · 9 years ago
  59. 1965810 Merge pull request #3341 from murgatroid99/node_memory_leak_0_11 by Tim Emiola · 9 years ago
  60. a59ee9a Fixed a couple of incorrect "this" references in Node library by murgatroid99 · 9 years ago
  61. 640325e Fixed memory leak in Buffer construction by murgatroid99 · 9 years ago
  62. 474f53b Fixed Op destructors not being called by murgatroid99 · 9 years ago
  63. 581846b Update debian install instructions, jessie-backports by Stanley Cheung · 9 years ago
  64. 0ff9238 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  65. c9f43e5 Fix bugs that were causing auth interop tests to fail by murgatroid99 · 9 years ago
  66. b6c6efd Update Node verison to 0.11 and status to 'Beta' by murgatroid99 · 9 years ago
  67. cc5516b Merge pull request #2704 from murgatroid99/node_method_name_conflicts by Tim Emiola · 9 years ago
  68. c7b488d Remove redundant Node route guide examples by murgatroid99 · 9 years ago
  69. faaf298 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  70. aec4ac8 update debian unstable to testing by Stanley Cheung · 9 years ago
  71. 036bf58 Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup by Yang Gao · 9 years ago
  72. 76ba1ff Switched to using static functions for accessing Client properties by murgatroid99 · 9 years ago
  73. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  74. 9708425 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  75. 956e411 Merge pull request #3012 from murgatroid99/node_metadata_class by Tim Emiola · 9 years ago
  76. 7d58aba Emit proper status when failing to parse server stream by murgatroid99 · 9 years ago
  77. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  78. 047f20d Make single-response calls emit INTERNAL status for unparseable responses by murgatroid99 · 9 years ago
  79. 6f1e2ea Merge branch 'node_metadata_class' into node_error_code_compliance by murgatroid99 · 9 years ago
  80. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  81. 4ad4003 Fixed handling of binary metadata values by murgatroid99 · 9 years ago
  82. dd7e017 Fixed handling of binary metadata values by murgatroid99 · 9 years ago
  83. e634f9a Fixed the tests by murgatroid99 · 9 years ago
  84. 1eb113c Add metadata echo functionality to interop server, and corresponding interop test by murgatroid99 · 9 years ago
  85. 5390692 Merge branch 'node_metadata_class' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  86. da22c15 Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown by Tim Emiola · 9 years ago
  87. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  88. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  89. da96957 Merge branch 'master' into node_server_graceful_shutdown by murgatroid99 · 9 years ago
  90. 4e53265 Changed prefixed Client properties to distinguish private and public properties by murgatroid99 · 9 years ago
  91. b7e55a2 Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs by Tim Emiola · 9 years ago
  92. 1e9dd32 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  93. 3cb49e0 Update node health check service by yang-g · 9 years ago
  94. dde19d8 Allowed underscore in metadata keys by murgatroid99 · 9 years ago
  95. 61bb21a Reversed toLowerCase removal by murgatroid99 · 9 years ago
  96. 5df6ebd Replaced toLowerCase with local-insensitive downcasing function by murgatroid99 · 9 years ago
  97. 01a7720 Moved key character check to before key transformation by murgatroid99 · 9 years ago
  98. 6b8a3a7 Normalize keys when getting and removing metadata items by murgatroid99 · 9 years ago
  99. cc248a2 Added string value validation, modified key normalization and validation by murgatroid99 · 9 years ago
  100. 6f98162 Merge pull request #2999 from murgatroid99/node_test_fixes by Tim Emiola · 9 years ago