aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Replaced remaining references to 'listen' with 'start'Gravatar murgatroid992015-08-14
* Merge pull request #2696 from murgatroid99/node_client_connectivityGravatar Jan Tattermusch2015-08-14
|\
| * Further fixed connectivity testsGravatar murgatroid992015-08-13
| * Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| * Fixed typoGravatar murgatroid992015-08-13
| * Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\
* | \ Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\ \ \ | | |/ | |/|
| * | Merge pull request #2901 from murgatroid99/node_fix_auth_interopGravatar Jan Tattermusch2015-08-12
| |\ \
| | * | Clarified address regexGravatar murgatroid992015-08-12
| | * | Fix scheme matching in auth URIGravatar murgatroid992015-08-12
| * | | Merge pull request #2768 from murgatroid99/node_disable_deprecation_warningGravatar Tim Emiola2015-08-12
| |\ \ \
* | | | | Fixing merge failures.Gravatar Nicolas "Pixel" Noble2015-08-12
* | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\| | | |
| | | * | Fixed failing cloud-to-prod auth interop testsGravatar murgatroid992015-08-12
| * | | | Fixed lint errorsGravatar murgatroid992015-08-11
| * | | | Resolved merge conflicts with masterGravatar murgatroid992015-08-11
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge remote-tracking branch 'google/master' into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Reverted unintended change.Gravatar Nicolas "Pixel" Noble2015-08-12
| * | | | Merge pull request #2715 from murgatroid99/node_interop_client_simplifyGravatar Tim Emiola2015-08-11
| |\ \ \ \
* | | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
|\| | | | |
* | | | | | Working on node.Gravatar Nicolas "Pixel" Noble2015-08-07
| * | | | | Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| |\ \ \ \ \ \
| | | | | * | | Added host override option for RPCs. Added optional params objectGravatar murgatroid992015-08-03
| | | | | * | | Exposed host parameter in Call constructor, don't save it in Channel objectGravatar murgatroid992015-08-03
| | | |_|/ / / | | |/| | | |
| | | | | * | Disabled deprecation warnings in Node buildGravatar murgatroid992015-08-03
| | | |_|/ / | | |/| | |
| | | * | | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
| | |/ / /
| * | | | Implement cancellation propagation, define auth propagationGravatar Craig Tiller2015-08-03
| * | | | Update wrappers, tests to new create_call()Gravatar Craig Tiller2015-07-31
| | | | * 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
| |\ \ \ \
| | | | * | Eliminated some redundant checks in the Node interop clientGravatar murgatroid992015-07-29
| | | | * | Revert "Ensure that client generated methods don't conflict with other proper...Gravatar murgatroid992015-07-29
| | | | * | 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
| | |_|/ | |/| |
| * | | Merge pull request #2676 from murgatroid99/node_jsdocGravatar Nicolas Noble2015-07-28
| |\ \ \
| * \ \ \ Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-28
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
| | |\ \ \ \
| | | | | | * 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 branch 'master' into node_explicit_insecure_channelGravatar murgatroid992015-07-27
| | | | | |\ | | | | |_|/ | | | |/| |
| | | | | * Added explicit insecure credentials constructorsGravatar murgatroid992015-07-27
| | | | * | Rearranged some code for jsdoc, added some documentationGravatar murgatroid992015-07-27
| | | * | | Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
| | | |\ \ \
| * | | \ \ \ 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
| | |\ \ \ \ \
| | | | | | * | Added documentation command and settings to Node packageGravatar murgatroid992015-07-24
| | * | | | | | Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
| | |\ \ \ \ \ \