aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
|
* 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
| * \ 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
| | |/ /
| | | * 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
|
* Removed unnecessary arguments from auth messageGravatar murgatroid992015-07-20
|
* Added oauth2_auth_token and per_rpc_creds Node interop testsGravatar murgatroid992015-07-20
|
* 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
|\ | | | | Changed to newer, simpler server construction interface
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| * | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17
| | |
| * | Add tests for translating server handler errors to status objectsGravatar murgatroid992015-07-17
| | |
| | * Added test for echoing metadataGravatar murgatroid992015-07-16
| | |
| | * Removed server-wide metadata handler, individual handlers can now send metadataGravatar murgatroid992015-07-16
| | |
| | * Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
| |/
| * Merge pull request #2335 from murgatroid99/node_error_codesGravatar Abhishek Kumar2015-07-14
| |\ | | | | | | Made Node server respond with UNKNOWN for unspecified application errors
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | |
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/ /
* | Merge branch 'master' into release-0_10Gravatar Craig Tiller2015-07-10
|\ \
| * \ Merge pull request #2322 from murgatroid99/node_health_check_serviceGravatar Yang Gao2015-07-10
| |\ \ | | | | | | | | Node health check service
* | | | Bumped Node.js package version to 0.10.0Gravatar murgatroid992015-07-09
|/ / /
| * | Updated health check service with new changesGravatar murgatroid992015-07-08
| | |
* | | Merge pull request #2310 from murgatroid99/node_pkg_configGravatar Nicolas Noble2015-07-08
|\ \ \ | | | | | | | | Use pkg-config when building the Node extension, if possible