1. aac8f14 Made deadline tests accept INTERNAL status by murgatroid99 · 9 years ago
  2. 2194cd8 Merge pull request #2942 from murgatroid99/node_parent_call by Michael Lumish · 9 years ago
  3. bc15a78 Replaced remaining references to 'listen' with 'start' by murgatroid99 · 9 years ago
  4. c04c03c Resolved merge conflicts with master by murgatroid99 · 9 years ago
  5. 0b09457 Made deadline tests work by murgatroid99 · 9 years ago
  6. 99e2104 Add parent call propagation API to Node library by murgatroid99 · 9 years ago
  7. 296a369 Further fixed connectivity tests by murgatroid99 · 9 years ago
  8. 3713546 Modified watchState functions to match C API by murgatroid99 · 9 years ago
  9. 8be611f Resolved merge conflicts with master by murgatroid99 · 9 years ago
  10. a16b5ef Added host override option for RPCs. Added optional params object by murgatroid99 · 9 years ago
  11. c0fb236 Resolved merge conflicts by murgatroid99 · 9 years ago
  12. 61cfcc2 Resolved merge conflicts by murgatroid99 · 9 years ago
  13. 2a21434 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel by Abhishek Kumar · 9 years ago
  14. c7f4d4f Wrap connectivity API, expose it to client as waitForReady by murgatroid99 · 9 years ago
  15. 1a7dcac Made binding a server to a port insecurely explicit by murgatroid99 · 9 years ago
  16. 928a0cc Added test that credential channel argument is required by murgatroid99 · 9 years ago
  17. 893690f Made credentials an explicit required argument to channels by murgatroid99 · 9 years ago
  18. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  19. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
  20. b3ff741 Merge pull request #2630 from murgatroid99/node_completion_key_names by Jan Tattermusch · 9 years ago
  21. ea12b97 Exposed channel target and call peer in Node wrapper by murgatroid99 · 9 years ago
  22. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  23. a627d89 Changed object keys to valid identifier names by murgatroid99 · 9 years ago
  24. 52e4de1 Fix node test. Remove all the server fake credentials references by yang-g · 9 years ago
  25. 198a1ad Added user-agent setting code, and a test for it by murgatroid99 · 9 years ago
  26. 02c160a Use more meaningful names for metadata keys in tests by murgatroid99 · 9 years ago
  27. 2355066 Merge pull request #2464 from murgatroid99/node_server_construction_change by Abhishek Kumar · 9 years ago
  28. 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 9 years ago
  29. 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 9 years ago
  30. ef9fd53 Added test for echoing metadata by murgatroid99 · 9 years ago
  31. 366e64d Changed to newer, simpler server construction interface by murgatroid99 · 9 years ago
  32. a5b482a Updated health check service with new changes by murgatroid99 · 9 years ago
  33. 2be6ac0 Minor changes to match recent design changes by murgatroid99 · 9 years ago
  34. d046cc6 Added some tests for the health check service by murgatroid99 · 9 years ago
  35. 9d5ae1c Fixed handling of long values by murgatroid99 · 9 years ago
  36. f4cbf74 Added tests for serializing and deserializing 64 bit values in proto messages by murgatroid99 · 9 years ago
  37. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  38. d17403c Correctly handle reading the final message and then sending status by Craig Tiller · 9 years ago
  39. 04589a7 Fixed server to handle invalid arguments without breaking by murgatroid99 · 9 years ago
  40. 778c61b Added failing tests for server bad argument handling by murgatroid99 · 9 years ago
  41. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 9 years ago
  42. 1e13bac Merge branch 'master' into node_fix_message_echo by murgatroid99 · 9 years ago
  43. 5828fb9 Added failing test that echos the request message by murgatroid99 · 9 years ago
  44. 0e19902 Updated ProtoBuf.js dependency. Updated protos to proto3 by murgatroid99 · 9 years ago
  45. 65b784e Added error events on client streams when the server is streaming by murgatroid99 · 9 years ago
  46. 71dbb86 Added JSON option for gRPC file loading by murgatroid99 · 9 years ago
  47. 353d422 Fixed bugs in trailing metadata handling and math server example by murgatroid99 · 9 years ago
  48. 49388b3 Reworded test case descriptions by murgatroid99 · 9 years ago
  49. e0eda5f Fixed proto syntax by murgatroid99 · 9 years ago
  50. eb21bdd Finished adding trailing metadata tests by murgatroid99 · 9 years ago
  51. d07a278 Started adding support for trailing metadata by murgatroid99 · 9 years ago
  52. 5a8cfdd Merge pull request #1097 from murgatroid99/node_general_interface by Tim Emiola · 9 years ago
  53. e0f24dc Added a test for generic client and server constructors by murgatroid99 · 10 years ago
  54. e023e98 Added functions to create generic servers and clients by murgatroid99 · 10 years ago
  55. 429bb7a Simplified some tests by murgatroid99 · 10 years ago
  56. da77151 Changed call to only expect and return binary headers when key ends with '-bin' by murgatroid99 · 10 years ago
  57. e5f4706 Fixed segfault by fixing scope issue by murgatroid99 · 10 years ago
  58. 6cbb237 Added more tests by murgatroid99 · 10 years ago
  59. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  60. dca966d Fixed lint errors by murgatroid99 · 10 years ago
  61. 84193cd Merge branch 'master' into node_auth_integration by murgatroid99 · 10 years ago
  62. 5b41d4f Added interop support for default root SSL certs by murgatroid99 · 10 years ago
  63. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  64. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  65. c55ee61 Last test now passes by murgatroid99 · 10 years ago
  66. d17d57a Removed extra log lines by murgatroid99 · 10 years ago
  67. 10ac96c All tests but one now pass against new API by murgatroid99 · 10 years ago
  68. e787955 Fixed most of surface tests by murgatroid99 · 10 years ago
  69. 1578c6a Fixed end to end tests by murgatroid99 · 10 years ago
  70. 7765906 More end to end test debugging by murgatroid99 · 10 years ago
  71. cd0b906 Fixed end-to-end tests for new changes by murgatroid99 · 10 years ago
  72. 016bb50 Extension module now compiles and some tests pass by murgatroid99 · 10 years ago
  73. 0af89aa Added handling for unimplemeneted methods on the server by murgatroid99 · 10 years ago
  74. bca2f95 Added cancellation interop tests to Node interop client by murgatroid99 · 10 years ago
  75. 4d2d0f0 Added API for servers to provide metadata by murgatroid99 · 10 years ago
  76. 7625db4 Changed low-level metadata API to be more reasonable by murgatroid99 · 10 years ago
  77. 29c5513 Finished fixing the tests by murgatroid99 · 10 years ago
  78. b6ca52e Fixed tests by properly half-closing by murgatroid99 · 10 years ago
  79. 098b577 Removed all uses of highland by murgatroid99 · 10 years ago
  80. 9df2693 Fixed file references to match moved files by murgatroid99 · 10 years ago
  81. d485b13 Refactored other tests by murgatroid99 · 10 years ago
  82. 4b962f7 Refactored tests to avoid hanging by murgatroid99 · 10 years ago
  83. 55dd2ba Added cancel to client APIs and cancelled event to server APIs by murgatroid99 · 10 years ago
  84. 51cab62 Added missing server shutdown to interop test runner by murgatroid99 · 10 years ago
  85. c92499d Removed some duplicate stream code by murgatroid99 · 10 years ago
  86. e16e333 Skiped currently failing test by murgatroid99 · 10 years ago
  87. bb289c2 Resolved merge conflict with upstream/master by murgatroid99 · 10 years ago
  88. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  89. 63e1bf3 Merge branch 'master' into node_remove_byte_streams by murgatroid99 · 10 years ago
  90. ec89564 Switched binary stream to object stream by murgatroid99 · 10 years ago
  91. f034e50 Modified interop tests to handle binding to port 0 by murgatroid99 · 10 years ago
  92. 7a81f05 Merge branch 'master' into node_bind_port_zero by murgatroid99 · 10 years ago
  93. d2f20b2 Removed port_picker and bound to port 0 in tests instead by murgatroid99 · 10 years ago
  94. b6ab1b4 Added TLS support to interop tests by murgatroid99 · 10 years ago
  95. 97d6130 Added and fixed interop tests by murgatroid99 · 10 years ago
  96. 7d1a19a Added interop client and server by murgatroid99 · 10 years ago
  97. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  98. fd81e70 Made method names more idiomatically cased for clients and servers by murgatroid99 · 10 years ago
  99. 3548ed8 Updated to new call.invoke API by murgatroid99 · 10 years ago
  100. cca5ffa Added code generation for clients and servers by murgatroid99 · 10 years ago