aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/src
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
|\
| * Merge pull request #11515 from murgatroid99/node_fix_write_control_flowGravatar Michael Lumish2017-06-19
| |\
| | * Add another missing return after a callbackGravatar murgatroid992017-06-19
* | | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\ \ \
| | | * Fix missing return after callback in a functionGravatar murgatroid992017-06-15
| | |/ | |/|
| | * Upgrade Protobuf.js 6 code to work with 6.8Gravatar murgatroid992017-06-14
| |/
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| * Fix minor error in Node generated documentationGravatar murgatroid992017-06-05
|/
* Merge pull request #11309 from murgatroid99/master_1.3.x_upmergeGravatar Michael Lumish2017-05-30
|\
| * Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
| |\
* | | Merge branch 'master' into node_api_docsGravatar murgatroid992017-05-23
|\| |
* | | Refactor some code and document most of the APIGravatar murgatroid992017-05-23
| * | Fixed missed conflicts - use constants.logVerbosity insteadGravatar Stanley Cheung2017-05-17
| * | Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
|/| |
| | * Change write callback to asynchronous to avoid recursionGravatar murgatroid992017-05-16
| | * Fix race between destroying call after status and handling write failureGravatar murgatroid992017-05-15
| |/
* | Move gRPC constants to js file to include them in generated documentationGravatar murgatroid992017-05-10
* | Switch 'apply' for 'call' in pass-through functionsGravatar murgatroid992017-05-09
* | Refactor client logic into superclass with generic methods, improve documenta...Gravatar murgatroid992017-05-08
| * Switch Protobuf.js dependency back to version 5Gravatar murgatroid992017-05-02
|/
* Correct use of ProtoBuf.js 6 message encoding APIGravatar murgatroid992017-04-06
* Fix a couple of issues with the use of the Protobuf.js APIGravatar murgatroid992017-04-04
* Keep changes from #10093Gravatar murgatroid992017-04-03
* Fix serializer error handling, update ProtoBuf.js dependencyGravatar murgatroid992017-04-03
* Merge branch 'master' into node_protobuf_js_6_upgradeGravatar Michael Lumish2017-03-24
|\
* | Add enumsAsStrings option, as the original upgrade PR didGravatar murgatroid992017-03-23
* | Use new oneofs option in deserialize callGravatar murgatroid992017-03-21
* | Improve ProtoBuf.js version heuristic, add tests for oneof decodingGravatar murgatroid992017-03-21
* | Ensure arguments are validated before they are serialized, unskip some testsGravatar murgatroid992017-03-20
* | Upgrade Node dependency on Protobuf.js to version 6Gravatar murgatroid992017-03-17
| * Merge pull request #10093 from murgatroid99/node_server_method_name_flexibilityGravatar Michael Lumish2017-03-13
|/|
| * Node add service: allow exact match to name in proto file, improve error repo...Gravatar murgatroid992017-03-10
* | Change argument validation in Server#addServiceGravatar murgatroid992017-03-09
|/
* Node: fix handling/propagation of server-side serialization errorsGravatar murgatroid992017-02-02
* Node: Validate arguments to addService, fix a couple of minor issuesGravatar murgatroid992017-01-30
* v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
|\
* | Make event order consistent, and make 'end' and 'error' mutually exclusiveGravatar murgatroid992016-12-13
| * 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
* | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
|\|
* | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
|/
* Fix error handling authentication errors with non-numeric error codesGravatar murgatroid992016-08-02
* Fix a memory leak in Node call credentialsGravatar murgatroid992016-07-14
* Direct additional log statement through custom loggerGravatar murgatroid992016-06-20
* Minor change to common.jsGravatar murgatroid992016-06-01
* Allow Node users to set a custom logger and log verbosity. Defaults to existi...Gravatar murgatroid992016-06-01
* Merge pull request #6322 from murgatroid99/node_service_default_methodGravatar Jan Tattermusch2016-04-28
|\