1. e89aad0 updated node interop server by David Garcia Quintas · 8 years ago
  2. 25058c9 Merge pull request #6032 from murgatroid99/node_stress_client by Jan Tattermusch · 8 years ago
  3. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  4. 70788e1 Node stress test client by murgatroid99 · 8 years ago
  5. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 8 years ago
  6. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 9 years ago
  7. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  8. 4080921 Update copyrights by murgatroid99 · 9 years ago
  9. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  10. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  11. cd92509 Update some wrapped stuff by Craig Tiller · 9 years ago
  12. 496ca76 Fixed a too-long line in a file by murgatroid99 · 9 years ago
  13. 221ae63 Added support for ResponseParameters.interval_us to the Node interop server by murgatroid99 · 9 years ago
  14. cc19b94 Make Node interop client use default roots file path by murgatroid99 · 9 years ago
  15. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  16. 5dbbd91 Revert "Added interval_us delay in Node interop server" by murgatroid99 · 9 years ago
  17. be13d81 Fixed some issues with the tests by murgatroid99 · 9 years ago
  18. 6374f9d Fix a couple of issues with the node interop client by murgatroid99 · 9 years ago
  19. b8ceb7c Added remaining implementable node interop tests, except compression by murgatroid99 · 9 years ago
  20. 30df27a Made Node interop client use all specified command line flags by murgatroid99 · 9 years ago
  21. 83815ea Added interval_us delay in Node interop server by murgatroid99 · 9 years ago
  22. a6a9a6d Add incompressible responses and status echoing to Node interop server by murgatroid99 · 9 years ago
  23. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  24. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  25. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  26. 9b701e9 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  27. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  28. 5f709ca Split Credentials into two types by murgatroid99 · 9 years ago
  29. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  30. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  31. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  32. 0ff9238 Merge branch 'master' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  33. c9f43e5 Fix bugs that were causing auth interop tests to fail by murgatroid99 · 9 years ago
  34. 76ba1ff Switched to using static functions for accessing Client properties by murgatroid99 · 9 years ago
  35. 9708425 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  36. 956e411 Merge pull request #3012 from murgatroid99/node_metadata_class by Tim Emiola · 9 years ago
  37. e634f9a Fixed the tests by murgatroid99 · 9 years ago
  38. 1eb113c Add metadata echo functionality to interop server, and corresponding interop test by murgatroid99 · 9 years ago
  39. 5390692 Merge branch 'node_metadata_class' into node_interop_echo_metadata by murgatroid99 · 9 years ago
  40. 4e53265 Changed prefixed Client properties to distinguish private and public properties by murgatroid99 · 9 years ago
  41. 1e9dd32 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  42. 84e3cde Added new Metadata class to abstract over internal representation and normalize keys by murgatroid99 · 9 years ago
  43. 6b3737d Fixed tests by murgatroid99 · 9 years ago
  44. c2fdfcf Modified server SSL certs to allow multiple pairs and force_client_auth flag by murgatroid99 · 9 years ago
  45. aac8f14 Made deadline tests accept INTERNAL status by murgatroid99 · 9 years ago
  46. e13bfc0 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  47. bc15a78 Replaced remaining references to 'listen' with 'start' by murgatroid99 · 9 years ago
  48. bfebdec Resolved merge conflicts with master by murgatroid99 · 9 years ago
  49. 30bc5d3 Merge pull request #2901 from murgatroid99/node_fix_auth_interop by Jan Tattermusch · 9 years ago
  50. e87997f Fixed failing cloud-to-prod auth interop tests by murgatroid99 · 9 years ago
  51. 9bfb16a Fixed lint errors by murgatroid99 · 9 years ago
  52. 9e2b7c8 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  53. 9a2a3ae Merge pull request #2715 from murgatroid99/node_interop_client_simplify by Tim Emiola · 9 years ago
  54. a16b5ef Added host override option for RPCs. Added optional params object by murgatroid99 · 9 years ago
  55. 61cfcc2 Resolved merge conflicts by murgatroid99 · 9 years ago
  56. 54b8f0f Eliminated some redundant checks in the Node interop client by murgatroid99 · 9 years ago
  57. f685ae2 Missed one by murgatroid99 · 9 years ago
  58. 1a7dcac Made binding a server to a port insecurely explicit by murgatroid99 · 9 years ago
  59. 893690f Made credentials an explicit required argument to channels by murgatroid99 · 9 years ago
  60. 63bb2f1 Removed now-incorrect asserts in oauth test by murgatroid99 · 9 years ago
  61. c7b8872 Removed unnecessary arguments from auth message by murgatroid99 · 9 years ago
  62. 21ec6c3 Added oauth2_auth_token and per_rpc_creds Node interop tests by murgatroid99 · 9 years ago
  63. 380b90a Removed server-wide metadata handler, individual handlers can now send metadata by murgatroid99 · 9 years ago
  64. 366e64d Changed to newer, simpler server construction interface by murgatroid99 · 9 years ago
  65. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  66. 2fb16aa Fixed ordering assumptions in server_streaming interop test by murgatroid99 · 9 years ago
  67. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 9 years ago
  68. d8d21d7 Removed response type by murgatroid99 · 9 years ago
  69. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 9 years ago
  70. 2c5fa16 Fixed client auth implementation and tests by murgatroid99 · 9 years ago
  71. 2f9f29a Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test by Tim Emiola · 9 years ago
  72. 20afbb9 Updated interop tests to handle proto3 changes by murgatroid99 · 9 years ago
  73. 1b40198 Added jwtaccess cloud-to-prod interop test by murgatroid99 · 9 years ago
  74. 0e19902 Updated ProtoBuf.js dependency. Updated protos to proto3 by murgatroid99 · 9 years ago
  75. 65b784e Added error events on client streams when the server is streaming by murgatroid99 · 9 years ago
  76. c4bc324 Reversed accidentally swapped test cases by murgatroid99 · 9 years ago
  77. 90da75e Fixed Compute Engine Auth username check by murgatroid99 · 9 years ago
  78. da02a67 Updated Node library to new secure server API by murgatroid99 · 10 years ago
  79. 042e63c Fixed import of google-auth-library by murgatroid99 · 10 years ago
  80. 7d2adf0 Updated interop proto for compatibility with proto3 servers by murgatroid99 · 10 years ago
  81. bbd67c0 clean up some internal path and names by Yang Gao · 10 years ago
  82. dca966d Fixed lint errors by murgatroid99 · 10 years ago
  83. 84193cd Merge branch 'master' into node_auth_integration by murgatroid99 · 10 years ago
  84. 8c3ed00 Added auth functionality and interop tests by murgatroid99 · 10 years ago
  85. 5b41d4f Added interop support for default root SSL certs by murgatroid99 · 10 years ago
  86. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  87. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  88. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  89. 0a9ae3d Merge pull request #504 from murgatroid99/node_new_core_api by Tim Emiola · 10 years ago
  90. e4ac3d6 Merge branch 'node_new_core_api' into node_auth_integration by murgatroid99 · 10 years ago
  91. ad1fd3a Add proto copyrights by Craig Tiller · 10 years ago
  92. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 10 years ago
  93. d17d57a Removed extra log lines by murgatroid99 · 10 years ago
  94. 10ac96c All tests but one now pass against new API by murgatroid99 · 10 years ago
  95. bca2f95 Added cancellation interop tests to Node interop client by murgatroid99 · 10 years ago
  96. 4d2d0f0 Added API for servers to provide metadata by murgatroid99 · 10 years ago
  97. 7eb6bb9 Removed all instances of == in js files by murgatroid99 · 10 years ago
  98. 34986de Fixed node interop server by murgatroid99 · 10 years ago
  99. f034e50 Modified interop tests to handle binding to port 0 by murgatroid99 · 10 years ago
  100. b6ab1b4 Added TLS support to interop tests by murgatroid99 · 10 years ago