aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/src/server.js
Commit message (Collapse)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* Node: replace custom deprecation warning with existing solutionGravatar murgatroid992017-07-31
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
|/|
* | Move gRPC constants to js file to include them in generated documentationGravatar murgatroid992017-05-10
| |
| * Switch Protobuf.js dependency back to version 5Gravatar murgatroid992017-05-02
|/
* Merge branch 'master' into node_protobuf_js_6_upgradeGravatar Michael Lumish2017-03-24
|\
* | Improve ProtoBuf.js version heuristic, add tests for oneof decodingGravatar murgatroid992017-03-21
| |
* | 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 reporting
| * Node add service: allow exact match to name in proto file, improve error ↵Gravatar murgatroid992017-03-10
| | | | | | | | reporting
* | 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
|
* 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
|
* Direct additional log statement through custom loggerGravatar murgatroid992016-06-20
|
* Make Node servers warn instead of fail when a method is missing a handlerGravatar murgatroid992016-04-27
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix Node status code usage to match specGravatar murgatroid992016-03-23
|
* Node: add options to modify ProtoBuf behaviorGravatar murgatroid992016-02-17
|
* Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20
|
* Refactored server.js and added a test to increase coverageGravatar murgatroid992015-12-07
|
* Merge pull request #3886 from murgatroid99/node_file_commentsGravatar Tim Emiola2015-10-30
|\ | | | | Added some file-level comments to Node source files
| * Added some file-level comments to Node source filesGravatar murgatroid992015-10-19
| |
* | This is a library. It should not output logs to STDOUT by defaultGravatar murgatroid992015-10-19
|/
* Added remaining implementable node interop tests, except compressionGravatar murgatroid992015-10-08
|
* Moved gRPC node package root to repo root, made it depend on grpc.gypGravatar murgatroid992015-10-01
|
* Fixed a couple of incorrect "this" references in Node libraryGravatar murgatroid992015-09-15
|
* Fixed test and lint errorsGravatar murgatroid992015-08-20
|
* Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
|\
* | Added new Metadata class to abstract over internal representation and ↵Gravatar murgatroid992015-08-20
| | | | | | | | normalize keys
| * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| |
* | Only use encoding for write flags if it is numericGravatar murgatroid992015-08-17
| |
* | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
|\|
| * Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| |
| * Resolved merge conflictsGravatar murgatroid992015-07-30
| |\
| | * Merge pull request #2676 from murgatroid99/node_jsdocGravatar Nicolas Noble2015-07-28
| | |\ | | | | | | | | Add Node documentation generation
| * | | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| |/ /
| | * Rearranged some code for jsdoc, added some documentationGravatar murgatroid992015-07-27
| | |
| * | Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
| |\ \ | | | | | | | | Changed object keys to valid identifier names
| * | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| | |/ | |/|
| | * Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
| |/
* / Add compression disabling without breaking anything elseGravatar murgatroid992015-07-22
|/
* Removed server-wide metadata handler, individual handlers can now send metadataGravatar murgatroid992015-07-16
|
* Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
|