1. 042e63c Fixed import of google-auth-library by murgatroid99 · 9 years ago
  2. ce5dd73 Merge pull request #743 from murgatroid99/node_status_errors by Tim Emiola · 9 years ago
  3. a8d8a96 Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api by Michael Lumish · 9 years ago
  4. b7835ab Merge pull request #744 from ctiller/copyright by Tim Emiola · 9 years ago
  5. 0e3e0ae Merge pull request #750 from murgatroid99/node_interop_compatibility by Tim Emiola · 9 years ago
  6. c667eb2 Merge pull request #760 from murgatroid99/node_default_credentials_fix by Tim Emiola · 9 years ago
  7. 78c9607 Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind by Masood Malekghassemi · 9 years ago
  8. ab399fa Merge pull request #761 from ctiller/chexxy by Yang Gao · 9 years ago
  9. 6e57b9e Add Server.Wait by Craig Tiller · 9 years ago
  10. 957537e Reflect a C-api name change by Tim Emiola · 9 years ago
  11. e493983 Fixed reference to grpc_default_credentials_create by murgatroid99 · 9 years ago
  12. 175533c Merge pull request #758 from ctiller/test by Nathaniel Manista · 9 years ago
  13. 336ad50 Use signals instead of sleep to wait for jobs by Craig Tiller · 9 years ago
  14. a512c33 Merge pull request #756 from ctiller/test by David Klempner · 9 years ago
  15. fe406ec Support taking a regex on test short name by Craig Tiller · 9 years ago
  16. 47f523b Merge pull request #754 from yang-g/master by Nicolas Noble · 9 years ago
  17. 044fe22 suppress output of which by Yang Gao · 9 years ago
  18. f4e3f3f Avoid CANCELLATION ticket kind for back-to-front tickets. by Nathaniel Manista · 9 years ago
  19. 8e7a7db Merge pull request #751 from nicolasnoble/typos by Yang Gao · 9 years ago
  20. 2c23a72 Fixing typo in Makefile. by Nicolas "Pixel" Noble · 9 years ago
  21. 7d2adf0 Updated interop proto for compatibility with proto3 servers by murgatroid99 · 9 years ago
  22. eeef8cd Merge pull request #745 from murgatroid99/node_copyright_format by Craig Tiller · 9 years ago
  23. b002827 Fixed copyright format in some example files by murgatroid99 · 9 years ago
  24. a6e8c20 Add copyrights to some Dockerfiles by Craig Tiller · 9 years ago
  25. b1b3dea Merge branch 'master' into node_status_errors by murgatroid99 · 9 years ago
  26. a29a122 Merge pull request #737 from murgatroid99/node_fix_lint by Tim Emiola · 9 years ago
  27. f7c87c2 Merge pull request #727 from ctiller/deprecate-c++ by Yang Gao · 9 years ago
  28. 99885c9 Fixed old lint errors by murgatroid99 · 9 years ago
  29. 98cbc5a Fixed old lint errors by murgatroid99 · 9 years ago
  30. 4075f2a Return error status as actual errors to client callbacks by murgatroid99 · 9 years ago
  31. a7552b9 Merge pull request #721 from yang-g/master by Michael Lumish · 9 years ago
  32. 34fb751 Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-join by Masood Malekghassemi · 9 years ago
  33. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  34. 0b9dfcf Merge pull request #725 from ctiller/unique by Yang Gao · 9 years ago
  35. 4ad0124 Propagate ForeLink-joining to the inner RearLink. by Nathaniel Manista · 9 years ago
  36. ebda87a Merge pull request #734 from nicolasnoble/feedback by Craig Tiller · 9 years ago
  37. 65b0759 Addressing a first batch of feedback. by Nicolas Noble · 9 years ago
  38. 571a9c8 Merge pull request #732 from nathanielmanistaatgoogle/assembly-level-port-method by Masood Malekghassemi · 9 years ago
  39. cb1f8c0 Merge pull request #733 from donnadionne/go-auth-tests by Qi Zhao · 9 years ago
  40. a6d7384 Adding go auth tests Adding python to images to be pulled after building by Donna Dionne · 9 years ago
  41. 108e597 Merge branch 'master' of github.com:google/grpc into go-auth-tests by Donna Dionne · 9 years ago
  42. de16e4c Add a port method to assembly-level servers. by Nathaniel Manista · 9 years ago
  43. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 9 years ago
  44. 7885ffe Merge pull request #719 from nicolasnoble/security by jboeuf · 9 years ago
  45. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  46. 275e975 Merge pull request #724 from ctiller/auth_leak by jboeuf · 9 years ago
  47. 7d0f9ea Fix memory leak by Craig Tiller · 9 years ago
  48. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 9 years ago
  49. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  50. bed880b Merge pull request #632 from jcanizales/add-grpcclient-podspec by Tim Emiola · 9 years ago
  51. e2b6018 Merge pull request #654 from ctiller/copyright by Tim Emiola · 9 years ago
  52. 7aef9e6 Merge pull request #696 from donnadionne/docker_python by Nathaniel Manista · 9 years ago
  53. b8d04d0 remove stale comment by Yang Gao · 9 years ago
  54. 7c15ee8 Merge pull request #720 from murgatroid99/node_pubsub_client by Tim Emiola · 9 years ago
  55. dc40bab Merge branch 'master' of github.com:google/grpc into docker_python by Donna Dionne · 9 years ago
  56. 2b7c574 Merge pull request #718 from grpc/mugurm-patch-1 by Tim Emiola · 9 years ago
  57. a7b8b69 Addressing security concerns. by Nicolas Noble · 9 years ago
  58. 4d736a0 Resolved merge conflicts by murgatroid99 · 9 years ago
  59. 2822e9a Added pubsub demo client by murgatroid99 · 9 years ago
  60. d61021d Update README.md by Mugur Marculescu · 9 years ago
  61. 8b13192 Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-client by Tim Emiola · 9 years ago
  62. a16d2ae Fixes a missed old module name reference in the interop client by Tim Emiola · 9 years ago
  63. b0a32fc Merge pull request #713 from nmittler/route_guide_package by Tim Emiola · 9 years ago
  64. c4ed1c7 Fixing java package for route_guide.proto by nmittler · 9 years ago
  65. 6eade73 Merge pull request #709 from nathanielmanistaatgoogle/thread-pool-less-links by Masood Malekghassemi · 9 years ago
  66. cc69f8d Merge pull request #678 from jboeuf/installed_ssl_roots by Craig Tiller · 9 years ago
  67. cd9b1c8 Added support for default credentials. by Julien Boeuf · 9 years ago
  68. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 9 years ago
  69. b87d176 Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patch by Nicolas "Pixel" Noble · 9 years ago
  70. e04e20a Thread-pool-less construction of GRPC links. by Nathaniel Manista · 9 years ago
  71. 6e8d15e Merge pull request #708 from jtattermusch/deb_on_docker by donnadionne · 9 years ago
  72. f839503 Dockerfile to test that debian packages can be used with ruby instead of make install by Jan Tattermusch · 9 years ago
  73. 5d7e05a Dockerfile to build debian packages on docker by Jan Tattermusch · 9 years ago
  74. 6b2b05e Fixes to build_deb_packages script to allow running on Docker by Jan Tattermusch · 9 years ago
  75. f26f219 Merge pull request #704 from ctiller/interop3 by Yang Gao · 9 years ago
  76. dc6abba Merge pull request #707 from nicolasnoble/contrib by Abhishek Kumar · 9 years ago
  77. b77cee9 Adding a CONTRIBUTING file. by Nicolas "Pixel" Noble · 9 years ago
  78. 2c77f75 Merge branch 'master' of github.com:google/grpc into docker_python by Donna Dionne · 9 years ago
  79. f3599ae Merge pull request #706 from nicolasnoble/regen by Craig Tiller · 9 years ago
  80. b8f5f1b Re-generated project files. by Nicolas "Pixel" Noble · 9 years ago
  81. c3555ce Merge pull request #705 from ctiller/fd_shutdown by Nicolas Noble · 9 years ago
  82. d75fe66 Fix a double-close in the server code. by Craig Tiller · 9 years ago
  83. 8883e94 Merge pull request #703 from nicolasnoble/win32 by Craig Tiller · 9 years ago
  84. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 9 years ago
  85. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 9 years ago
  86. 589cba2 Factorizing out function split_host_port. by Nicolas "Pixel" Noble · 9 years ago
  87. c6d8f5a Merge branch 'master' of github.com:google/grpc into win32 by Nicolas "Pixel" Noble · 9 years ago
  88. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 9 years ago
  89. 7db49ff Merge pull request #701 from ctiller/mac3 by Nicolas Noble · 9 years ago
  90. 6daab59 Check POLLHUP, POLLERR as required by Craig Tiller · 9 years ago
  91. 1f8d92d sockaddr_un needs the null terminator included in the address length by Craig Tiller · 9 years ago
  92. f4fb8e0 Merge pull request #699 from ctiller/mac3 by Nicolas Noble · 9 years ago
  93. 9ec95fa Fix in tree build of protobuf by Craig Tiller · 9 years ago
  94. 1426a23 Merge pull request #698 from nicolasnoble/verify-install by Craig Tiller · 9 years ago
  95. 98ab998 Adding a helpful installation message about protobuf. by Nicolas "Pixel" Noble · 9 years ago
  96. 3f0ddff Merge pull request #697 from ctiller/mac2 by Nicolas Noble · 9 years ago
  97. 97c3dce This magically fixes the C build on my Mac by Craig Tiller · 9 years ago
  98. b5795aa Fixing docker file and image building for python. by Donna Dionne · 9 years ago
  99. 8623ad0 Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed by Nathaniel Manista · 9 years ago
  100. b13673d Added compiler plugin test for Python. by Masood Malekghassemi · 9 years ago