aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
|\
| * Change argument validation in Server#addServiceGravatar murgatroid992017-03-09
| |
| * Introducing 1.2.0-pre1Gravatar David Garcia Quintas2017-03-09
| |
* | Bumped version to 1.3.0-devGravatar David Garcia Quintas2017-03-09
|/
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Fix segfault in Node server destructorGravatar murgatroid992017-02-22
| |
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
|\|
| * Node: refactor non-uv completion queue wrapping codeGravatar Michael Lumish2017-02-07
| |
| * Update version to 1.1.2Gravatar murgatroid992017-02-06
| |
| * Node: fix handling/propagation of server-side serialization errorsGravatar murgatroid992017-02-02
| |
| * Bump version to 1.1.1Gravatar murgatroid992017-01-31
| |
| * Node: Validate arguments to addService, fix a couple of minor issuesGravatar murgatroid992017-01-30
| |
* | Bump master version numbersGravatar Craig Tiller2017-01-30
| |
| * Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| |
| * Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-28
| |
* | Fix merge errorGravatar Craig Tiller2017-01-26
| |
* | Fix merge errorGravatar Craig Tiller2017-01-26
| |
* | Fix merge errorGravatar Craig Tiller2017-01-26
| |
* | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\ \
| * | Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
| | |
* | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
|\| |
| | * Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
| |/
| * Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
| |\ | | | | | | Revert "Metadata handling rewrite"
| * \ v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Manual resolution: - Force use of local distributions in Python-building in tools/run_tests/helper_scripts/build_python.sh.
* | | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |_|/ |/| | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/ /
* | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\ \
| * \ Merge branch 'master' into node_electron_buildGravatar murgatroid992017-01-12
| |\ \
| | | * Merge pull request #8981 from murgatroid99/node_glibcxx_compatibilityGravatar Michael Lumish2017-01-11
| | | |\ | | | | | | | | | | Replace usages of std::list with std::queue in Node extension
* | | | \ Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-06
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Enable advanced Java interop tests.Gravatar Eric Gribkoff2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior.
| | * | | Merge branch 'master' into node_electron_buildGravatar murgatroid992017-01-04
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| | | |
| * | | | v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh
| * | | | Make event order consistent, and make 'end' and 'error' mutually exclusiveGravatar murgatroid992016-12-13
| | | | |
* | | | | Make Node extension work with slice changesGravatar murgatroid992016-12-12
|/ / / /
* | | | Perform quit operations in a useful order in Node perf testsGravatar murgatroid992016-12-06
| | | |
| | | * Replace usages of std::list with std::queue in Node extensionGravatar murgatroid992016-12-06
| | | |
| | * | Merge branch 'master' into node_electron_buildGravatar murgatroid992016-12-05
| | |\ \ | |_|/ / |/| | |
| * | | Add missing returnGravatar murgatroid992016-12-01
| | | |
| * | | Also propagate serialization errors in unary server responsesGravatar murgatroid992016-12-01
| | | |
| * | | Node: correctly bubble up errors caused by non-serializable writesGravatar murgatroid992016-11-29
| | |/ | |/|
* | | Make Node library compatible with lodash 3Gravatar murgatroid992016-11-14
| | |
* | | Some slice and resource quota updates to UV and Node codeGravatar murgatroid992016-11-09
| | |
| | * Refactor uv/non-uv code in Node extensionGravatar murgatroid992016-11-01
| | |
| | * Merge branch 'master' into node_electron_buildGravatar murgatroid992016-11-01
| | |\
| | * | Add test scripts for electronGravatar murgatroid992016-11-01
| | | |
* | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-31
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
| |\| |