Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | Merged from release_0.11 branch | murgatroid99 | 2015-09-23 | |
| | | |\ \ | | | |/ / | | |/| | | ||||
| | | * | | Fixed hang when using Node gRPC with other async operations | murgatroid99 | 2015-09-23 | |
| | | | | | ||||
* | | | | | Added function signatures for plugin wrapping | murgatroid99 | 2015-09-23 | |
| | | | | | ||||
| * | | | | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 | |
|/ / / / | | | | | | | | | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | |||
| * | | | Merge pull request #3365 from murgatroid99/node_nan_2.0 | Tim Emiola | 2015-09-22 | |
| |\ \ \ | | | | | | | | | | | Update to nan 2.0 | |||
| * | | | | Update Node module to 0.11.1 in anticipation of point release | murgatroid99 | 2015-09-22 | |
| | |/ / | |/| | | ||||
| | * | | Merged from release_0.11 | murgatroid99 | 2015-09-17 | |
| | |\ \ | | |/ / | |/| | | ||||
| | * | | Update to nan 2.0 | murgatroid99 | 2015-09-17 | |
| |/ / |/| | | ||||
| * | | Merge pull request #3341 from murgatroid99/node_memory_leak_0_11 | Tim Emiola | 2015-09-17 | |
| |\ \ | | | | | | | | | Fixed a couple of memory leaks in Node library | |||
| * | | | Fixed a couple of incorrect "this" references in Node library | murgatroid99 | 2015-09-15 | |
|/ / / | ||||
| * | | Fixed memory leak in Buffer construction | murgatroid99 | 2015-09-14 | |
| | | | ||||
| * | | Fixed Op destructors not being called | murgatroid99 | 2015-09-14 | |
|/ / | ||||
* | | Update debian install instructions, jessie-backports | Stanley Cheung | 2015-09-04 | |
| | | ||||
| * | Merge branch 'master' into node_interop_echo_metadata | murgatroid99 | 2015-09-02 | |
| |\ | ||||
* | | | Fix bugs that were causing auth interop tests to fail | murgatroid99 | 2015-09-01 | |
| |/ |/| | ||||
* | | Update Node verison to 0.11 and status to 'Beta' | murgatroid99 | 2015-08-31 | |
| | | ||||
* | | Merge pull request #2704 from murgatroid99/node_method_name_conflicts | Tim Emiola | 2015-08-31 | |
|\ \ | | | | | | | Ensure that client generated methods don't conflict with other properties | |||
* | | | Remove redundant Node route guide examples | murgatroid99 | 2015-08-31 | |
| | | | ||||
| * | | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-31 | |
| |\ \ | |/ / |/| | | ||||
* | | | update debian unstable to testing | Stanley Cheung | 2015-08-28 | |
| | | | ||||
* | | | Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup | Yang Gao | 2015-08-28 | |
|\ \ \ | | | | | | | | | Credentials naming and cleanup | |||
| | * | | Switched to using static functions for accessing Client properties | murgatroid99 | 2015-08-28 | |
| | | | | ||||
| * | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 | |
| |\ \ \ | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | |||
| | | * \ | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-28 | |
| | | |\ \ | | | |/ / | | |/| | | ||||
| | * | | | Merge pull request #3012 from murgatroid99/node_metadata_class | Tim Emiola | 2015-08-28 | |
| | |\ \ \ | | | | | | | | | | | | | Replace metadata objects with a Metadata class | |||
* | | | | | | Emit proper status when failing to parse server stream | murgatroid99 | 2015-08-27 | |
| | | | | | | ||||
| * | | | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | credentials_naming_and_cleanup | |||
* | | | | | | Make single-response calls emit INTERNAL status for unparseable responses | murgatroid99 | 2015-08-27 | |
| | | | | | | ||||
* | | | | | | Merge branch 'node_metadata_class' into node_error_code_compliance | murgatroid99 | 2015-08-27 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 | |
|\ \ \ \ \ | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | |||
| | * | | | | Fixed handling of binary metadata values | murgatroid99 | 2015-08-27 | |
| | | | | | | ||||
| | | | | * | Fixed handling of binary metadata values | murgatroid99 | 2015-08-27 | |
| | | | | | | ||||
| | | | | * | Fixed the tests | murgatroid99 | 2015-08-27 | |
| | | | | | | ||||
| | | | | * | Add metadata echo functionality to interop server, and corresponding interop ↵ | murgatroid99 | 2015-08-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | test | |||
| | | | | * | Merge branch 'node_metadata_class' into node_interop_echo_metadata | murgatroid99 | 2015-08-26 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
* | | | | | | Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown | Tim Emiola | 2015-08-26 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Prevent the Node server from locking up when shutting down | |||
| | | | * | | Credentials cleanup: | Julien Boeuf | 2015-08-25 | |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | |||
| | * | | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 | |
| |/ / / |/| | | | | | | | | | | | stable ABI. | |||
| * | | | Merge branch 'master' into node_server_graceful_shutdown | murgatroid99 | 2015-08-21 | |
| |\ \ \ | ||||
| | | | * | Changed prefixed Client properties to distinguish private and public properties | murgatroid99 | 2015-08-21 | |
| | | | | | ||||
* | | | | | Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs | Tim Emiola | 2015-08-21 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Allow Node server credentials to have multiple key/cert pairs | |||
| | | | * | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-21 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||
* | | | | | Update node health check service | yang-g | 2015-08-21 | |
| | | | | | ||||
| | | * | | Allowed underscore in metadata keys | murgatroid99 | 2015-08-21 | |
| | | | | | ||||
| | | * | | Reversed toLowerCase removal | murgatroid99 | 2015-08-21 | |
| | | | | | ||||
| | | * | | Replaced toLowerCase with local-insensitive downcasing function | murgatroid99 | 2015-08-20 | |
| | | | | | ||||
| | | * | | Moved key character check to before key transformation | murgatroid99 | 2015-08-20 | |
| | | | | | ||||
| | | * | | Normalize keys when getting and removing metadata items | murgatroid99 | 2015-08-20 | |
| | | | | | ||||
| | | * | | Added string value validation, modified key normalization and validation | murgatroid99 | 2015-08-20 | |
| | | | | | ||||
* | | | | | Merge pull request #2999 from murgatroid99/node_test_fixes | Tim Emiola | 2015-08-20 | |
|\ \ \ \ \ | | | | | | | | | | | | | Stop dereferencing an optional parameter without checking it |