1. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  2. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  3. 2bb075d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  4. 9b02001 get rid of racey sleep 5 and use a cv to wait forever by Alexander Polcyn · 7 years ago
  5. d6dd46a fix flakey race in ruby tests by Alexander Polcyn · 7 years ago
  6. 7b9f97b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  7. 61f729f Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x by Jan Tattermusch · 7 years ago
  8. 0be726b bump version to 1.2.2 by Jan Tattermusch · 7 years ago
  9. 484871b Bump version to 1.2.1 by Ken Payson · 7 years ago
  10. 486f8d9 Merge pull request #10308 from apolcyn/bump_v12x_version by apolcyn · 7 years ago
  11. 79441ba Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  12. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  13. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 7 years ago
  14. 69c2717 bump v1.2.x branch version to 1.2.1-pre2 by Alexander Polcyn · 7 years ago
  15. 944a56f Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  16. 4364ded wording fix in comments by Alexander Polcyn · 7 years ago
  17. 8d8dce8 malloc run_batch_stack after type checks by Alexander Polcyn · 7 years ago
  18. 077f890 conform test to formatter by Alexander Polcyn · 7 years ago
  19. 34bb6df allocated run batch stack on the heap by Alexander Polcyn · 7 years ago
  20. 27338de add test in that sends a sigint to client while its making an rpc ona by Alexander Polcyn · 7 years ago
  21. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  22. 604abf4 add generated imports header to be able to build on mingw by Alexander Polcyn · 7 years ago
  23. 1a0cc16 Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1 by apolcyn · 7 years ago
  24. b0f3f55 Merge pull request #9986 from apolcyn/fix_connectivity by apolcyn · 7 years ago
  25. 02d131b fix mac crash on abruptly ended server thread by Alexander Polcyn · 7 years ago
  26. 8d8bb7a Ruby changes by Sree Kuchibhotla · 7 years ago
  27. 513070c get rid of time check increment in watch connectivity state loop by Alexander Polcyn · 7 years ago
  28. def3354 Fix test bug and generate_projects.sh by Sree Kuchibhotla · 7 years ago
  29. 06d4edd fix setting of time_check_increment in watch conn state loop by Alexander Polcyn · 7 years ago
  30. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  31. 5ea3bbd Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  32. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 7 years ago
  33. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  34. ea282e9 add passing test that kills a process while there are active watch chan state calls by Alexander Polcyn · 7 years ago
  35. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  36. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  37. 4e60675 add end2end tests to formatter and adjust to formatter by Alexander Polcyn · 7 years ago
  38. b862b6a use RTEST with channel watch arg to capture larger set of truthy args by Alexander Polcyn · 7 years ago
  39. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  40. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  41. 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 7 years ago
  42. 071f74f add copyright header to fix failing sanity tests by Alexander Polcyn · 7 years ago
  43. af3213f remove now-unused channel completion queues by Alexander Polcyn · 7 years ago
  44. 4109c23 add a README for new test directory by Alexander Polcyn · 7 years ago
  45. 563ec53 stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock by Alexander Polcyn · 7 years ago
  46. 70bc492 add another currently failing test related to channels and deadlock by Alexander Polcyn · 7 years ago
  47. f3147b3 watch channel state without the gil to fix deadlock on abrupt SIGTERM by Alexander Polcyn · 7 years ago
  48. 16d97ed add failing test revealing bug in channel state api by Alexander Polcyn · 7 years ago
  49. f8dc32e make end2end test ports dynamic and slight refactor by Alexander Polcyn · 7 years ago
  50. c44c16e add initial framework for full end2end tests outside of rspec by Alexander Polcyn · 7 years ago
  51. be30114 fix up tests and remove two unlocks in a row bug by Alexander Polcyn · 7 years ago
  52. fcad579 in the middle of fixing watch and get connectivity state to work with new changes by Alexander Polcyn · 7 years ago
  53. 427ec5e change if to while to avoid unsafe wakeup by Alexander Polcyn · 7 years ago
  54. 6971908 remove a TODO by Alexander Polcyn · 7 years ago
  55. a200503 Merge pull request #10012 from vjpai/phpqps by Vijay Pai · 7 years ago
  56. 9f49866 add in background connectivity state poller by Alexander Polcyn · 7 years ago
  57. e57cd90 fix channel connectivity state function by Alexander Polcyn · 7 years ago
  58. 169c553 Merge pull request #10078 from dgquintas/master_to_1.3.0 by David G. Quintas · 7 years ago
  59. 958ded9 PHP benchmarking performance client, proxied through Ruby by Vijay Pai · 7 years ago
  60. 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 7 years ago
  61. 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 7 years ago
  62. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 7 years ago
  63. 36108cc Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  64. 78fd7db Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again by David Garcia Quintas · 7 years ago
  65. 98ab520 Ruby: Completion queue creation API changes by Sree Kuchibhotla · 7 years ago
  66. 18e8b14 Limit the gem native build resources by J. Martin · 7 years ago
  67. 0393d5d generate_projects.sh by Sree Kuchibhotla · 7 years ago
  68. 5c2d7e2 Boost grpc version to v1.1.4 by Muxi Yan · 7 years ago
  69. 2316b80 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 7 years ago
  70. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  71. 63852c9 Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x by Michael Lumish · 7 years ago
  72. fd6cc7d Bump version to v1.1.3 by Ken Payson · 7 years ago
  73. 3da3ce3 Add error test by ncteisen · 8 years ago
  74. 266f66a Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  75. e96b6a2 Merge pull request #9723 from vyper/patch-1 by apolcyn · 7 years ago
  76. ff71449 Fix generated code by Craig Tiller · 8 years ago
  77. 87b10b6 Fix class name on documentation by Leonardo Saraiva · 8 years ago
  78. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 8 years ago
  79. e00d63f Merge remote-tracking branch 'google/v1.1.x' by Nicolas "Pixel" Noble · 8 years ago
  80. 2b3e12c Update version to 1.1.2 by murgatroid99 · 8 years ago
  81. 7c54d29 Merge pull request #9553 from apolcyn/fix_ruby_mac_build by apolcyn · 8 years ago
  82. 6af4427 remove -Werror compiler option in ruby Makefile to build on mac in opt configuration by Alexander Polcyn · 8 years ago
  83. 86d2115 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  84. e15b5a4 Bump version to 1.1.1 by murgatroid99 · 8 years ago
  85. 92edda5 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  86. 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
  87. 4dcb786 Flagging version 1.1.0. by Nicolas "Pixel" Noble · 8 years ago
  88. e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  89. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  90. bc8a704 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  91. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  92. 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  93. e38698e Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  94. 1a56a93 Fixup by Craig Tiller · 8 years ago
  95. a53c193 Merge github.com:grpc/grpc into faster_slices by Craig Tiller · 8 years ago
  96. da83b37 Changing versions from -dev to -pre1 on the release branch. by Nicolas "Pixel" Noble · 8 years ago
  97. f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
  98. 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  99. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  100. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago