aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/index.js
Commit message (Expand)AuthorAge
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
* Add timestamps to custom log outputGravatar murgatroid992016-06-02
* Allow Node users to set a custom logger and log verbosity. Defaults to existi...Gravatar murgatroid992016-06-01
* Load default roots.pem in Node via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-27
* Update copyrightsGravatar Craig Tiller2016-03-31
* Add option to use old client method argument order for nowGravatar murgatroid992016-03-22
* Add tests and documentation for new optionsGravatar murgatroid992016-02-17
* Node: add options to modify ProtoBuf behaviorGravatar murgatroid992016-02-17
* Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20
* Distribute roots.pem with the Node packageGravatar murgatroid992015-10-15
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
* | Removed now-extaneous functionGravatar murgatroid992015-10-07
| * Moved gRPC node package root to repo root, made it depend on grpc.gypGravatar murgatroid992015-10-01
* | Reworked credentials surface API, added testGravatar murgatroid992015-09-25
|/
* Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
* Added new Metadata class to abstract over internal representation and normali...Gravatar murgatroid992015-08-20
* Moved write flag constants to base moduleGravatar murgatroid992015-08-17
* Made deadline tests workGravatar murgatroid992015-08-14
* Rearranged some code for jsdoc, added some documentationGravatar murgatroid992015-07-27
* Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
* Replaced underscore and underscore.string modules with lodashGravatar murgatroid992015-06-03
* Updated the getGoogleAuthDelegate function to use credential.getRequestMetadataGravatar murgatroid992015-05-07
* Added JSON option for gRPC file loadingGravatar murgatroid992015-04-20
* Added functions to create generic servers and clientsGravatar murgatroid992015-03-18
* Fixed import of google-auth-libraryGravatar murgatroid992015-02-24
* Fixed lint errorsGravatar murgatroid992015-02-19
* Added comment about where Google credentials come fromGravatar murgatroid992015-02-18
* Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
|\
* | Added auth functionality and interop testsGravatar murgatroid992015-02-18
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* Fixed most of surface testsGravatar murgatroid992015-02-12
* Fixed file references to match moved filesGravatar murgatroid992015-01-26
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26