1. 39b082a Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx by Jan Tattermusch · 8 years ago
  2. d719d6e Merge pull request #5750 from sreecha/gpr_thd_test by Jan Tattermusch · 8 years ago
  3. f7cea97 Fix copyright by Sree Kuchibhotla · 8 years ago
  4. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  5. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  6. b19489c Minor code cleanup by Sree Kuchibhotla · 8 years ago
  7. cc43d69 Reduce the number of threads so that this test works on x86 systems by Sree Kuchibhotla · 8 years ago
  8. f9b26d9 Merge pull request #5731 from ctiller/huh_omg by Jan Tattermusch · 8 years ago
  9. 047fe1f Merge pull request #5580 from daniel-j-born/test_creds by Dan Born · 8 years ago
  10. ee6902b Merge branch 'master' into revert-5599-revert-5572-srv_ctx by vjpai · 8 years ago
  11. 2312332 Merge pull request #5444 from vjpai/debug_qps_stream by Jan Tattermusch · 8 years ago
  12. a45782f Fix copyright by Craig Tiller · 8 years ago
  13. 9fb89ea If we cant check timers due to contention, at least make sure we do a follow up check soon by Craig Tiller · 8 years ago
  14. 948fa1b Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omg by Craig Tiller · 8 years ago
  15. 3591482 Expand lock by Craig Tiller · 8 years ago
  16. d24fc85 Fix cast by Craig Tiller · 8 years ago
  17. 64baf2c Extend timeout by Craig Tiller · 8 years ago
  18. 0ce7bec Fail faster by Craig Tiller · 8 years ago
  19. 57e2743 Add contributed test by Craig Tiller · 8 years ago
  20. 1e55bd4 Add retry for dns resolution by Craig Tiller · 8 years ago
  21. e91ef68 Add failing test by Craig Tiller · 8 years ago
  22. 2697f21 Merge branch 'master' into debug_qps_stream by vjpai · 8 years ago
  23. 5f3ba8c Copyright, casting fixes by Craig Tiller · 8 years ago
  24. a39c199 clang-format by Craig Tiller · 8 years ago
  25. 0e6e34e Add an additional test by Craig Tiller · 8 years ago
  26. 9d14763 Fix timers by Craig Tiller · 8 years ago
  27. baaf655 Fix formatting by Craig Tiller · 8 years ago
  28. 710d58c Disable profiling in qps_worker for now by Craig Tiller · 8 years ago
  29. b0d1567 Revert "Revert "Properly integrate async API with server-side cancellations."" by Sree Kuchibhotla · 8 years ago
  30. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 8 years ago
  31. 51221f1 clang reformat. by Dan Born · 8 years ago
  32. f2f7d57 Allow use of alternative credential types. by Dan Born · 8 years ago
  33. dbf47fa Better comments. by Vijay Pai · 8 years ago
  34. 2e72938 clang-format by Vijay Pai · 8 years ago
  35. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 8 years ago
  36. b7117e4 Merge branch 'master' into debug_qps_stream by vjpai · 8 years ago
  37. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  38. 9899072 Revert "Update reconnect_interop_server.cc" by Craig Tiller · 8 years ago
  39. c6611ef Revert "Update reconnect_interop_client.cc" by Craig Tiller · 8 years ago
  40. f7d6d38 Merge pull request #5539 from grpc/makdharma-comment by Yang Gao · 8 years ago
  41. 38a560b Update reconnect_interop_server.cc by makdharma · 8 years ago
  42. bd50f30 Update reconnect_interop_client.cc by makdharma · 8 years ago
  43. e788e8b Merge pull request #5523 from vjpai/e2e_stc by Yang Gao · 8 years ago
  44. 6c016ef ServerTryCancel was not actually respecting the API since it by Vijay Pai · 8 years ago
  45. 6963453 Merge pull request #5493 from sreecha/server_try_cancel_test by Yang Gao · 8 years ago
  46. 9e5a05a Fix clang format issue by Sree Kuchibhotla · 8 years ago
  47. 2edea9c Merge pull request #5495 from ctiller/grumpf by Vijay Pai · 8 years ago
  48. 7c075b3 Remove broken test by Craig Tiller · 8 years ago
  49. 7fe08a2 clang-format by Craig Tiller · 8 years ago
  50. 8d543e8 Fix ResponseStreamServerCancelAfter test flake by Sree Kuchibhotla · 8 years ago
  51. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago
  52. f657a50 Merge pull request #5466 from jtattermusch/csharp_win_distribtest by Jan Tattermusch · 8 years ago
  53. 3f1aa9b add copyright and cleanup python code by Jan Tattermusch · 8 years ago
  54. 8ba6a6b Merge pull request #5402 from sreecha/stress_test_scripts by Jan Tattermusch · 8 years ago
  55. e1dd18a Fix copyright by Sree Kuchibhotla · 8 years ago
  56. ef7e426 Merge pull request #5405 from daniel-j-born/custom_test_creds by Dan Born · 8 years ago
  57. fa4b163 windows C# distribtest by Jan Tattermusch · 8 years ago
  58. c47c949 clang-format by Vijay Pai · 8 years ago
  59. 60a7e33 Finish clients fully before finishing servers by vjpai · 8 years ago
  60. 600e993 add checking of character values by Alistair Veitch · 8 years ago
  61. e7042b5 Simplify Mark processing code by vjpai · 8 years ago
  62. 02eda41 Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish by Vijay Pai · 8 years ago
  63. 69b093b Revert "Revert "Add an implementation firewall against pollset_set"" by Craig Tiller · 8 years ago
  64. e9ef536 Revert "Add an implementation firewall against pollset_set" by Vijay Pai · 8 years ago
  65. a80a064 Merge branch 'hide-the-pollset' into hide-the-pollset-set by Craig Tiller · 8 years ago
  66. 36f8f88 Fix crash on mac by Craig Tiller · 8 years ago
  67. 414b056 Merge github.com:grpc/grpc into hide-the-pollset-set by Craig Tiller · 8 years ago
  68. 3240950b Merge github.com:grpc/grpc into hide-the-pollset by Craig Tiller · 8 years ago
  69. e2a8a3f Merge branch 'hide-the-pollset' into hide-the-pollset-set by Craig Tiller · 8 years ago
  70. 544b98f Merge pull request #5293 from dgquintas/alarm_cpp by Vijay Pai · 8 years ago
  71. c058652 Merge pull request #5307 from ctiller/hide-the-worker by Vijay Pai · 8 years ago
  72. 188563f eliminate binary tags by Alistair Veitch · 8 years ago
  73. 9084418 Merge branch 'master' into custom_test_creds by Dan Born · 8 years ago
  74. 1d7704d Fix windows by Craig Tiller · 8 years ago
  75. 85371a2 Change pollset mutex ownership by Craig Tiller · 8 years ago
  76. 2167987 Merge github.com:grpc/grpc into hide-the-pollset by Craig Tiller · 8 years ago
  77. bdfec2c SimultaneousReadWritesDone test was not observing the contract on the by Vijay Pai · 8 years ago
  78. 7204010 Fixing format and copyright. by Nicolas "Pixel" Noble · 8 years ago
  79. 2063a1c Merge pull request #5384 from ctiller/44 by Vijay Pai · 8 years ago
  80. 1b5a264 Allow new credential types to be added to tests. by Dan Born · 8 years ago
  81. 0f62f5d Merge pull request #5401 from daniel-j-born/test_creds by Yang Gao · 8 years ago
  82. 53a94ef Use standard include paths. by Dan Born · 8 years ago
  83. 0544d7f Merge github.com:grpc/grpc into 44 by Craig Tiller · 8 years ago
  84. 7275f36 Initialize mutex to nullptr. by Dan Born · 8 years ago
  85. f30941c Injectable test credentials provider interface. by Dan Born · 8 years ago
  86. e2d39e0 Timer->UsageTimer consistently by vjpai · 8 years ago
  87. 559e45b Scripts to launch stress tests in GKE by Sree Kuchibhotla · 8 years ago
  88. fc4dcf0 Merge github.com:grpc/grpc into 44 by Craig Tiller · 8 years ago
  89. 86b258c Merge pull request #5388 from vjpai/bourne_again by Nicolas Noble · 8 years ago
  90. d3a7b60 Merge pull request #5365 from ctiller/naming-crisis by Nicolas Noble · 8 years ago
  91. 6483c32 BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional by vjpai · 8 years ago
  92. ee1f1f3 Merge branch 'hide-the-worker' into hide-the-pollset by Craig Tiller · 8 years ago
  93. 9114a14 Port pollset worker changes to windows by Craig Tiller · 8 years ago
  94. 65c443b Merge github.com:grpc/grpc into hide-the-worker by Craig Tiller · 8 years ago
  95. 5adb71f php: simplify installation by Stanley Cheung · 8 years ago
  96. 4ea4599 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  97. 804b855 Test for a working -Wshadow by Craig Tiller · 8 years ago
  98. b79c1e1 Ensure we can compile boringssl before trying: old compiler compatibility by Craig Tiller · 8 years ago
  99. 953e41a Merge pull request #5321 from vjpai/openloop by Vijay Pai · 8 years ago
  100. 0a5f613 Merge pull request #5213 from ctiller/fix-proto-docker by David G. Quintas · 8 years ago