1. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  2. c646014 Large message latency improvements: remove a memcpy and a Buffer construtor call by murgatroid99 · 7 years ago
  3. a1eefce Improve Node benchmarks, add generic unary test by murgatroid99 · 7 years ago
  4. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  5. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  6. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  7. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  8. 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 7 years ago
  9. aaef11a Drop support for io.js, fix minor issue with node extension by murgatroid99 · 7 years ago
  10. 8f13427 Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility by Michael Lumish · 7 years ago
  11. 46a50d5 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.x by murgatroid99 · 7 years ago
  12. 37d274a Node add service: allow exact match to name in proto file, improve error reporting by murgatroid99 · 7 years ago
  13. 9d68158 Change argument validation in Server#addService by murgatroid99 · 7 years ago
  14. 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 7 years ago
  15. 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 7 years ago
  16. 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 7 years ago
  17. acd0ba0 Fix segfault in Node server destructor by murgatroid99 · 7 years ago
  18. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 7 years ago
  19. e00d63f Merge remote-tracking branch 'google/v1.1.x' by Nicolas "Pixel" Noble · 7 years ago
  20. fe6b328 Node: refactor non-uv completion queue wrapping code by Michael Lumish · 7 years ago
  21. 2b3e12c Update version to 1.1.2 by murgatroid99 · 7 years ago
  22. 98673fa Node: fix handling/propagation of server-side serialization errors by murgatroid99 · 7 years ago
  23. e15b5a4 Bump version to 1.1.1 by murgatroid99 · 8 years ago
  24. a171538 Node: Validate arguments to addService, fix a couple of minor issues by murgatroid99 · 8 years ago
  25. 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
  26. 4dcb786 Flagging version 1.1.0. by Nicolas "Pixel" Noble · 8 years ago
  27. e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  28. e3562b8 Fix merge error by Craig Tiller · 8 years ago
  29. c3b6d3a Fix merge error by Craig Tiller · 8 years ago
  30. ce7b981 Fix merge error by Craig Tiller · 8 years ago
  31. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  32. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  33. 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  34. da83b37 Changing versions from -dev to -pre1 on the release branch. by Nicolas "Pixel" Noble · 8 years ago
  35. f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
  36. 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  37. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  38. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  39. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  40. 433d3f1 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  41. e05c765 Merge pull request #8981 from murgatroid99/node_glibcxx_compatibility by Michael Lumish · 8 years ago
  42. 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  43. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
  44. c34cac2 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  45. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  46. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  47. 5eebc93 Make event order consistent, and make 'end' and 'error' mutually exclusive by murgatroid99 · 8 years ago
  48. a053f23 Make Node extension work with slice changes by murgatroid99 · 8 years ago
  49. 200ef28 Perform quit operations in a useful order in Node perf tests by murgatroid99 · 8 years ago
  50. c6bbc47 Replace usages of std::list with std::queue in Node extension by murgatroid99 · 8 years ago
  51. f1c85b0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  52. 45d4561 Add missing return by murgatroid99 · 8 years ago
  53. dbda920 Also propagate serialization errors in unary server responses by murgatroid99 · 8 years ago
  54. c13e2f5 Node: correctly bubble up errors caused by non-serializable writes by murgatroid99 · 8 years ago
  55. 9ea40c5 Make Node library compatible with lodash 3 by murgatroid99 · 8 years ago
  56. e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
  57. 013d203 Refactor uv/non-uv code in Node extension by murgatroid99 · 8 years ago
  58. fdbf733 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  59. eaf7964 Add test scripts for electron by murgatroid99 · 8 years ago
  60. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  61. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  62. b798231 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  63. 51fc01d Merge pull request #8419 from murgatroid99/node_express_benchmark by Michael Lumish · 8 years ago
  64. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  65. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  66. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  67. 50a730b Going 1.0.1. by Nicolas "Pixel" Noble · 8 years ago
  68. 5a38f2e Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  69. 9700788 Merge pull request #8449 from ncteisen/new_python_interop_tests by Noah Eisen · 8 years ago
  70. 0d34499 Remove status message check from node interop client by Noah Eisen · 8 years ago
  71. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  72. ba2d5a6 Remove deprecated V8 function call in Node library by murgatroid99 · 8 years ago
  73. 952b99c Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates by murgatroid99 · 8 years ago
  74. e207228 added new test to interop_sanity_test.js by Noah Eisen · 8 years ago
  75. a48afeb change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node by Noah Eisen · 8 years ago
  76. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  77. 5124452 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  78. 531172f Merge pull request #8208 from tcr/master by Michael Lumish · 8 years ago
  79. 3dc6701 Fix issues with express benchmark and synchronize package.json with template by murgatroid99 · 8 years ago
  80. b53e5d1 Create benchmark client and server for Node Express by murgatroid99 · 8 years ago
  81. c0aa97d Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  82. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  83. d1395d9 Update README.md by Jan Tattermusch · 8 years ago
  84. 197d87e Fix how Node touches an internal core header by Michael Lumish · 8 years ago
  85. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  86. 7e642e3 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  87. 8fecf28 Fix mismatched new[] and delete in Node extension code by murgatroid99 · 8 years ago
  88. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  89. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  90. b72e78e Fix typo in node.js README by Philipp Wahala · 8 years ago
  91. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  92. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  93. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  94. c0a64cd Update Node library dependencies and change deprecated function calls by murgatroid99 · 8 years ago
  95. c05df4f Merge pull request #7681 from murgatroid99/node_tools_integrate_plugin by Nicolas Noble · 8 years ago
  96. 54d8347 Merge pull request #7577 from murgatroid99/node_dependency_update by Nicolas Noble · 8 years ago
  97. 7f074e0 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  98. 80db7f8 Make Node grpc-tools protoc automatically call the plugin by murgatroid99 · 8 years ago
  99. 7df3597 Regenerate packages by murgatroid99 · 8 years ago
  100. a1c442a Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update by murgatroid99 · 8 years ago