aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* 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
|\ \
| | * 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 pull request #2715 from murgatroid99/node_interop_client_simplifyGravatar Tim Emiola2015-08-11
| |\ \
| * \ \ 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
|\| |
| * | 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
| | |/ | |/|
| * | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2651 from murgatroid99/node_call_peer_addressGravatar Jan Tattermusch2015-07-24
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #2620 from meisterpeeps/masterGravatar Michael Lumish2015-07-24
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
* | | | | | | | Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-23
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | | * | 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
| | |_|/ / / / | |/| | | | |
| | * | | | | Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| |/ / / / /
| | * / / / Update README.mdGravatar Jeff Peoples2015-07-22
| |/ / / /
| | * | | Fix node test. Remove all the server fake credentials referencesGravatar yang-g2015-07-22
| * | | | Fixed setting user-agent stringGravatar murgatroid992015-07-22
| | * | | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | |/ /
| | | * Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| | |/
* | / C++ is also a language that can be insecureGravatar Craig Tiller2015-07-21
| |/ |/|
| * Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
|/
* Removed now-incorrect asserts in oauth testGravatar murgatroid992015-07-20