1. d9c1fab Updated ProtoBuf.js dependency to latest released version by murgatroid99 · 9 years ago
  2. 522b93c Added missing comma in binding.gyp. by murgatroid99 · 9 years ago
  3. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  4. ba710e5 Added changes to node and php wrappers by David Garcia Quintas · 9 years ago
  5. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  6. 2299ad6 Merge pull request #1959 from murgatroid99/node_long_field_strings by Tim Emiola · 9 years ago
  7. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  8. 8344d98 Bump version of Node library by murgatroid99 · 9 years ago
  9. 9d5ae1c Fixed handling of long values by murgatroid99 · 9 years ago
  10. f4cbf74 Added tests for serializing and deserializing 64 bit values in proto messages by murgatroid99 · 9 years ago
  11. 7b6e979 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  12. a1a1f34 Merge pull request #1892 from murgatroid99/node_use_lodash by Tim Emiola · 9 years ago
  13. 8390709 Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-install by Jayant Kolhe · 9 years ago
  14. 174d923 Updates INSTALL on Node.js README.md by Tim Emiola · 9 years ago
  15. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  16. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  17. cd35c4c Updated server to use new shutdown semantics by murgatroid99 · 9 years ago
  18. b846b25 Updated Node.js version to 0.9.0 by murgatroid99 · 9 years ago
  19. 376f2c0 Update node server examples to consistently bind to 50051 by remi Taylor · 9 years ago
  20. b4f244f Reverted change to _write in client.js by murgatroid99 · 9 years ago
  21. 6d1a844 Coalesced redundant code by murgatroid99 · 9 years ago
  22. fe29b6d Removed debug log by murgatroid99 · 9 years ago
  23. 2fb16aa Fixed ordering assumptions in server_streaming interop test by murgatroid99 · 9 years ago
  24. 3d49461 Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm by Craig Tiller · 9 years ago
  25. 19944f5 Merge pull request #1574 from murgatroid99/node_service_packager by Tim Emiola · 9 years ago
  26. bf6bd23 Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm by Craig Tiller · 9 years ago
  27. d17403c Correctly handle reading the final message and then sending status by Craig Tiller · 9 years ago
  28. 012d43b Fixed client handling of failed batches by murgatroid99 · 9 years ago
  29. 04589a7 Fixed server to handle invalid arguments without breaking by murgatroid99 · 9 years ago
  30. 778c61b Added failing tests for server bad argument handling by murgatroid99 · 9 years ago
  31. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 9 years ago
  32. 08b0e66 Added comments to service_packager script by murgatroid99 · 9 years ago
  33. d8d21d7 Removed response type by murgatroid99 · 9 years ago
  34. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 9 years ago
  35. 2c5fa16 Fixed client auth implementation and tests by murgatroid99 · 9 years ago
  36. c880cad Added service_packager description to bin/README.md by murgatroid99 · 9 years ago
  37. b70d1d9 Fixed include path handling by murgatroid99 · 9 years ago
  38. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  39. f4b2832 service_packager now properly generates service and package files by murgatroid99 · 9 years ago
  40. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  41. 2f9f29a Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test by Tim Emiola · 9 years ago
  42. 43a75af Merge branch 'master' into node_service_packager by murgatroid99 · 9 years ago
  43. 838e0a3 Bump Node version to 0.8.0 by murgatroid99 · 9 years ago
  44. 20afbb9 Updated interop tests to handle proto3 changes by murgatroid99 · 9 years ago
  45. c73a2be Updated deserialization code to fix message echoing by murgatroid99 · 9 years ago
  46. 1e13bac Merge branch 'master' into node_fix_message_echo by murgatroid99 · 9 years ago
  47. 5828fb9 Added failing test that echos the request message by murgatroid99 · 9 years ago
  48. 1b40198 Added jwtaccess cloud-to-prod interop test by murgatroid99 · 9 years ago
  49. 11cfdf7 Removed a default value I missed by murgatroid99 · 9 years ago
  50. 0e19902 Updated ProtoBuf.js dependency. Updated protos to proto3 by murgatroid99 · 9 years ago
  51. f662aa4 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  52. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  53. f0b4c58 Merge pull request #1515 from murgatroid99/node_auth_uri_parameter by Tim Emiola · 9 years ago
  54. 00943fc Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata by murgatroid99 · 9 years ago
  55. 40a4e86 Merge branch 'master' into node_status_error_event by murgatroid99 · 9 years ago
  56. f742c52 Version bump because of new exposed errors by murgatroid99 · 9 years ago
  57. 65b784e Added error events on client streams when the server is streaming by murgatroid99 · 9 years ago
  58. f508145 Fix some wrapped languages by Craig Tiller · 9 years ago
  59. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  60. b877639 Exposed server address string in stub by murgatroid99 · 9 years ago
  61. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  62. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  63. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  64. 71dbb86 Added JSON option for gRPC file loading by murgatroid99 · 9 years ago
  65. ff1ae50 Removes nodejs pubsub example by Tim Emiola · 9 years ago
  66. cb46db0 Initial version of service_packager script by murgatroid99 · 9 years ago
  67. 693de45 Bump node library version to publish bugfix by murgatroid99 · 9 years ago
  68. 353d422 Fixed bugs in trailing metadata handling and math server example by murgatroid99 · 9 years ago
  69. 0d8d958 Merge pull request #1198 from atombender/master by Michael Lumish · 9 years ago
  70. 425e46c Fix compilation of Node package conditionally on Mac: by Alexander Staubo · 9 years ago
  71. 3f670f4 Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead). by Alexander Staubo · 9 years ago
  72. 300ebc4 Merge pull request #1140 from murgatroid99/node_trailing_metadata by Tim Emiola · 9 years ago
  73. 49388b3 Reworded test case descriptions by murgatroid99 · 9 years ago
  74. c4bc324 Reversed accidentally swapped test cases by murgatroid99 · 9 years ago
  75. e0eda5f Fixed proto syntax by murgatroid99 · 9 years ago
  76. eb21bdd Finished adding trailing metadata tests by murgatroid99 · 9 years ago
  77. d07a278 Started adding support for trailing metadata by murgatroid99 · 9 years ago
  78. 5a8cfdd Merge pull request #1097 from murgatroid99/node_general_interface by Tim Emiola · 9 years ago
  79. 71d2f55 Merge pull request #1090 from murgatroid99/node_qps_test by Tim Emiola · 9 years ago
  80. b0823fd Added requested comments by murgatroid99 · 9 years ago
  81. 94c5e71 Added a comment to server.js by murgatroid99 · 9 years ago
  82. 90da75e Fixed Compute Engine Auth username check by murgatroid99 · 9 years ago
  83. e0f24dc Added a test for generic client and server constructors by murgatroid99 · 9 years ago
  84. e023e98 Added functions to create generic servers and clients by murgatroid99 · 9 years ago
  85. d77e543 Merge branch 'node_qps_test' into node_limit_thread_usage by murgatroid99 · 9 years ago
  86. 5cb82b5 Added Node QPS test by murgatroid99 · 9 years ago
  87. 1110e96 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  88. be64ca0 Bumped version by murgatroid99 · 9 years ago
  89. 429bb7a Simplified some tests by murgatroid99 · 9 years ago
  90. da77151 Changed call to only expect and return binary headers when key ends with '-bin' by murgatroid99 · 9 years ago
  91. 3c3d860 Node package version bump by murgatroid99 · 9 years ago
  92. bffe7d7 Switched protobufjs dependency to npm package instead of GitHub by murgatroid99 · 9 years ago
  93. 3f6cd88 Improved node install instructions and bumped version by murgatroid99 · 9 years ago
  94. fba214c Updated Node package version to 0.5.3 by murgatroid99 · 9 years ago
  95. 44a3b4a Merge branch 'master' into node_11_cleanup_segfault by murgatroid99 · 9 years ago
  96. e5f4706 Fixed segfault by fixing scope issue by murgatroid99 · 9 years ago
  97. 6cbb237 Added more tests by murgatroid99 · 9 years ago
  98. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  99. 9709188 Merge pull request #952 from murgatroid99/node_0_12_compatibility by Tim Emiola · 9 years ago
  100. 2decfa2 Removed extra variables by murgatroid99 · 9 years ago