1. fcc8f89 Fix copyright by vjpai · 9 years ago
  2. f89fdf3 Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func by Bogdan Drutu · 9 years ago
  3. e683814 Merge pull request #5201 from vjpai/alarm_openloop by David G. Quintas · 9 years ago
  4. 43f6311 Merge pull request #5098 from a-veitch/base_log by Bogdan Drutu · 9 years ago
  5. e40aefb Fix the timeout by Vijay Pai · 9 years ago
  6. b48f4c8 Merge remote-tracking branch 'upstream/master' into alarm_openloop by Vijay Pai · 9 years ago
  7. 8ca0faa use timeouts with proper fixture multipliers rather than raw, by Vijay Pai · 9 years ago
  8. f083013 Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13 by Nicolas "Pixel" Noble · 9 years ago
  9. 8eef7e3 Merge branch 'master' into alarm_openloop by Vijay Pai · 9 years ago
  10. 6583176 clang-format by Vijay Pai · 9 years ago
  11. 7914e62 Attack of the const police. I also added some unrequested const's by vjpai · 9 years ago
  12. a7d4114 Merge github.com:grpc/grpc into bad_metadata by Craig Tiller · 9 years ago
  13. 166214f Don't fail distrib test if a static server is running by murgatroid99 · 9 years ago
  14. 3f19f42 Merge pull request #5052 from ctiller/compress by David G. Quintas · 9 years ago
  15. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 9 years ago
  16. c3602dc Merge pull request #4038 from dgquintas/grpclb_api by Craig Tiller · 9 years ago
  17. 7f91d42 Merge branch 'master' into alarm_openloop by Vijay Pai · 9 years ago
  18. 58a6185 c99 comments by Alistair Veitch · 9 years ago
  19. 1362c24 Merge pull request #5193 from vjpai/alarm_mods by Craig Tiller · 9 years ago
  20. 761bcb4 Cleanup to make it work with clang build by Vijay Pai · 9 years ago
  21. b9a5f16 Merge pull request #5205 from grpc/release-0_13 by Craig Tiller · 9 years ago
  22. 749250f merge to HEAD by Alistair Veitch · 9 years ago
  23. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  24. 9144557 Sanity (clang-format and copyright) by Vijay Pai · 9 years ago
  25. 1132c6b Simplify and properly implement openloop testing. Revive it in tests as well by Vijay Pai · 9 years ago
  26. d472ad2 Merge branch 'alarm_mods' into alarm_openloop by Vijay Pai · 9 years ago
  27. 742a783 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  28. 8ae883f Merge branch 'master' into alarm_mods by Vijay Pai · 9 years ago
  29. dbca72f init test by vjpai · 9 years ago
  30. 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 9 years ago
  31. 9c7961a Merge pull request #5165 from ctiller/bring_back_gpr by Nicolas Noble · 9 years ago
  32. 04e992a Make C++ alarm class usable and testable - there were some build issues and by vjpai · 9 years ago
  33. 30665fe ruby distribtest by Jan Tattermusch · 9 years ago
  34. 9982c6f Fix random number generators and improve code style (stop using by Vijay Pai · 9 years ago
  35. da179ce Rollback gpr deletion by Craig Tiller · 9 years ago
  36. a24026f fix node artifact building on mac by Jan Tattermusch · 9 years ago
  37. 0474a1c python fixes by Jan Tattermusch · 9 years ago
  38. 6677a86 do not hardcode the python package version by Jan Tattermusch · 9 years ago
  39. 2713c51 do not hardcode version to test by Jan Tattermusch · 9 years ago
  40. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  41. 45551e0 Fix sanity by Craig Tiller · 9 years ago
  42. e28e426 Merge branch 'master' into base_log by Alistair Veitch · 9 years ago
  43. 81b780b Merge pull request #5126 from sreecha/thread_stress_test by Vijay Pai · 9 years ago
  44. 051e1c1 Merge pull request #5117 from jtattermusch/csharp_distribtest_mac by Michael Lumish · 9 years ago
  45. 001db59 Modify the test to have large number of threads receiving the RPCs and a by Sree Kuchibhotla · 9 years ago
  46. 469e2fd Merge pull request #5113 from jtattermusch/node_distribtest_fixes by Michael Lumish · 9 years ago
  47. 55e813f Merge pull request #5088 from murgatroid99/core_long_int64_t by Craig Tiller · 9 years ago
  48. c83a9c0 enable C# distribtest on macos by Jan Tattermusch · 9 years ago
  49. 0bd1da5 fix some node distribtests by Jan Tattermusch · 9 years ago
  50. 6b5555e Fix docker files, distrib test script by Craig Tiller · 9 years ago
  51. 85474df Reverse changes to AVL code by murgatroid99 · 9 years ago
  52. b3ac991 Fix function pointer type in timeout_encoding_test by murgatroid99 · 9 years ago
  53. 5c04760 Change default on Python install option by Craig Tiller · 9 years ago
  54. ba6065f merge by Alistair Veitch · 9 years ago
  55. 49653c5 gpr_time_init() for windows tests by Alistair Veitch · 9 years ago
  56. 7a55684 Clang format and fix copyrights by murgatroid99 · 9 years ago
  57. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  58. f3f8fdb Fix copyright by Craig Tiller · 9 years ago
  59. 97cb41c Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  60. ee7a88c fix note distribtest nvm problem by Jan Tattermusch · 9 years ago
  61. 29cc1e4 Merge pull request #5074 from jtattermusch/python_smoketest by Masood Malekghassemi · 9 years ago
  62. bcfe99a Merge pull request #5008 from vjpai/worker_quit by Michael Lumish · 9 years ago
  63. cb3b4cf Ensure distrib test npm install runs under docker by murgatroid99 · 9 years ago
  64. eae8fc4 python distrib smoketest by Jan Tattermusch · 9 years ago
  65. 53f1635 Resolved merge conflict with master by murgatroid99 · 9 years ago
  66. b781c97 Add Node distrib tests and fixed some issues with the packaging script by murgatroid99 · 9 years ago
  67. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  68. ed53c08 Merge branch 'master' into worker_quit by vjpai · 9 years ago
  69. 3ad28d0 Merge pull request #4828 from vjpai/async_thread_stress_test by Craig Tiller · 9 years ago
  70. 0789c49 Merge pull request #5042 from ctiller/compile by Yang Gao · 9 years ago
  71. 0a3a766 Give tsan a chance by Vijay Pai · 9 years ago
  72. 912fe05 Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  73. feef8be clang-format by Vijay Pai · 9 years ago
  74. 9ddf004 Sanity by Craig Tiller · 9 years ago
  75. 73d2a12 Fix copyright by vjpai · 9 years ago
  76. 6f87164 Properly handle "." in metadata by Craig Tiller · 9 years ago
  77. a44cbfc Fix race condition in transport API by Craig Tiller · 9 years ago
  78. 63b2844 Remove the command-line flags by Vijay Pai · 9 years ago
  79. 490e502 Fix a typecast... by Vijay Pai · 9 years ago
  80. e51db34 Merge pull request #4958 from sreecha/server_try_cancel_api by Yang Gao · 9 years ago
  81. 119282b Merge pull request #5039 from vjpai/limit_cores by David G. Quintas · 9 years ago
  82. e51d29d Remove some std:: so that grpc:: will be used by default when available by Vijay Pai · 9 years ago
  83. 9f3bbb0 Generalize namespace for ParseCommandLineFlags by Vijay Pai · 9 years ago
  84. d10bbb6 Refactor to favor composition over inheritance by Vijay Pai · 9 years ago
  85. 9ded5db fix missed merge issue by Alistair Veitch · 9 years ago
  86. e1c2d6a Fix clang3.7/tsan compile failure by Craig Tiller · 9 years ago
  87. ce7929c Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  88. 05d83c7 Merge pull request #5032 from yang-g/two_impls by Nicolas Noble · 9 years ago
  89. 4aadcb4 Run tools/distrib/clang_format_code.sh by Sree Kuchibhotla · 9 years ago
  90. 7f1b65b Took out dependence on vector by vjpai · 9 years ago
  91. 6f2b899 merge by Alistair Veitch · 9 years ago
  92. 5a80d6f Merge branch 'master' into limit_cores by vjpai · 9 years ago
  93. 574020e Forgot to put this in the Mac version by vjpai · 9 years ago
  94. 9bc6fa0 Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  95. 70fa0da add a test by yang-g · 9 years ago
  96. 445dc51 Merge pull request #5012 from ctiller/python_targets by Jan Tattermusch · 9 years ago
  97. c0ddf41 Merge pull request #5019 from yang-g/two_impls by Sree Kuchibhotla · 9 years ago
  98. 85afe71 initial commit by Alistair Veitch · 9 years ago
  99. 9fd55b0 remove duplicate functions by yang-g · 9 years ago
  100. e3fd4aa Ruby linux testing support by Craig Tiller · 9 years ago