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