index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
index.js
Commit message (
Expand
)
Author
Age
*
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
*
Autodetect ProtoBuf.js version in grpc.loadObject
murgatroid99
2017-03-17
*
Upgrade Node dependency on Protobuf.js to version 6
murgatroid99
2017-03-17
*
Add a libuv endpoint to the C core, for use in the Node library
murgatroid99
2016-09-16
*
Add timestamps to custom log output
murgatroid99
2016-06-02
*
Allow Node users to set a custom logger and log verbosity. Defaults to existi...
murgatroid99
2016-06-01
*
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
murgatroid99
2016-04-27
*
Update copyrights
Craig Tiller
2016-03-31
*
Add option to use old client method argument order for now
murgatroid99
2016-03-22
*
Add tests and documentation for new options
murgatroid99
2016-02-17
*
Node: add options to modify ProtoBuf behavior
murgatroid99
2016-02-17
*
Completed integration of node-pre-gyp into Node library
murgatroid99
2016-01-20
*
Distribute roots.pem with the Node package
murgatroid99
2015-10-15
*
Resolved merge conflicts
murgatroid99
2015-10-07
|
\
*
|
Removed now-extaneous function
murgatroid99
2015-10-07
|
*
Moved gRPC node package root to repo root, made it depend on grpc.gyp
murgatroid99
2015-10-01
*
|
Reworked credentials surface API, added test
murgatroid99
2015-09-25
|
/
*
Switched to using static functions for accessing Client properties
murgatroid99
2015-08-28
*
Added new Metadata class to abstract over internal representation and normali...
murgatroid99
2015-08-20
*
Moved write flag constants to base module
murgatroid99
2015-08-17
*
Made deadline tests work
murgatroid99
2015-08-14
*
Rearranged some code for jsdoc, added some documentation
murgatroid99
2015-07-27
*
Changed to newer, simpler server construction interface
murgatroid99
2015-07-15
*
Replaced underscore and underscore.string modules with lodash
murgatroid99
2015-06-03
*
Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
murgatroid99
2015-05-07
*
Added JSON option for gRPC file loading
murgatroid99
2015-04-20
*
Added functions to create generic servers and clients
murgatroid99
2015-03-18
*
Fixed import of google-auth-library
murgatroid99
2015-02-24
*
Fixed lint errors
murgatroid99
2015-02-19
*
Added comment about where Google credentials come from
murgatroid99
2015-02-18
*
Merge branch 'master' into node_auth_integration
murgatroid99
2015-02-18
|
\
*
|
Added auth functionality and interop tests
murgatroid99
2015-02-18
|
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
|
*
Update copyright to 2015
Craig Tiller
2015-02-18
|
/
*
Fixed most of surface tests
murgatroid99
2015-02-12
*
Fixed file references to match moved files
murgatroid99
2015-01-26
*
Moved extension and JS files to separate directories
murgatroid99
2015-01-26