1. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  2. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  3. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  4. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  5. ca678fc Merge pull request #10884 from matt-kwong/fix_1.3.x_tests by Matt Kwong · 7 years ago
  6. 7ad166f Merge pull request #10825 from murgatroid99/node_only_uv by Michael Lumish · 7 years ago
  7. eb18487 Fix C/C++ test filtering by Matt Kwong · 7 years ago
  8. 72824a1 Add test filtering to performance pull requests by Matt Kwong · 8 years ago
  9. e3229fe Extend time capping to run_tests_matrix scripts by Craig Tiller · 7 years ago
  10. 6be9397 Merge pull request #10847 from matt-kwong/cherry-pick_max_time by Matt Kwong · 7 years ago
  11. 31d1826 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  12. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  13. 8861386 Allow specifying a maximum run time to run_tests by Craig Tiller · 7 years ago
  14. 3049462 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  15. 79759fe Merge branch 'master' into v1.3.x by Yuchen Zeng · 7 years ago
  16. bac1c1b Removed another couple of uses of '--iomgr_platform=uv' by murgatroid99 · 7 years ago
  17. 09ebed7 Ensure port server can shutdown by Craig Tiller · 7 years ago
  18. a27edc6 Ensure port server running by Craig Tiller · 7 years ago
  19. c9c6aa7 Be resilient against failed runs by Craig Tiller · 7 years ago
  20. b219338 Merge pull request #10822 from ctiller/threaded_port_server by Craig Tiller · 7 years ago
  21. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  22. dc36f4d Merge pull request #10764 from makdharma/v1.3.x by makdharma · 7 years ago
  23. ec49524 Add a mutex around allocate_port by Craig Tiller · 7 years ago
  24. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  25. ea525eb Threaded port_server by Craig Tiller · 7 years ago
  26. add9438 Diff now too by Craig Tiller · 7 years ago
  27. ee880fd Merge github.com:grpc/grpc into count_now by Craig Tiller · 7 years ago
  28. 7748faf Merge pull request #10639 from vjpai/buildfixes by Vijay Pai · 7 years ago
  29. b7f1129 Merge pull request #10742 from markdroth/hash_table by Mark D. Roth · 7 years ago
  30. 77a4c52 Merge pull request #10771 from ncteisen/yet-another-error-refcount-bug by Noah Eisen · 7 years ago
  31. ceea969 Extend time capping to run_tests_matrix scripts by Craig Tiller · 7 years ago
  32. a1ac2a1 Allow specifying a maximum run time to run_tests by Craig Tiller · 7 years ago
  33. a8e5675 Merge branch 'master' of https://github.com/grpc/grpc into yet-another-error-refcount-bug by Noah Eisen · 7 years ago
  34. f74eaa6 Fix up protobuf submodule name to match bazel expectation by Vijay Pai · 8 years ago
  35. dd1729a Merge pull request #10762 from ctiller/c++compat by Craig Tiller · 7 years ago
  36. 5e17e44 Add fuzz test by Noah Eisen · 7 years ago
  37. 14ff003 Merge pull request #10751 from ctiller/speedup-build by Craig Tiller · 7 years ago
  38. 143cfa7 Disable compression+resource_quota_server tests by Craig Tiller · 7 years ago
  39. f2ea1d1 Increase threshold probability for reporting differences by Craig Tiller · 7 years ago
  40. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  41. 7432d74 Merge pull request #10737 from murgatroid99/node_artifact_alpine_compatibility by Michael Lumish · 7 years ago
  42. 4c91148 Merge pull request #10748 from murgatroid99/upmerge_v1.3.x by Michael Lumish · 7 years ago
  43. 5801145 Merge pull request #10733 from makdharma/mongoose by makdharma · 7 years ago
  44. 3225125 Merge pull request #10733 from makdharma/mongoose by makdharma · 7 years ago
  45. d93a8be Merge pull request #10746 from ctiller/ubsan by Craig Tiller · 7 years ago
  46. 547a471 Merge pull request #10490 from matt-kwong/filter-performance-test by Craig Tiller · 7 years ago
  47. 2f269ec Rollback rqs change: may have been too aggressive by Craig Tiller · 7 years ago
  48. 8d76ab8 Merge pull request #10735 from kpayson64/fix_php_1_3 by kpayson64 · 7 years ago
  49. d47be44 Speed up tests by Craig Tiller · 7 years ago
  50. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  51. 989aa7f Fix sanity by Craig Tiller · 7 years ago
  52. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  53. 79fda0a Merge pull request #10732 from ctiller/formatz by Craig Tiller · 7 years ago
  54. 48ca9e5 Merge pull request #10731 from ctiller/xyzw by Craig Tiller · 7 years ago
  55. 0c0b89a Change hash table to use linear probing and add unit test. by Mark D. Roth · 7 years ago
  56. c63a119 Merge pull request #10682 from yang-g/status_helper by Yang Gao · 7 years ago
  57. 8ab2df1 Fix PHP interop tests by Ken Payson · 8 years ago
  58. 4589a2e Merge pull request #10688 from kpayson64/fix_php_interop by kpayson64 · 7 years ago
  59. 8f37606 disable mongoose by Makarand Dharmapurikar · 7 years ago
  60. 9805833 Add flag to compile gpr with compatibility for musl by murgatroid99 · 7 years ago
  61. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  62. e530845 Also increase threshold for significant differences by Craig Tiller · 7 years ago
  63. ad7f066 Allow >100% increases, add more jobs to reduce noise by Craig Tiller · 7 years ago
  64. a0cabfc trial and error by Mahak Mukhi · 7 years ago
  65. b28ddaf trial and error by Mahak Mukhi · 7 years ago
  66. fb059a2 discovered generate_projects.sh script! by Mahak Mukhi · 7 years ago
  67. b702ce2 Fix PHP interop tests by Ken Payson · 8 years ago
  68. 25e3c6d Fix EINTR forever by Craig Tiller · 7 years ago
  69. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  70. 013eda4 Merge pull request #10698 from jtattermusch/fix_remaining_markdown by Jan Tattermusch · 7 years ago
  71. bf33410 Add Node and Express benchmarks for various response sizes by murgatroid99 · 7 years ago
  72. 32da70d more trial and error for sanity by Mahak Mukhi · 7 years ago
  73. 6bc7016 Remove status_helper as it is not needed any more by yang-g · 7 years ago
  74. 8938943 Merge pull request #10609 from makdharma/xcodebuild_cmdline by makdharma · 7 years ago
  75. a22a19f fix markdown by Jan Tattermusch · 7 years ago
  76. 023e39d Merge pull request #10670 from apolcyn/fix_ruby_require_before_fork by apolcyn · 7 years ago
  77. dd109da Merge pull request #10550 from matt-kwong/hourly-performance-fix by Matt Kwong · 7 years ago
  78. a6f64f4 Merge pull request #10391 from dgquintas/lr_back_to_md by David G. Quintas · 7 years ago
  79. a688290 more sanity by Mahak Mukhi · 8 years ago
  80. 0ece13a Merge pull request #10436 from dgquintas/fake_resolver_args by David G. Quintas · 7 years ago
  81. fcc0035 Merge pull request #10439 from ctiller/foo by Craig Tiller · 7 years ago
  82. a818f72 Load Reporting back to using metadata by David Garcia Quintas · 8 years ago
  83. 53af23c Improvements to Fake Resolver by David Garcia Quintas · 7 years ago
  84. 4736e01 add native grpc class init tests to check that presence of grpc_init calls by Alexander Polcyn · 8 years ago
  85. c5eee16 more sanity fixes by Mahak Mukhi · 8 years ago
  86. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 8 years ago
  87. 940b2bd Merge pull request #10634 from yang-g/fuzz2 by Yang Gao · 8 years ago
  88. c59db4b added more tests to 'unimplemented' by Makarand Dharmapurikar · 8 years ago
  89. d471818 script to run objc interop tests by Makarand Dharmapurikar · 8 years ago
  90. 9c8e9be removed 'objc' from list of 'all' languages by Makarand Dharmapurikar · 8 years ago
  91. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  92. 349907b Handle EINTR on reading file by Craig Tiller · 8 years ago
  93. f84ea39 merge with head by yang-g · 8 years ago
  94. 97e40da Less samples, more random by Craig Tiller · 8 years ago
  95. d71ba83 Tweak defaults by Craig Tiller · 8 years ago
  96. bc442e1 Declare jobs by Craig Tiller · 8 years ago
  97. 0ebff8b Iterate properly by Craig Tiller · 8 years ago
  98. 0553b9c Properly clean by Craig Tiller · 8 years ago
  99. a00e51c Fix dir names by Craig Tiller · 8 years ago
  100. 233ad39 Accelerate by running more jobs in parallel, and only building twice by Craig Tiller · 8 years ago