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