- b7e55a2 Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs by Tim Emiola · 9 years ago
- 3cb49e0 Update node health check service by yang-g · 9 years ago
- 6f98162 Merge pull request #2999 from murgatroid99/node_test_fixes by Tim Emiola · 9 years ago
- 1894f18 update installation instructions, review feedback by Stanley Cheung · 9 years ago
- 5329e4b update installation instructions, review feedback by Stanley Cheung · 9 years ago
- 6b3737d Fixed tests by murgatroid99 · 9 years ago
- fe0afc2 Merge branch 'node_test_fixes' into node_server_creds_multiple_pairs by murgatroid99 · 9 years ago
- fa266ca Stop dereferencing an optional parameter without checking it by murgatroid99 · 9 years ago
- c2fdfcf Modified server SSL certs to allow multiple pairs and force_client_auth flag by murgatroid99 · 9 years ago
- a79a896 update installation instructions, review feedback by Stanley Cheung · 9 years ago
- dbeb1cd update debian install instructions by Stanley Cheung · 9 years ago
- 36afec7 Merge pull request #2955 from murgatroid99/node_nan_deprecation_warnings by Tim Emiola · 9 years ago
- 7948de6 Merge pull request #2960 from murgatroid99/node_compression by Tim Emiola · 9 years ago
- 4836492 Merge pull request #2972 from ctiller/get-reserved-things-right by Yang Gao · 9 years ago
- b815fb2 Zero out reserved field in node by Craig Tiller · 9 years ago
- 14733bd Only use encoding for write flags if it is numeric by murgatroid99 · 9 years ago
- 4a1474f Moved write flag constants to base module by murgatroid99 · 9 years ago
- 0636d7b Resolved merge conflicts with master by murgatroid99 · 9 years ago
- aac8f14 Made deadline tests accept INTERNAL status by murgatroid99 · 9 years ago
- 28c37b8 Added an inline C++ function to replace a deprecated nan function by murgatroid99 · 9 years ago
- 2194cd8 Merge pull request #2942 from murgatroid99/node_parent_call by Michael Lumish · 9 years ago
- 2cc1ed9 Fixed typo in argument error message by murgatroid99 · 9 years ago
- bc15a78 Replaced remaining references to 'listen' with 'start' by murgatroid99 · 9 years ago
- c04c03c Resolved merge conflicts with master by murgatroid99 · 9 years ago
- 0b09457 Made deadline tests work by murgatroid99 · 9 years ago
- 99e2104 Add parent call propagation API to Node library by murgatroid99 · 9 years ago
- 0b15b44 Merge pull request #2696 from murgatroid99/node_client_connectivity by Jan Tattermusch · 9 years ago
- 296a369 Further fixed connectivity tests by murgatroid99 · 9 years ago
- 3713546 Modified watchState functions to match C API by murgatroid99 · 9 years ago
- 937ac9b Fixed typo by murgatroid99 · 9 years ago
- 8be611f Resolved merge conflicts with master by murgatroid99 · 9 years ago
- d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
- 30bc5d3 Merge pull request #2901 from murgatroid99/node_fix_auth_interop by Jan Tattermusch · 9 years ago
- e804777 Clarified address regex by murgatroid99 · 9 years ago
- 4fdb2d5 Fix scheme matching in auth URI by murgatroid99 · 9 years ago
- f758959 Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning by Tim Emiola · 9 years ago
- 720903a Fixing merge failures. by Nicolas "Pixel" Noble · 9 years ago
- 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
- e87997f Fixed failing cloud-to-prod auth interop tests by murgatroid99 · 9 years ago
- 9bfb16a Fixed lint errors by murgatroid99 · 9 years ago
- 9e2b7c8 Resolved merge conflicts with master by murgatroid99 · 9 years ago
- b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
- 3ac7d01 Reverted unintended change. by Nicolas "Pixel" Noble · 9 years ago
- 9a2a3ae Merge pull request #2715 from murgatroid99/node_interop_client_simplify by Tim Emiola · 9 years ago
- 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
- 8e6bab5 Working on node. by Nicolas "Pixel" Noble · 9 years ago
- a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
- 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
- a16b5ef Added host override option for RPCs. Added optional params object by murgatroid99 · 9 years ago
- 3f507d0 Exposed host parameter in Call constructor, don't save it in Channel object by murgatroid99 · 9 years ago
- 4e03be3 Disabled deprecation warnings in Node build by murgatroid99 · 9 years ago
- c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
- c7df0df Implement cancellation propagation, define auth propagation by Craig Tiller · 9 years ago
- 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
- c0fb236 Resolved merge conflicts by murgatroid99 · 9 years ago
- 61cfcc2 Resolved merge conflicts by murgatroid99 · 9 years ago
- 2a21434 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel by Abhishek Kumar · 9 years ago
- 54b8f0f Eliminated some redundant checks in the Node interop client by murgatroid99 · 9 years ago
- 440ed03 Revert "Ensure that client generated methods don't conflict with other properties" by murgatroid99 · 9 years ago
- 6f34bad Ensure that client generated methods don't conflict with other properties by murgatroid99 · 9 years ago
- c7f4d4f Wrap connectivity API, expose it to client as waitForReady by murgatroid99 · 9 years ago
- 8e06c2e Merge pull request #2676 from murgatroid99/node_jsdoc by Nicolas Noble · 9 years ago
- 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
- 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
- 1a7dcac Made binding a server to a port insecurely explicit by murgatroid99 · 9 years ago
- 928a0cc Added test that credential channel argument is required by murgatroid99 · 9 years ago
- 893690f Made credentials an explicit required argument to channels by murgatroid99 · 9 years ago
- cbdac55 Merge branch 'master' into node_explicit_insecure_channel by murgatroid99 · 9 years ago
- 6249c0c Added explicit insecure credentials constructors by murgatroid99 · 9 years ago
- 9cd90a6 Rearranged some code for jsdoc, added some documentation by murgatroid99 · 9 years ago
- d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
- dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
- 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
- 46f2860 Added documentation command and settings to Node package by murgatroid99 · 9 years ago
- b3ff741 Merge pull request #2630 from murgatroid99/node_completion_key_names by Jan Tattermusch · 9 years ago
- e8cdd54 Merge pull request #2651 from murgatroid99/node_call_peer_address by Jan Tattermusch · 9 years ago
- 7e06b6f Merge pull request #2620 from meisterpeeps/master by Michael Lumish · 9 years ago
- ea12b97 Exposed channel target and call peer in Node wrapper by murgatroid99 · 9 years ago
- 7cb0853 Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
- b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
- a627d89 Changed object keys to valid identifier names by murgatroid99 · 9 years ago
- 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
- 39ae034 Update README.md by Jeff Peoples · 9 years ago
- 1d8e3df Add compression disabling without breaking anything else by murgatroid99 · 9 years ago
- 52e4de1 Fix node test. Remove all the server fake credentials references by yang-g · 9 years ago
- d601ff5 Fixed setting user-agent string by murgatroid99 · 9 years ago
- 8b25f2a move fake_transport_security_credentials to private API by yang-g · 9 years ago
- 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
- 33c0d9d C++ is also a language that can be insecure by Craig Tiller · 9 years ago
- 198a1ad Added user-agent setting code, and a test for it by murgatroid99 · 9 years ago
- 63bb2f1 Removed now-incorrect asserts in oauth test by murgatroid99 · 9 years ago
- c7b8872 Removed unnecessary arguments from auth message by murgatroid99 · 9 years ago
- 21ec6c3 Added oauth2_auth_token and per_rpc_creds Node interop tests by murgatroid99 · 9 years ago
- 02c160a Use more meaningful names for metadata keys in tests by murgatroid99 · 9 years ago
- 2355066 Merge pull request #2464 from murgatroid99/node_server_construction_change by Abhishek Kumar · 9 years ago
- c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
- 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 9 years ago
- 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 9 years ago
- ef9fd53 Added test for echoing metadata by murgatroid99 · 9 years ago
- 380b90a Removed server-wide metadata handler, individual handlers can now send metadata by murgatroid99 · 9 years ago