aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* added new test to interop_sanity_test.jsGravatar Noah Eisen2016-10-24
* change unimplemented_method to unimplemented_service. Add real unimplemented_...Gravatar Noah Eisen2016-10-21
* Merge pull request #8208 from tcr/masterGravatar Michael Lumish2016-10-21
|\
* \ Merge pull request #8354 from grpc/v1.0.xGravatar Jan Tattermusch2016-10-12
|\ \
| * | Update README.mdGravatar Jan Tattermusch2016-10-12
| | * Compiles with npm install --debug option.Gravatar Tim Ryan2016-09-26
| |/ |/|
* | Fix mismatched new[] and delete in Node extension codeGravatar murgatroid992016-09-20
* | Fix typo in node.js READMEGravatar Philipp Wahala2016-09-07
| * Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| * Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\|
| * Merge pull request #7681 from murgatroid99/node_tools_integrate_pluginGravatar Nicolas Noble2016-08-11
| |\
| * \ Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
| |\ \
* | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\| | |
| | | * Make Node grpc-tools protoc automatically call the pluginGravatar murgatroid992016-08-09
| | |/ | |/|
| | * Regenerate packagesGravatar murgatroid992016-08-02
| | * Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_updateGravatar murgatroid992016-08-02
| | |\
| * | | Fix error handling authentication errors with non-numeric error codesGravatar murgatroid992016-08-02
| | |/ | |/|
| * | Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
* | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
|\| |
| | * Update node protobuf dependency to 3.0.0 where applicable. Also update exampl...Gravatar murgatroid992016-07-29
| |/
| * Merge pull request #7394 from murgatroid99/node_client_creds_memory_leakGravatar kpayson642016-07-25
| |\
| * | Fixed typo in Node health check package.jsonGravatar murgatroid992016-07-21
| | * Fix a memory leak in Node call credentialsGravatar murgatroid992016-07-14
| |/
* / Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
|/
* Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
* Merge pull request #7203 from murgatroid99/node_separate_health_checkGravatar Nicolas Noble2016-07-08
|\
| * Add Node health check generated code and license filesGravatar murgatroid992016-07-06
| * Add grpc module pointer file for Node health check testsGravatar murgatroid992016-07-01
| * Add Node health check package.jsonGravatar murgatroid992016-07-01
| * Split Node health check code into a separate package and make it use static c...Gravatar murgatroid992016-07-01
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|/
* Re-enable two Node credentials testsGravatar murgatroid992016-06-28
* Merge release-0_15 into masterGravatar murgatroid992016-06-24
|\
| * Update version to 0.15.0Gravatar murgatroid992016-06-24
| * Fix Node Windows build errorGravatar murgatroid992016-06-24
* | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
|/
* Merge pull request #6747 from murgatroid99/node_logger_customizationGravatar Jan Tattermusch2016-06-24
|\
* \ Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
|\ \
| * | updated node interop serverGravatar David Garcia Quintas2016-06-21
* | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2Gravatar Jan Tattermusch2016-06-20
|\ \ \ | |/ / |/| |
| | * Direct additional log statement through custom loggerGravatar murgatroid992016-06-20
* | | Node QPS worker: wait for clients to be ready before making callsGravatar murgatroid992016-06-17
| * | Add well known protos to Node and Ruby tools packagesGravatar murgatroid992016-06-15
|/ /
* | Merge pull request #6674 from murgatroid99/node_ruby_codegen_commentsGravatar Jan Tattermusch2016-06-03
|\ \
| | * Add timestamps to custom log outputGravatar murgatroid992016-06-02
* | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | * 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
* | | Remember to unref the sliceGravatar murgatroid992016-05-25