1. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  2. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  3. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  4. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  5. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  6. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  7. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  8. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  9. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  10. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  11. a12c065 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  12. deeed7f don't hold the gil while waiting for bg thread to start by Alexander Polcyn · 7 years ago
  13. d1143ab tweak class init test to reveal bug in misordered startup by Alexander Polcyn · 7 years ago
  14. c7fcebe fix bug in which gc of channel sleeps on cv before bg thread signaling has started by Alexander Polcyn · 7 years ago
  15. a818f72 Load Reporting back to using metadata by David Garcia Quintas · 7 years ago
  16. 4736e01 add native grpc class init tests to check that presence of grpc_init calls by Alexander Polcyn · 7 years ago
  17. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 7 years ago
  18. 2a9b5d7 defer grpc_init and background threads until first grpc object init by Alexander Polcyn · 7 years ago
  19. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  20. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  21. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  22. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  23. d9986c3 1.3.x branch cut by David Garcia Quintas · 7 years ago
  24. dea325b Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid by Craig Tiller · 7 years ago
  25. b3612d3 Remove API by Craig Tiller · 7 years ago
  26. 2bb075d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  27. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  28. 2e01889 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  29. 9b02001 get rid of racey sleep 5 and use a cv to wait forever by Alexander Polcyn · 7 years ago
  30. d6dd46a fix flakey race in ruby tests by Alexander Polcyn · 7 years ago
  31. 7b9f97b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  32. 61f729f Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x by Jan Tattermusch · 7 years ago
  33. 0be726b bump version to 1.2.2 by Jan Tattermusch · 7 years ago
  34. d35bb9e Fix sanity by Craig Tiller · 7 years ago
  35. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  36. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  37. 484871b Bump version to 1.2.1 by Ken Payson · 7 years ago
  38. 486f8d9 Merge pull request #10308 from apolcyn/bump_v12x_version by apolcyn · 7 years ago
  39. 79441ba Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  40. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  41. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 7 years ago
  42. 69c2717 bump v1.2.x branch version to 1.2.1-pre2 by Alexander Polcyn · 7 years ago
  43. 944a56f Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  44. 4364ded wording fix in comments by Alexander Polcyn · 7 years ago
  45. 8d8dce8 malloc run_batch_stack after type checks by Alexander Polcyn · 7 years ago
  46. 077f890 conform test to formatter by Alexander Polcyn · 7 years ago
  47. 34bb6df allocated run batch stack on the heap by Alexander Polcyn · 7 years ago
  48. 27338de add test in that sends a sigint to client while its making an rpc ona by Alexander Polcyn · 7 years ago
  49. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  50. 604abf4 add generated imports header to be able to build on mingw by Alexander Polcyn · 7 years ago
  51. 1a0cc16 Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1 by apolcyn · 7 years ago
  52. b0f3f55 Merge pull request #9986 from apolcyn/fix_connectivity by apolcyn · 7 years ago
  53. 02d131b fix mac crash on abruptly ended server thread by Alexander Polcyn · 7 years ago
  54. 8d8bb7a Ruby changes by Sree Kuchibhotla · 7 years ago
  55. 513070c get rid of time check increment in watch connectivity state loop by Alexander Polcyn · 7 years ago
  56. def3354 Fix test bug and generate_projects.sh by Sree Kuchibhotla · 7 years ago
  57. 06d4edd fix setting of time_check_increment in watch conn state loop by Alexander Polcyn · 7 years ago
  58. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  59. 5ea3bbd Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  60. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 7 years ago
  61. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  62. ea282e9 add passing test that kills a process while there are active watch chan state calls by Alexander Polcyn · 7 years ago
  63. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  64. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  65. 4e60675 add end2end tests to formatter and adjust to formatter by Alexander Polcyn · 7 years ago
  66. b862b6a use RTEST with channel watch arg to capture larger set of truthy args by Alexander Polcyn · 7 years ago
  67. c0e6701 Added dependencies in build.yaml to allow building by Vijay Pai · 7 years ago
  68. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  69. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  70. 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 7 years ago
  71. 071f74f add copyright header to fix failing sanity tests by Alexander Polcyn · 7 years ago
  72. af3213f remove now-unused channel completion queues by Alexander Polcyn · 7 years ago
  73. 4109c23 add a README for new test directory by Alexander Polcyn · 7 years ago
  74. 563ec53 stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock by Alexander Polcyn · 7 years ago
  75. 70bc492 add another currently failing test related to channels and deadlock by Alexander Polcyn · 7 years ago
  76. f3147b3 watch channel state without the gil to fix deadlock on abrupt SIGTERM by Alexander Polcyn · 7 years ago
  77. 16d97ed add failing test revealing bug in channel state api by Alexander Polcyn · 7 years ago
  78. f8dc32e make end2end test ports dynamic and slight refactor by Alexander Polcyn · 7 years ago
  79. c44c16e add initial framework for full end2end tests outside of rspec by Alexander Polcyn · 7 years ago
  80. be30114 fix up tests and remove two unlocks in a row bug by Alexander Polcyn · 7 years ago
  81. fcad579 in the middle of fixing watch and get connectivity state to work with new changes by Alexander Polcyn · 7 years ago
  82. 427ec5e change if to while to avoid unsafe wakeup by Alexander Polcyn · 7 years ago
  83. 6971908 remove a TODO by Alexander Polcyn · 7 years ago
  84. a200503 Merge pull request #10012 from vjpai/phpqps by Vijay Pai · 7 years ago
  85. 9f49866 add in background connectivity state poller by Alexander Polcyn · 7 years ago
  86. e57cd90 fix channel connectivity state function by Alexander Polcyn · 7 years ago
  87. 169c553 Merge pull request #10078 from dgquintas/master_to_1.3.0 by David G. Quintas · 7 years ago
  88. 958ded9 PHP benchmarking performance client, proxied through Ruby by Vijay Pai · 7 years ago
  89. 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 7 years ago
  90. 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 7 years ago
  91. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 7 years ago
  92. 36108cc Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  93. 78fd7db Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again by David Garcia Quintas · 7 years ago
  94. 98ab520 Ruby: Completion queue creation API changes by Sree Kuchibhotla · 7 years ago
  95. 18e8b14 Limit the gem native build resources by J. Martin · 7 years ago
  96. 0393d5d generate_projects.sh by Sree Kuchibhotla · 7 years ago
  97. 5c2d7e2 Boost grpc version to v1.1.4 by Muxi Yan · 7 years ago
  98. 2316b80 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 7 years ago
  99. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  100. 63852c9 Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x by Michael Lumish · 7 years ago