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