Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switched to using static functions for accessing Client properties | murgatroid99 | 2015-08-28 |
| | |||
* | 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 | ||
| * \ | 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 | ||
| | * \ | Merge branch 'master' into node_server_graceful_shutdown | 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 |
| | | | | | |||
| | | | * | 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 |
| | | | | | |||
| | | | * | Fixed test and lint errors | murgatroid99 | 2015-08-20 |
| | | | | | |||
| | | | * | Merge branch 'node_server_graceful_shutdown' into node_metadata_class | murgatroid99 | 2015-08-20 |
| | | | |\ | | | | |/ | | | |/| | |||
| | | | * | Re-enabled tests | murgatroid99 | 2015-08-20 |
| | | | | | |||
| | | | * | Added new Metadata class to abstract over internal representation and ↵ | murgatroid99 | 2015-08-20 |
| | |_|/ | |/| | | | | | | | | | | normalize keys | ||
| | * | | Fixed tests | murgatroid99 | 2015-08-19 |
| | | | | |||
| | * | | Modified server SSL certs to allow multiple pairs and force_client_auth flag | murgatroid99 | 2015-08-19 |
| |/ / | |||
| | * | Added a test, enabled other tests | murgatroid99 | 2015-08-19 |
| | | | |||
| | * | Merge branch 'master' into node_server_graceful_shutdown | murgatroid99 | 2015-08-18 |
| | |\ | | |/ | |/| | |||
| | * | Split server shutdown into tryShutdown and forceShutdown | murgatroid99 | 2015-08-18 |
| | | | |||
| * | | Made deadline tests accept INTERNAL status | murgatroid99 | 2015-08-17 |
| |/ | |||
| * | Merge pull request #2942 from murgatroid99/node_parent_call | Michael Lumish | 2015-08-17 |
| |\ | | | | | | | Add parent call propagation API to Node library | ||
* | | | Resolved merge conflicts with master | murgatroid99 | 2015-08-14 |
|\| | | |||
| * | | Replaced remaining references to 'listen' with 'start' | murgatroid99 | 2015-08-14 |
| | | | |||
| | * | Resolved merge conflicts with master | murgatroid99 | 2015-08-14 |
| | |\ | | |/ | |/| | |||
| | * | Made deadline tests work | murgatroid99 | 2015-08-14 |
| | | | |||
| | * | Add parent call propagation API to Node library | murgatroid99 | 2015-08-14 |
| | | | |||
| * | | Further fixed connectivity tests | murgatroid99 | 2015-08-13 |
| | | | |||
| * | | Modified watchState functions to match C API | murgatroid99 | 2015-08-13 |
| | | | |||
| * | | Resolved merge conflicts with master | murgatroid99 | 2015-08-13 |
| |\| | |||
* | | | Resolved merge conflicts with master | murgatroid99 | 2015-08-12 |
|\ \ \ | | |/ | |/| | |||
| * | | Added host override option for RPCs. Added optional params object | murgatroid99 | 2015-08-03 |
| | | | |||
| | * | Resolved merge conflicts | murgatroid99 | 2015-07-30 |
| | |\ | |||
| * | \ | Resolved merge conflicts | murgatroid99 | 2015-07-30 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel | Abhishek Kumar | 2015-07-30 |
| | |\ \ | | | | | | | | | | | Make insecure channel/stub construction explicit | ||
* | | | | | Ensure that client generated methods don't conflict with other properties | murgatroid99 | 2015-07-29 |
| |/ / / |/| | | | |||
| | | * | Wrap connectivity API, expose it to client as waitForReady | murgatroid99 | 2015-07-28 |
| |_|/ |/| | | |||
| * | | Made binding a server to a port insecurely explicit | murgatroid99 | 2015-07-27 |
| | | | |||
| | * | Added test that credential channel argument is required | murgatroid99 | 2015-07-27 |
| | | | |||
| | * | Made credentials an explicit required argument to channels | murgatroid99 | 2015-07-27 |
| |/ | |||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
|\| | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
| |\ | | | | | | | Fake transport security to private | ||
| * \ | Merge pull request #2630 from murgatroid99/node_completion_key_names | Jan Tattermusch | 2015-07-24 |
| |\ \ | | | | | | | | | Changed object keys to valid identifier names | ||
| * | | | Exposed channel target and call peer in Node wrapper | murgatroid99 | 2015-07-24 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\| | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * | | Changed object keys to valid identifier names | murgatroid99 | 2015-07-23 |
| |/ / | |||
| | * | Fix node test. Remove all the server fake credentials references | yang-g | 2015-07-22 |
| |/ |/| | |||
| * | Added user-agent setting code, and a test for it | murgatroid99 | 2015-07-21 |
|/ | |||
* | Use more meaningful names for metadata keys in tests | murgatroid99 | 2015-07-20 |
| | |||
* | Merge pull request #2464 from murgatroid99/node_server_construction_change | Abhishek Kumar | 2015-07-20 |
|\ | | | | | Changed to newer, simpler server construction interface | ||
* | | Added tests for UNKNOWN status when the handler does not specify | murgatroid99 | 2015-07-17 |
| | |