aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test
Commit message (Expand)AuthorAge
* Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
* Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-28
|\
| * Merge pull request #3012 from murgatroid99/node_metadata_classGravatar Tim Emiola2015-08-28
| |\
| * \ Merge pull request #2993 from murgatroid99/node_server_graceful_shutdownGravatar Tim Emiola2015-08-26
| |\ \
| | * \ Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-21
| | |\ \
| * | \ \ Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairsGravatar Tim Emiola2015-08-21
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-21
|\| | | |
| * | | | Update node health check serviceGravatar yang-g2015-08-21
| | | | * Normalize keys when getting and removing metadata itemsGravatar murgatroid992015-08-20
| | | | * Added string value validation, modified key normalization and validationGravatar murgatroid992015-08-20
| | | | * Fixed test and lint errorsGravatar murgatroid992015-08-20
| | | | * Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
| | | | |\ | | | | |/ | | | |/|
| | | | * Re-enabled testsGravatar murgatroid992015-08-20
| | | | * Added new Metadata class to abstract over internal representation and normali...Gravatar murgatroid992015-08-20
| | |_|/ | |/| |
| | * | Fixed testsGravatar murgatroid992015-08-19
| | * | Modified server SSL certs to allow multiple pairs and force_client_auth flagGravatar murgatroid992015-08-19
| |/ /
| | * Added a test, enabled other testsGravatar murgatroid992015-08-19
| | * Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-18
| | |\ | | |/ | |/|
| | * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| * | Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
| |/
| * Merge pull request #2942 from murgatroid99/node_parent_callGravatar Michael Lumish2015-08-17
| |\
* | | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\| |
| * | Replaced remaining references to 'listen' with 'start'Gravatar murgatroid992015-08-14
| | * Resolved merge conflicts with masterGravatar murgatroid992015-08-14
| | |\ | | |/ | |/|
| | * Made deadline tests workGravatar murgatroid992015-08-14
| | * Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| * | Further fixed connectivity testsGravatar murgatroid992015-08-13
| * | Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\|
* | | Resolved merge conflicts with masterGravatar murgatroid992015-08-12
|\ \ \ | | |/ | |/|
| * | Added host override option for RPCs. Added optional params objectGravatar murgatroid992015-08-03
| | * Resolved merge conflictsGravatar murgatroid992015-07-30
| | |\
| * | \ Resolved merge conflictsGravatar murgatroid992015-07-30
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #2679 from murgatroid99/node_explicit_insecure_channelGravatar Abhishek Kumar2015-07-30
| | |\ \
* | | | | Ensure that client generated methods don't conflict with other propertiesGravatar murgatroid992015-07-29
| |/ / / |/| | |
| | | * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
| |_|/ |/| |
| * | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| | * Added test that credential channel argument is requiredGravatar murgatroid992015-07-27
| | * Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| |/
* | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-26
|\|
| * Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\
| * \ Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
| |\ \
| * | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
* | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-23
|\| | |
| | * | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
| |/ /
| | * Fix node test. Remove all the server fake credentials referencesGravatar yang-g2015-07-22
| |/ |/|
| * Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
|/
* Use more meaningful names for metadata keys in testsGravatar murgatroid992015-07-20
* Merge pull request #2464 from murgatroid99/node_server_construction_changeGravatar Abhishek Kumar2015-07-20
|\
* | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17