Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Re-enable two Node credentials tests | murgatroid99 | 2016-06-28 |
| | |||
* | Merge release-0_15 into master | murgatroid99 | 2016-06-24 |
|\ | |||
| * | Update version to 0.15.0 | murgatroid99 | 2016-06-24 |
| | | |||
| * | Fix Node Windows build error | murgatroid99 | 2016-06-24 |
| | | |||
* | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
|/ | |||
* | Merge pull request #6747 from murgatroid99/node_logger_customization | Jan Tattermusch | 2016-06-24 |
|\ | | | | | Allow Node users to set a custom logger and log verbosity. | ||
* \ | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
|\ \ | | | | | | | Revamped interop spec, especially wrt compression | ||
| * | | updated node interop server | David Garcia Quintas | 2016-06-21 |
| | | | |||
* | | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 | Jan Tattermusch | 2016-06-20 |
|\ \ \ | |/ / |/| | | Add well known protos to Node and Ruby tools packages | ||
| | * | Direct additional log statement through custom logger | murgatroid99 | 2016-06-20 |
| | | | |||
* | | | Node QPS worker: wait for clients to be ready before making calls | murgatroid99 | 2016-06-17 |
| | | | |||
| * | | Add well known protos to Node and Ruby tools packages | murgatroid99 | 2016-06-15 |
|/ / | |||
* | | Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments | Jan Tattermusch | 2016-06-03 |
|\ \ | | | | | | | Add comments to generated code for Node and Ruby | ||
| | * | Add timestamps to custom log output | murgatroid99 | 2016-06-02 |
| | | | |||
* | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | | | |||
| | * | Minor change to common.js | murgatroid99 | 2016-06-01 |
| | | | |||
| | * | Allow Node users to set a custom logger and log verbosity. Defaults to ↵ | murgatroid99 | 2016-06-01 |
| | | | | | | | | | | | | existing core logger | ||
* | | | Remember to unref the slice | murgatroid99 | 2016-05-25 |
| | | | |||
* | | | Remove extraneous logging code | murgatroid99 | 2016-05-25 |
| | | | |||
* | | | Make Node not segfault when it receives a compressed message | murgatroid99 | 2016-05-25 |
| |/ |/| | |||
* | | Mark port as non-listening | Craig Tiller | 2016-05-25 |
| | | |||
| * | Added comments to node generation, also refactored some plugin code | murgatroid99 | 2016-05-20 |
|/ | |||
* | Merge pull request #6536 from grpc/release-0_14 | Nicolas Noble | 2016-05-11 |
|\ | | | | | Release 0.14 upmerge | ||
| * | Fixed variable | murgatroid99 | 2016-05-10 |
| | | |||
| * | Fix encoding and piping problems with Node plugin wrapper | murgatroid99 | 2016-05-10 |
| | | |||
| * | The release branch is now 0.14.1-pre1. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | |||
| * | Processing the 0.14 release. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | |||
* | | Merge pull request #6452 from stanley-cheung/node-math-server-minor-bug | Jan Tattermusch | 2016-05-09 |
|\ \ | | | | | | | Node: fix math server minor bug | ||
* \ \ | Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing | Nicolas Noble | 2016-05-09 |
|\ \ \ | | | | | | | | | Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby | ||
| | | * | Make namespacing of executables exposed by grpc-tools packages consistent ↵ | murgatroid99 | 2016-05-09 |
| | | | | | | | | | | | | | | | | between Node and Ruby | ||
| | * | | node: fix math server minor bug | Stanley Cheung | 2016-05-06 |
| |/ / |/| | | |||
* | | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | |||
| | * | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
| |/ |/| | |||
| * | Make namespacing of executables exposed by grpc-tools packages consistent ↵ | murgatroid99 | 2016-05-04 |
|/ | | | | between Node and Ruby | ||
* | Node tools: use the right extension for running protoc on Windows | murgatroid99 | 2016-05-02 |
| | |||
* | Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging | Jan Tattermusch | 2016-04-29 |
|\ | | | | | Added node plugin to grpc-tools npm package, updated build_package_node | ||
* \ | Merge pull request #6325 from murgatroid99/node_default_roots | Jan Tattermusch | 2016-04-28 |
|\ \ | | | | | | | Load default roots.pem in Node via grpc_set_ssl_roots_override_callback | ||
* \ \ | Merge pull request #6322 from murgatroid99/node_service_default_method | Jan Tattermusch | 2016-04-28 |
|\ \ \ | | | | | | | | | Make Node servers warn instead of fail when a method is missing a handler | ||
| | * | | Load default roots.pem in Node via grpc_set_ssl_roots_override_callback | murgatroid99 | 2016-04-27 |
| | | | | |||
* | | | | Merge pull request #6300 from dmitriykovalev/master | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ | |_|/ / |/| | | | Fixing invalid usage of getProtobufServiceAttrs() function. | ||
| | * | | Make Node servers warn instead of fail when a method is missing a handler | murgatroid99 | 2016-04-27 |
| | | | | |||
| | * | | Fixed minor Node compilation issue | murgatroid99 | 2016-04-27 |
| |/ / |/| | | |||
| | * | Added node plugin to grpc-tools npm package, updated build_package_node | murgatroid99 | 2016-04-26 |
| |/ |/| | |||
* | | Merge pull request #5445 from murgatroid99/node_protoc_plugin | Jan Tattermusch | 2016-04-26 |
|\ \ | | | | | | | Create a protoc plugin for Node.js gRPC | ||
| | * | Fixing invalid usage of getProtobufServiceAttrs() function. | Dmitry Kovalev | 2016-04-21 |
| |/ |/| | | | | | getProtobufServiceAttrs(service, options) must be called with 2 arguments. | ||
| * | Added file that lets generated code import grpc | murgatroid99 | 2016-04-20 |
| | | |||
| * | Use math test to test generated code | murgatroid99 | 2016-04-20 |
| | | |||
* | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
|/ | | | | application handle the authentication. | ||
* | add some console messages to node qps worker | Jan Tattermusch | 2016-04-14 |
| | |||
* | Merge pull request #6109 from murgatroid99/node_grpc_tools_package | Nicolas Noble | 2016-04-07 |
|\ | | | | | Created node tools package to distribute protoc and eventually the plugin |