aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Fixed typoGravatar murgatroid992015-08-13
|
* Resolved merge conflicts with masterGravatar murgatroid992015-08-13
|\
| * Merge pull request #2901 from murgatroid99/node_fix_auth_interopGravatar Jan Tattermusch2015-08-12
| |\ | | | | | | Node fix auth interop
| | * 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
| |\ \ | | | | | | | | Disabled deprecation warnings in Node build
| | | * 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
| | |\ \ | | | | | | | | | | Eliminated some redundant checks in the Node interop client
| | * \ \ 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
| |\ \ \ | | | | | | | | | | Make insecure channel/stub construction explicit
| | | | * Eliminated some redundant checks in the Node interop clientGravatar murgatroid992015-07-29
| | | | |
| | | | * Revert "Ensure that client generated methods don't conflict with other ↵Gravatar murgatroid992015-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties" This reverts commit 6f34bad568e6db5f78a908fa63bd08a1304366fa.
| | | | * 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
|\ \ \ | | | | | | | | Add Node documentation generation
* \ \ \ Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-28
|\ \ \ \ | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * \ \ \ 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
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c
* | | \ \ \ Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-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_privateGravatar jboeuf2015-07-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Fake transport security to private
| | | | | * | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Changed object keys to valid identifier names
| * \ \ \ \ \ \ Merge pull request #2651 from murgatroid99/node_call_peer_addressGravatar Jan Tattermusch2015-07-24
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | Exposed channel target and call peer in Node wrapper
| * | | | | | | Merge pull request #2620 from meisterpeeps/masterGravatar Michael Lumish2015-07-24
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Update README.md (just a little typo)
| | | * | | | | 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 ↵Gravatar Craig Tiller2015-07-23
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | | * | | | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
| | |_|/ / / / | |/| | | | |
| | * | | | | Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later.
| | * / / / 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
| |/ / / |/| | |