Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated Node.js version to 0.9.0 | murgatroid99 | 2015-05-26 |
| | |||
* | Update node server examples to consistently bind to 50051 | remi Taylor | 2015-05-24 |
| | |||
* | Reverted change to _write in client.js | murgatroid99 | 2015-05-22 |
| | |||
* | Coalesced redundant code | murgatroid99 | 2015-05-22 |
| | |||
* | Removed debug log | murgatroid99 | 2015-05-22 |
| | |||
* | Fixed ordering assumptions in server_streaming interop test | murgatroid99 | 2015-05-22 |
| | |||
* | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-21 |
|\ | |||
| * | Merge pull request #1574 from murgatroid99/node_service_packager | Tim Emiola | 2015-05-21 |
| |\ | | | | | | | Node service packager | ||
* | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-20 |
|\| | | |||
| * | | Correctly handle reading the final message and then sending status | Craig Tiller | 2015-05-19 |
| | | | |||
* | | | Fixed client handling of failed batches | murgatroid99 | 2015-05-19 |
| | | | |||
| * | | Fixed server to handle invalid arguments without breaking | murgatroid99 | 2015-05-19 |
| | | | |||
| * | | Added failing tests for server bad argument handling | murgatroid99 | 2015-05-18 |
|/ / | |||
* | | Merge pull request #1607 from murgatroid99/node_timeout_interop_test | Tim Emiola | 2015-05-15 |
|\ \ | | | | | | | Added Node interop test for timeout_on_sleeping_server | ||
| | * | Added comments to service_packager script | murgatroid99 | 2015-05-15 |
| | | | |||
| * | | Removed response type | murgatroid99 | 2015-05-14 |
| | | | |||
| * | | Added Node interop test for timeout_on_sleeping_server | murgatroid99 | 2015-05-14 |
| | | | |||
* | | | Fixed client auth implementation and tests | murgatroid99 | 2015-05-14 |
|/ / | |||
| * | Added service_packager description to bin/README.md | murgatroid99 | 2015-05-13 |
| | | |||
| * | Fixed include path handling | murgatroid99 | 2015-05-13 |
| | | |||
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 |
|\ \ | |||
| | * | service_packager now properly generates service and package files | murgatroid99 | 2015-05-12 |
| | | | |||
| * | | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 |
| |\ \ | | | | | | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | ||
| * \ \ | Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test | Tim Emiola | 2015-05-12 |
| |\ \ \ | | | | | | | | | | | Added jwtaccess cloud-to-prod interop test | ||
| | | | * | Merge branch 'master' into node_service_packager | murgatroid99 | 2015-05-12 |
| | | | |\ | |||
| * | | | | | Bump Node version to 0.8.0 | murgatroid99 | 2015-05-12 |
| | | | | | | |||
| * | | | | | Updated interop tests to handle proto3 changes | murgatroid99 | 2015-05-12 |
| | | | | | | |||
| * | | | | | Updated deserialization code to fix message echoing | murgatroid99 | 2015-05-12 |
| | | | | | | |||
| * | | | | | Merge branch 'master' into node_fix_message_echo | murgatroid99 | 2015-05-12 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||
| * | | | | | Added failing test that echos the request message | murgatroid99 | 2015-05-11 |
| | | | | | | |||
| | | * | | | Added jwtaccess cloud-to-prod interop test | murgatroid99 | 2015-05-11 |
| | |/ / / | |/| | | | |||
| | * | | | Removed a default value I missed | murgatroid99 | 2015-05-11 |
| | | | | | |||
| | * | | | Updated ProtoBuf.js dependency. Updated protos to proto3 | murgatroid99 | 2015-05-11 |
| |/ / / | |||
* | | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
|\| | | | |||
| | * | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | ||
| * | | | Merge pull request #1515 from murgatroid99/node_auth_uri_parameter | Tim Emiola | 2015-05-08 |
| |\ \ \ | | | | | | | | | | | Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata | ||
| | * | | | Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata | murgatroid99 | 2015-05-07 |
| | | | | | |||
| * | | | | Merge branch 'master' into node_status_error_event | murgatroid99 | 2015-05-07 |
| |\| | | | |||
| * | | | | Version bump because of new exposed errors | murgatroid99 | 2015-05-06 |
| | | | | | |||
| * | | | | Added error events on client streams when the server is streaming | murgatroid99 | 2015-05-06 |
| | | | | | |||
| | | * | | Fix some wrapped languages | Craig Tiller | 2015-05-06 |
| | |/ / | |||
* | / / | C Core API cleanup. | Craig Tiller | 2015-05-04 |
| |/ / |/| | | | | | | | | | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style. | ||
* | | | Exposed server address string in stub | murgatroid99 | 2015-04-29 |
|/ / | |||
* | | Fixed typo in README change | murgatroid99 | 2015-04-23 |
| | | |||
* | | Added information about custom gRPC install locations in README, bumped version | murgatroid99 | 2015-04-23 |
| | | |||
* | | Merge pull request #1353 from murgatroid99/node_limit_thread_usage | Tim Emiola | 2015-04-23 |
|\ \ | | | | | | | Node limit thread usage | ||
* | | | Added JSON option for gRPC file loading | murgatroid99 | 2015-04-20 |
| | | | |||
* | | | Removes nodejs pubsub example | Tim Emiola | 2015-04-16 |
| | | | |||
| | * | Initial version of service_packager script | murgatroid99 | 2015-04-14 |
| |/ |/| | |||
* | | Bump node library version to publish bugfix | murgatroid99 | 2015-04-13 |
| | |