index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
test
Commit message (
Collapse
)
Author
Age
*
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4
murgatroid99
2017-04-13
|
\
*
|
Fix a couple of issues with the use of the Protobuf.js API
murgatroid99
2017-04-04
|
|
*
|
Merge branch 'master' into node_protobuf_js_6_upgrade
Michael Lumish
2017-03-24
|
\
|
*
|
Add enumsAsStrings option, as the original upgrade PR did
murgatroid99
2017-03-23
|
|
*
|
Improve ProtoBuf.js version heuristic, add tests for oneof decoding
murgatroid99
2017-03-21
|
|
*
|
Ensure arguments are validated before they are serialized, unskip some tests
murgatroid99
2017-03-20
|
|
*
|
Autodetect ProtoBuf.js version in grpc.loadObject
murgatroid99
2017-03-17
|
|
*
|
Upgrade Node dependency on Protobuf.js to version 6
murgatroid99
2017-03-17
|
|
|
*
Node add service: allow exact match to name in proto file, improve error ↵
murgatroid99
2017-03-10
|
/
|
|
|
reporting
*
Node: fix handling/propagation of server-side serialization errors
murgatroid99
2017-02-02
|
*
Merge branch 'master' into node_electron_build
murgatroid99
2017-01-04
|
\
|
*
Make event order consistent, and make 'end' and 'error' mutually exclusive
murgatroid99
2016-12-13
|
|
*
|
Add test scripts for electron
murgatroid99
2016-11-01
|
/
*
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-25
|
\
|
*
added new test to interop_sanity_test.js
Noah Eisen
2016-10-24
|
|
*
|
Add a libuv endpoint to the C core, for use in the Node library
murgatroid99
2016-09-16
|
/
*
Fix error handling authentication errors with non-numeric error codes
murgatroid99
2016-08-02
|
*
Split Node health check code into a separate package and make it use static ↵
murgatroid99
2016-07-01
|
|
|
|
codegen
*
Re-enable two Node credentials tests
murgatroid99
2016-06-28
|
*
Added comments to node generation, also refactored some plugin code
murgatroid99
2016-05-20
|
*
node: fix math server minor bug
Stanley Cheung
2016-05-06
|
*
Make Node servers warn instead of fail when a method is missing a handler
murgatroid99
2016-04-27
|
*
Added file that lets generated code import grpc
murgatroid99
2016-04-20
|
*
Use math test to test generated code
murgatroid99
2016-04-20
|
*
Update copyrights
Craig Tiller
2016-03-31
|
*
Merge pull request #5900 from murgatroid99/node_callback_convention
Nicolas Noble
2016-03-28
|
\
|
|
|
|
Follow Node's callback-last convention for client calls
*
|
Fix Node status code usage to match spec
murgatroid99
2016-03-23
|
|
|
*
Fixed copyright
murgatroid99
2016-03-21
|
|
|
*
Follow Node's callback-last convention for client calls
murgatroid99
2016-03-21
|
/
*
Fix race between parsing messages and receiving status in Node client
murgatroid99
2016-03-04
|
*
Sanitize files
murgatroid99
2016-02-17
|
*
Add tests and documentation for new options
murgatroid99
2016-02-17
|
*
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
David Garcia Quintas
2016-01-27
|
\
|
*
Merge branch 'master' into node_binary_precompile
murgatroid99
2016-01-26
|
|
\
|
|
/
|
/
|
|
*
Fix Node test lint error
murgatroid99
2016-01-20
|
|
|
*
Completed integration of node-pre-gyp into Node library
murgatroid99
2016-01-20
|
|
*
|
Updated copyrights...
David Garcia Quintas
2016-01-15
|
|
*
|
Added sanity check for trailing newlines
David Garcia Quintas
2016-01-14
|
/
*
Simplified some code and added tests to increase code coverage
murgatroid99
2015-12-09
|
*
update location of .protos in node
Jan Tattermusch
2015-12-07
|
*
consolidate math.proto and health.proto
Jan Tattermusch
2015-12-07
|
*
Refactored server.js and added a test to increase coverage
murgatroid99
2015-12-07
|
*
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
*
\
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
\
|
|
*
Updating the server1 cert so that it can be used with Go.
Julien Boeuf
2015-11-09
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
*
|
Change error message in credentials test
murgatroid99
2015-10-27
|
|
*
|
Fixed lint errors
murgatroid99
2015-10-21
|
|
*
|
Updated Node credentials API to match core API change
murgatroid99
2015-10-20
|
|
|
*
This is a library. It should not output logs to STDOUT by default
murgatroid99
2015-10-19
|
/
*
Fixed error in Node credentials test
murgatroid99
2015-10-13
|
[next]