1. 8ef43bd update location of .protos in node by Jan Tattermusch · 9 years ago
  2. b469630 Refactored server.js and added a test to increase coverage by murgatroid99 · 9 years ago
  3. 7cfee08 Added more tests, removed some unused code, fixed a bug by murgatroid99 · 9 years ago
  4. 71f5036 Added some more tests to increase coverage by murgatroid99 · 9 years ago
  5. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  6. 2756fde Resolved merge conflicts by murgatroid99 · 9 years ago
  7. 8d5396a Resolved merge conflicts by murgatroid99 · 9 years ago
  8. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  9. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  10. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  11. 2c641c6 Fixed up Node tests after math folder move by murgatroid99 · 9 years ago
  12. 7cd632c Re-implemented call propagation tests to avoid race conditions by murgatroid99 · 9 years ago
  13. 08005ed Removed a pair of racy Node tests by murgatroid99 · 9 years ago
  14. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  15. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  16. 76ba1ff Switched to using static functions for accessing Client properties by murgatroid99 · 9 years ago
  17. 9708425 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  18. 1e9dd32 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  19. cc248a2 Added string value validation, modified key normalization and validation by murgatroid99 · 9 years ago
  20. f441b3f Fixed test and lint errors by murgatroid99 · 9 years ago
  21. 5bb9fc1 Merge branch 'node_server_graceful_shutdown' into node_metadata_class by murgatroid99 · 9 years ago
  22. 84e3cde Added new Metadata class to abstract over internal representation and normalize keys by murgatroid99 · 9 years ago
  23. 2c3938e Merge branch 'master' into node_server_graceful_shutdown by murgatroid99 · 9 years ago
  24. cb951f6 Split server shutdown into tryShutdown and forceShutdown by murgatroid99 · 9 years ago
  25. aac8f14 Made deadline tests accept INTERNAL status by murgatroid99 · 9 years ago
  26. e13bfc0 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  27. c04c03c Resolved merge conflicts with master by murgatroid99 · 9 years ago
  28. 0b09457 Made deadline tests work by murgatroid99 · 9 years ago
  29. 99e2104 Add parent call propagation API to Node library by murgatroid99 · 9 years ago
  30. 296a369 Further fixed connectivity tests by murgatroid99 · 9 years ago
  31. 3713546 Modified watchState functions to match C API by murgatroid99 · 9 years ago
  32. 8be611f Resolved merge conflicts with master by murgatroid99 · 9 years ago
  33. bfebdec Resolved merge conflicts with master by murgatroid99 · 9 years ago
  34. c0fb236 Resolved merge conflicts by murgatroid99 · 9 years ago
  35. 61cfcc2 Resolved merge conflicts by murgatroid99 · 9 years ago
  36. 2a21434 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel by Abhishek Kumar · 9 years ago
  37. e77da44 Ensure that client generated methods don't conflict with other properties by murgatroid99 · 9 years ago
  38. c7f4d4f Wrap connectivity API, expose it to client as waitForReady by murgatroid99 · 9 years ago
  39. 1a7dcac Made binding a server to a port insecurely explicit by murgatroid99 · 9 years ago
  40. 893690f Made credentials an explicit required argument to channels by murgatroid99 · 9 years ago
  41. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  42. ea12b97 Exposed channel target and call peer in Node wrapper by murgatroid99 · 9 years ago
  43. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  44. 198a1ad Added user-agent setting code, and a test for it by murgatroid99 · 9 years ago
  45. 02c160a Use more meaningful names for metadata keys in tests by murgatroid99 · 9 years ago
  46. 2355066 Merge pull request #2464 from murgatroid99/node_server_construction_change by Abhishek Kumar · 9 years ago
  47. 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 9 years ago
  48. 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 9 years ago
  49. ef9fd53 Added test for echoing metadata by murgatroid99 · 9 years ago
  50. 366e64d Changed to newer, simpler server construction interface by murgatroid99 · 9 years ago
  51. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  52. 04589a7 Fixed server to handle invalid arguments without breaking by murgatroid99 · 9 years ago
  53. 778c61b Added failing tests for server bad argument handling by murgatroid99 · 9 years ago
  54. 5828fb9 Added failing test that echos the request message by murgatroid99 · 9 years ago
  55. 65b784e Added error events on client streams when the server is streaming by murgatroid99 · 9 years ago
  56. 71dbb86 Added JSON option for gRPC file loading by murgatroid99 · 9 years ago
  57. 49388b3 Reworded test case descriptions by murgatroid99 · 9 years ago
  58. eb21bdd Finished adding trailing metadata tests by murgatroid99 · 9 years ago
  59. d07a278 Started adding support for trailing metadata by murgatroid99 · 9 years ago
  60. e0f24dc Added a test for generic client and server constructors by murgatroid99 · 9 years ago
  61. e023e98 Added functions to create generic servers and clients by murgatroid99 · 9 years ago
  62. dca966d Fixed lint errors by murgatroid99 · 9 years ago
  63. ce5021b Add missing new-lines at end of file by Craig Tiller · 9 years ago
  64. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  65. 10ac96c All tests but one now pass against new API by murgatroid99 · 10 years ago
  66. 4d2d0f0 Added API for servers to provide metadata by murgatroid99 · 10 years ago
  67. 9df2693 Fixed file references to match moved files by murgatroid99 · 10 years ago
  68. 55dd2ba Added cancel to client APIs and cancelled event to server APIs by murgatroid99 · 10 years ago
  69. fd81e70 Made method names more idiomatically cased for clients and servers by murgatroid99 · 10 years ago
  70. cca5ffa Added code generation for clients and servers by murgatroid99 · 10 years ago