aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
...
* | | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| | | | |
| | | * | Going 1.0.1.Gravatar Nicolas "Pixel" Noble2016-10-26
| | | | |
| | | | * Merge branch 'master' into node_electron_buildGravatar murgatroid992016-10-26
| | | | |\
| * | | | \ Merge pull request #8449 from ncteisen/new_python_interop_testsGravatar Noah Eisen2016-10-26
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | New python interop tests
| | * | | | Remove status message check from node interop clientGravatar Noah Eisen2016-10-25
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | The node interop client was checking that the status message for the test unimplemented_method was an empty string. This behavior is not guaranteed, and thus the check should be removed.
| * | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Remove deprecated V8 function call in Node libraryGravatar murgatroid992016-10-24
| |_|_|/ |/| | |
| | | * Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updatesGravatar murgatroid992016-10-24
| | | |\
* | | | | added new test to interop_sanity_test.jsGravatar Noah Eisen2016-10-24
| | | | |
* | | | | change unimplemented_method to unimplemented_service. Add real ↵Gravatar Noah Eisen2016-10-21
| | | | | | | | | | | | | | | | | | | | unimplemented_method test for node
| * | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Compiles with npm install --debug option.Gravatar Tim Ryan2016-10-21
| | | | |
* | | | | Merge pull request #8208 from tcr/masterGravatar Michael Lumish2016-10-21
|\ \ \ \ \ | | | | | | | | | | | | Compiles with npm install --debug option.
| | | * | | Fix issues with express benchmark and synchronize package.json with templateGravatar murgatroid992016-10-18
| | | | | |
| | | * | | Create benchmark client and server for Node ExpressGravatar murgatroid992016-10-18
| |_|/ / / |/| | | |
| | * | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #8354 from grpc/v1.0.xGravatar Jan Tattermusch2016-10-12
|\ \ \ \ \ | | |_|_|/ | |/| | | Upmerge doc changes from v1.0.x
| * | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | |
| | | * | Fix how Node touches an internal core headerGravatar Michael Lumish2016-10-07
| | | | |
| | | * | UV tests pass on linuxGravatar murgatroid992016-10-07
| | | | |
| | * | | Compiles with npm install --debug option.Gravatar Tim Ryan2016-09-26
| |/ / / |/| | |
* | | | Fix mismatched new[] and delete in Node extension codeGravatar murgatroid992016-09-20
| | | |
| | * | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
| | |\ \ | |_|/ / |/| | |
| | * | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| | | |
* | | | 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
|\| |
| | * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
| |/
| * Merge pull request #7681 from murgatroid99/node_tools_integrate_pluginGravatar Nicolas Noble2016-08-11
| |\ | | | | | | Make Node grpc-tools protoc automatically call the plugin
| * \ Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
| |\ \ | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
* | | | 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
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| | * Update node protobuf dependency to 3.0.0 where applicable. Also update ↵Gravatar murgatroid992016-07-29
| |/ | | | | | | example dependency to grpc 1.0.0
| * Merge pull request #7394 from murgatroid99/node_client_creds_memory_leakGravatar kpayson642016-07-25
| |\ | | | | | | Fix a memory leak in Node call credentials
| * | 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
|\ | | | | Split Node health check code into a separate package and make it use static codegen
| * 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 ↵Gravatar murgatroid992016-07-01
| | | | | | | | codegen
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|/