1. 61cfcc2 Resolved merge conflicts by murgatroid99 · 10 years ago
  2. 2a21434 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel by Abhishek Kumar · 10 years ago
  3. 8e06c2e Merge pull request #2676 from murgatroid99/node_jsdoc by Nicolas Noble · 10 years ago
  4. 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 10 years ago
  5. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 10 years ago
  6. 1a7dcac Made binding a server to a port insecurely explicit by murgatroid99 · 10 years ago
  7. 928a0cc Added test that credential channel argument is required by murgatroid99 · 10 years ago
  8. 893690f Made credentials an explicit required argument to channels by murgatroid99 · 10 years ago
  9. cbdac55 Merge branch 'master' into node_explicit_insecure_channel by murgatroid99 · 10 years ago
  10. 6249c0c Added explicit insecure credentials constructors by murgatroid99 · 10 years ago
  11. 9cd90a6 Rearranged some code for jsdoc, added some documentation by murgatroid99 · 10 years ago
  12. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 10 years ago
  13. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 10 years ago
  14. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 10 years ago
  15. 46f2860 Added documentation command and settings to Node package by murgatroid99 · 10 years ago
  16. b3ff741 Merge pull request #2630 from murgatroid99/node_completion_key_names by Jan Tattermusch · 10 years ago
  17. e8cdd54 Merge pull request #2651 from murgatroid99/node_call_peer_address by Jan Tattermusch · 10 years ago
  18. 7e06b6f Merge pull request #2620 from meisterpeeps/master by Michael Lumish · 10 years ago
  19. ea12b97 Exposed channel target and call peer in Node wrapper by murgatroid99 · 10 years ago
  20. 7cb0853 Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 10 years ago
  21. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 10 years ago
  22. a627d89 Changed object keys to valid identifier names by murgatroid99 · 10 years ago
  23. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 10 years ago
  24. 39ae034 Update README.md by Jeff Peoples · 10 years ago
  25. 52e4de1 Fix node test. Remove all the server fake credentials references by yang-g · 10 years ago
  26. d601ff5 Fixed setting user-agent string by murgatroid99 · 10 years ago
  27. 8b25f2a move fake_transport_security_credentials to private API by yang-g · 10 years ago
  28. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 10 years ago
  29. 33c0d9d C++ is also a language that can be insecure by Craig Tiller · 10 years ago
  30. 198a1ad Added user-agent setting code, and a test for it by murgatroid99 · 10 years ago
  31. 63bb2f1 Removed now-incorrect asserts in oauth test by murgatroid99 · 10 years ago
  32. c7b8872 Removed unnecessary arguments from auth message by murgatroid99 · 10 years ago
  33. 21ec6c3 Added oauth2_auth_token and per_rpc_creds Node interop tests by murgatroid99 · 10 years ago
  34. 02c160a Use more meaningful names for metadata keys in tests by murgatroid99 · 10 years ago
  35. 2355066 Merge pull request #2464 from murgatroid99/node_server_construction_change by Abhishek Kumar · 10 years ago
  36. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 10 years ago
  37. 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 10 years ago
  38. 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 10 years ago
  39. ef9fd53 Added test for echoing metadata by murgatroid99 · 10 years ago
  40. 380b90a Removed server-wide metadata handler, individual handlers can now send metadata by murgatroid99 · 10 years ago
  41. 366e64d Changed to newer, simpler server construction interface by murgatroid99 · 10 years ago
  42. da7790b Merge pull request #2335 from murgatroid99/node_error_codes by Abhishek Kumar · 10 years ago
  43. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 10 years ago
  44. 354398f Updating wrapped languages to new time functions by Craig Tiller · 10 years ago
  45. 2a3ec16a Merge branch 'master' into release-0_10 by Craig Tiller · 10 years ago
  46. a9a8eb7 Merge pull request #2322 from murgatroid99/node_health_check_service by Yang Gao · 10 years ago
  47. c73b450 Bumped Node.js package version to 0.10.0 by murgatroid99 · 10 years ago
  48. a5b482a Updated health check service with new changes by murgatroid99 · 10 years ago
  49. 10441a94 Merge pull request #2310 from murgatroid99/node_pkg_config by Nicolas Noble · 10 years ago
  50. 8dae13e Made Node server respond with UNKNOWN for unspecified application errors by murgatroid99 · 10 years ago
  51. 2be6ac0 Minor changes to match recent design changes by murgatroid99 · 10 years ago
  52. 06e5471 Added other LDFLAGS to node gyp file by murgatroid99 · 10 years ago
  53. b771f91 Only use pkg-config if grpc is installed by murgatroid99 · 10 years ago
  54. d046cc6 Added some tests for the health check service by murgatroid99 · 10 years ago
  55. 357e181 Link Node against static dependencies just in case by murgatroid99 · 10 years ago
  56. b0d8b31 Use pkg-config in node's binding.gyp by murgatroid99 · 10 years ago
  57. 87e74fc Stopped binding service handler functions to server by murgatroid99 · 10 years ago
  58. f0c6f96 Added tests for health checking by murgatroid99 · 10 years ago
  59. e899aeb Added health check service implementation by murgatroid99 · 10 years ago
  60. d9c1fab Updated ProtoBuf.js dependency to latest released version by murgatroid99 · 10 years ago
  61. 522b93c Added missing comma in binding.gyp. by murgatroid99 · 10 years ago
  62. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 10 years ago
  63. ba710e5 Added changes to node and php wrappers by David Garcia Quintas · 10 years ago
  64. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 10 years ago
  65. 2299ad6 Merge pull request #1959 from murgatroid99/node_long_field_strings by Tim Emiola · 10 years ago
  66. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 10 years ago
  67. 8344d98 Bump version of Node library by murgatroid99 · 10 years ago
  68. 9d5ae1c Fixed handling of long values by murgatroid99 · 10 years ago
  69. f4cbf74 Added tests for serializing and deserializing 64 bit values in proto messages by murgatroid99 · 10 years ago
  70. 7b6e979 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 10 years ago
  71. a1a1f34 Merge pull request #1892 from murgatroid99/node_use_lodash by Tim Emiola · 10 years ago
  72. 8390709 Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-install by Jayant Kolhe · 10 years ago
  73. 174d923 Updates INSTALL on Node.js README.md by Tim Emiola · 10 years ago
  74. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 10 years ago
  75. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 10 years ago
  76. cd35c4c Updated server to use new shutdown semantics by murgatroid99 · 10 years ago
  77. b846b25 Updated Node.js version to 0.9.0 by murgatroid99 · 10 years ago
  78. 376f2c0 Update node server examples to consistently bind to 50051 by remi Taylor · 10 years ago
  79. b4f244f Reverted change to _write in client.js by murgatroid99 · 10 years ago
  80. 6d1a844 Coalesced redundant code by murgatroid99 · 10 years ago
  81. fe29b6d Removed debug log by murgatroid99 · 10 years ago
  82. 2fb16aa Fixed ordering assumptions in server_streaming interop test by murgatroid99 · 10 years ago
  83. 3d49461 Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm by Craig Tiller · 10 years ago
  84. 19944f5 Merge pull request #1574 from murgatroid99/node_service_packager by Tim Emiola · 10 years ago
  85. bf6bd23 Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm by Craig Tiller · 10 years ago
  86. d17403c Correctly handle reading the final message and then sending status by Craig Tiller · 10 years ago
  87. 012d43b Fixed client handling of failed batches by murgatroid99 · 10 years ago
  88. 04589a7 Fixed server to handle invalid arguments without breaking by murgatroid99 · 10 years ago
  89. 778c61b Added failing tests for server bad argument handling by murgatroid99 · 10 years ago
  90. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 10 years ago
  91. 08b0e66 Added comments to service_packager script by murgatroid99 · 10 years ago
  92. d8d21d7 Removed response type by murgatroid99 · 10 years ago
  93. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 10 years ago
  94. 2c5fa16 Fixed client auth implementation and tests by murgatroid99 · 10 years ago
  95. c880cad Added service_packager description to bin/README.md by murgatroid99 · 10 years ago
  96. b70d1d9 Fixed include path handling by murgatroid99 · 10 years ago
  97. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 10 years ago
  98. f4b2832 service_packager now properly generates service and package files by murgatroid99 · 10 years ago
  99. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 10 years ago
  100. 2f9f29a Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test by Tim Emiola · 10 years ago