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