murgatroid99
aaef11aa29
Drop support for io.js, fix minor issue with node extension
8 years ago
murgatroid99
37d274a0c6
Node add service: allow exact match to name in proto file, improve error reporting
8 years ago
murgatroid99
9d68158d13
Change argument validation in Server#addService
8 years ago
David Garcia Quintas
904e7f53ae
Introducing 1.2.0-pre1
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
Sree Kuchibhotla
39bc495a16
Node: Completion queue API changes
8 years ago
Muxi Yan
5c2d7e287b
Boost grpc version to v1.1.4
8 years ago
Ken Payson
fd6cc7de7b
Bump version to v1.1.3
8 years ago
murgatroid99
acd0ba0ca3
Fix segfault in Node server destructor
8 years ago
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
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
8 years ago
Michael Lumish
fe6b328a1b
Node: refactor non-uv completion queue wrapping code
8 years ago
murgatroid99
2b3e12ceee
Update version to 1.1.2
8 years ago
murgatroid99
98673fa349
Node: fix handling/propagation of server-side serialization errors
8 years ago
murgatroid99
e15b5a42af
Bump version to 1.1.1
8 years ago
murgatroid99
a171538b92
Node: Validate arguments to addService, fix a couple of minor issues
8 years ago
Craig Tiller
5cad46e218
Bump master version numbers
8 years ago
Nicolas "Pixel" Noble
4dcb7862bf
Flagging version 1.1.0.
8 years ago
Mark D. Roth
e6dd773dff
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Craig Tiller
e3562b8320
Fix merge error
8 years ago
Craig Tiller
c3b6d3a3eb
Fix merge error
8 years ago
Craig Tiller
ce7b981577
Fix merge error
8 years ago
Mark D. Roth
448c1f002c
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Nicolas "Pixel" Noble
da83b376eb
Changing versions from -dev to -pre1 on the release branch.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Eric Gribkoff
ced8702d1d
Enable advanced Java interop tests.
...
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.
8 years ago
murgatroid99
5eebc93b1d
Make event order consistent, and make 'end' and 'error' mutually exclusive
8 years ago
murgatroid99
a053f23b1d
Make Node extension work with slice changes
8 years ago
murgatroid99
200ef28796
Perform quit operations in a useful order in Node perf tests
8 years ago
murgatroid99
c6bbc4708c
Replace usages of std::list with std::queue in Node extension
8 years ago
murgatroid99
45d4561cd0
Add missing return
8 years ago
murgatroid99
dbda92064f
Also propagate serialization errors in unary server responses
8 years ago
murgatroid99
c13e2f5b03
Node: correctly bubble up errors caused by non-serializable writes
8 years ago
murgatroid99
9ea40c58f0
Make Node library compatible with lodash 3
8 years ago
murgatroid99
e2672c92b6
Some slice and resource quota updates to UV and Node code
9 years ago
murgatroid99
013d203d5d
Refactor uv/non-uv code in Node extension
9 years ago
murgatroid99
eaf7964001
Add test scripts for electron
9 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
9 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
9 years ago
Nicolas "Pixel" Noble
50a730bd1c
Going 1.0.1.
9 years ago
Noah Eisen
0d34499bed
Remove status message check from node interop client
...
The node interop client was checking that the status message for
the test unimplemented_method was an empty string. This behavior
is not guaranteed, and thus the check should be removed.
9 years ago
murgatroid99
ba2d5a678d
Remove deprecated V8 function call in Node library
9 years ago
Noah Eisen
e207228e9e
added new test to interop_sanity_test.js
9 years ago
Noah Eisen
a48afeb1f0
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
9 years ago
Tim Ryan
5124452ae5
Compiles with npm install --debug option.
9 years ago
murgatroid99
3dc67018a0
Fix issues with express benchmark and synchronize package.json with template
9 years ago
murgatroid99
b53e5d1f2b
Create benchmark client and server for Node Express
9 years ago
Jan Tattermusch
d1395d9a66
Update README.md
9 years ago
Michael Lumish
197d87e6ef
Fix how Node touches an internal core header
9 years ago
murgatroid99
2c287ca750
UV tests pass on linux
9 years ago