1. 7229f88 Move gRPC constants to js file to include them in generated documentation by murgatroid99 · 7 years ago
  2. ffac55d Refactor client logic into superclass with generic methods, improve documentation by murgatroid99 · 7 years ago
  3. ac7f90d Add enumsAsStrings option, as the original upgrade PR did by murgatroid99 · 8 years ago
  4. b306854 Improve ProtoBuf.js version heuristic, add tests for oneof decoding by murgatroid99 · 8 years ago
  5. b1a0231 Autodetect ProtoBuf.js version in grpc.loadObject by murgatroid99 · 8 years ago
  6. b5b5f02 Upgrade Node dependency on Protobuf.js to version 6 by murgatroid99 · 8 years ago
  7. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  8. 1d2f289 Add timestamps to custom log output by murgatroid99 · 8 years ago
  9. 9b9708a Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger by murgatroid99 · 8 years ago
  10. 6f60766 Load default roots.pem in Node via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  11. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  12. 27b8d90 Add option to use old client method argument order for now by murgatroid99 · 9 years ago
  13. 654d254 Add tests and documentation for new options by murgatroid99 · 9 years ago
  14. c02910b Node: add options to modify ProtoBuf behavior by murgatroid99 · 9 years ago
  15. e190f35 Completed integration of node-pre-gyp into Node library by murgatroid99 · 9 years ago
  16. 6d6009f Distribute roots.pem with the Node package by murgatroid99 · 9 years ago
  17. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  18. 4399679 Removed now-extaneous function by murgatroid99 · 9 years ago
  19. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  20. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago
  21. 76ba1ff Switched to using static functions for accessing Client properties 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. 4a1474f Moved write flag constants to base module by murgatroid99 · 9 years ago
  24. 0b09457 Made deadline tests work by murgatroid99 · 9 years ago
  25. 9cd90a6 Rearranged some code for jsdoc, added some documentation by murgatroid99 · 9 years ago
  26. 366e64d Changed to newer, simpler server construction interface by murgatroid99 · 9 years ago
  27. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  28. 00943fc Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata by murgatroid99 · 9 years ago
  29. 71dbb86 Added JSON option for gRPC file loading by murgatroid99 · 9 years ago
  30. e023e98 Added functions to create generic servers and clients by murgatroid99 · 10 years ago
  31. 042e63c Fixed import of google-auth-library by murgatroid99 · 10 years ago
  32. dca966d Fixed lint errors by murgatroid99 · 10 years ago
  33. bdc8baf Added comment about where Google credentials come from by murgatroid99 · 10 years ago
  34. 84193cd Merge branch 'master' into node_auth_integration by murgatroid99 · 10 years ago
  35. 8c3ed00 Added auth functionality and interop tests by murgatroid99 · 10 years ago
  36. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  37. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  38. e787955 Fixed most of surface tests by murgatroid99 · 10 years ago
  39. 9df2693 Fixed file references to match moved files by murgatroid99 · 10 years ago
  40. 9fbf7e5 Moved extension and JS files to separate directories by murgatroid99 · 10 years ago[Renamed from src/node/main.js]
  41. b6ab1b4 Added TLS support to interop tests by murgatroid99 · 10 years ago
  42. 97d6130 Added and fixed interop tests by murgatroid99 · 10 years ago
  43. cca5ffa Added code generation for clients and servers by murgatroid99 · 10 years ago