- 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 92e0fee Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 8 years ago
- a41fd5b Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 by murgatroid99 · 8 years ago
- aa5a928 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 70a2a4b Bump version to 1.2.4 by murgatroid99 · 8 years ago
- 43713e6 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD by Jan Tattermusch · 8 years ago
- 017a335 Only delete core-level server if shutdown was successful by murgatroid99 · 8 years ago
- 803392e Node server: add NULL check to tryShutdown by murgatroid99 · 8 years ago
- c22d62f Move ForceShutdown completion handling to new OnComplete method by murgatroid99 · 8 years ago
- 42cfaa9 Add native tag completion callbacks, dispose of server after tryShutdown succeeds by murgatroid99 · 8 years ago
- 79962f3 Refactor tag completion handling into one function by murgatroid99 · 8 years ago
- f2b949b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 7b9f97b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 7cfa1bf Bump version to 1.2.3 by murgatroid99 · 8 years ago
- a78582b Ignore a couple of errors in the Node express benchmark by murgatroid99 · 8 years ago
- bbf4e5b Merge pull request #10468 from murgatroid99/node_call_destruction_bug by Michael Lumish · 8 years ago
- a075688 Merge pull request #10503 from murgatroid99/node_memory_leak_2 by Michael Lumish · 8 years ago
- 2a4ea2d Node: consolidate call destruction logic by murgatroid99 · 8 years ago
- a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- a8052c7 Correct use of ProtoBuf.js 6 message encoding API by murgatroid99 · 8 years ago
- 77e06b2 Node: fix leak of sent metadata by murgatroid99 · 8 years ago
- 7fb2129 Merge branch 'master' into node_protobuf_js_6_upgrade by murgatroid99 · 8 years ago
- f712ae7 Fix a couple of issues with the use of the Protobuf.js API by murgatroid99 · 8 years ago
- 130568e Fix call destruction bug by murgatroid99 · 8 years ago
- c84d67e Keep changes from #10093 by murgatroid99 · 8 years ago
- a5ea8f2 Fix serializer error handling, update ProtoBuf.js dependency by murgatroid99 · 8 years ago
- 753b054 Properly unref some slices in Node glue code by murgatroid99 · 8 years ago
- 0be726b bump version to 1.2.2 by Jan Tattermusch · 8 years ago
- c646014 Large message latency improvements: remove a memcpy and a Buffer construtor call by murgatroid99 · 8 years ago
- a1eefce Improve Node benchmarks, add generic unary test by murgatroid99 · 8 years ago
- 484871b Bump version to 1.2.1 by Ken Payson · 8 years ago
- cbe5036 Merge branch 'master' into node_protobuf_js_6_upgrade by Michael Lumish · 8 years ago
- 69c2717 bump v1.2.x branch version to 1.2.1-pre2 by Alexander Polcyn · 8 years ago
- 944a56f Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- ac7f90d Add enumsAsStrings option, as the original upgrade PR did by murgatroid99 · 8 years ago
- e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 8 years ago
- ef8857e Node changes by Sree Kuchibhotla · 8 years ago
- c1b758f Use new oneofs option in deserialize call by murgatroid99 · 8 years ago
- b306854 Improve ProtoBuf.js version heuristic, add tests for oneof decoding by murgatroid99 · 8 years ago
- 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
- 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 8 years ago
- c8e6ac4 Ensure arguments are validated before they are serialized, unskip some tests by murgatroid99 · 8 years ago
- 69e5a28 Going for 1.2.0 by David Garcia Quintas · 8 years ago
- b1a0231 Autodetect ProtoBuf.js version in grpc.loadObject by murgatroid99 · 8 years ago
- b5b5f02 Upgrade Node dependency on Protobuf.js to version 6 by murgatroid99 · 8 years ago
- 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 8 years ago
- aaef11a Drop support for io.js, fix minor issue with node extension by murgatroid99 · 8 years ago
- 8f13427 Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility by Michael Lumish · 8 years ago
- 46a50d5 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.x by murgatroid99 · 8 years ago
- 37d274a Node add service: allow exact match to name in proto file, improve error reporting by murgatroid99 · 8 years ago
- 9d68158 Change argument validation in Server#addService by murgatroid99 · 8 years ago
- 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 8 years ago
- 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 8 years ago
- 39bc495 Node: Completion queue API changes by Sree Kuchibhotla · 8 years ago
- 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 8 years ago
- acd0ba0 Fix segfault in Node server destructor by murgatroid99 · 8 years ago
- 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 8 years ago
- e00d63f Merge remote-tracking branch 'google/v1.1.x' by Nicolas "Pixel" Noble · 8 years ago
- fe6b328 Node: refactor non-uv completion queue wrapping code by Michael Lumish · 8 years ago
- 2b3e12c Update version to 1.1.2 by murgatroid99 · 8 years ago
- 98673fa Node: fix handling/propagation of server-side serialization errors by murgatroid99 · 8 years ago
- e15b5a4 Bump version to 1.1.1 by murgatroid99 · 8 years ago
- a171538 Node: Validate arguments to addService, fix a couple of minor issues by murgatroid99 · 8 years ago
- 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
- 4dcb786 Flagging version 1.1.0. by Nicolas "Pixel" Noble · 8 years ago
- e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
- e3562b8 Fix merge error by Craig Tiller · 8 years ago
- c3b6d3a Fix merge error by Craig Tiller · 8 years ago
- ce7b981 Fix merge error by Craig Tiller · 8 years ago
- afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
- 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
- 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
- da83b37 Changing versions from -dev to -pre1 on the release branch. by Nicolas "Pixel" Noble · 8 years ago
- f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
- 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
- 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
- 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
- aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
- 433d3f1 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
- e05c765 Merge pull request #8981 from murgatroid99/node_glibcxx_compatibility by Michael Lumish · 8 years ago
- 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
- ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
- c34cac2 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
- ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
- 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
- 5eebc93 Make event order consistent, and make 'end' and 'error' mutually exclusive by murgatroid99 · 8 years ago
- a053f23 Make Node extension work with slice changes by murgatroid99 · 8 years ago
- 200ef28 Perform quit operations in a useful order in Node perf tests by murgatroid99 · 8 years ago
- c6bbc47 Replace usages of std::list with std::queue in Node extension by murgatroid99 · 8 years ago
- f1c85b0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
- 45d4561 Add missing return by murgatroid99 · 8 years ago
- dbda920 Also propagate serialization errors in unary server responses by murgatroid99 · 8 years ago
- c13e2f5 Node: correctly bubble up errors caused by non-serializable writes by murgatroid99 · 8 years ago
- 9ea40c5 Make Node library compatible with lodash 3 by murgatroid99 · 8 years ago
- e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
- 013d203 Refactor uv/non-uv code in Node extension by murgatroid99 · 8 years ago
- fdbf733 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
- eaf7964 Add test scripts for electron by murgatroid99 · 8 years ago
- 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago