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