1. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  2. 1f0846d Merge pull request #3692 from dgquintas/inspector_fail by Sree Kuchibhotla · 9 years ago
  3. df58c81 Merge pull request #3698 from ctiller/qps_test_be_locky by Vijay Pai · 9 years ago
  4. 0c33188 Hid test-only functions from surface/call.h by David Garcia Quintas · 9 years ago
  5. a006b5f change default value of use_test_ca by yang-g · 9 years ago
  6. b17b7f4 Add a timeout to benchmark test runs by Craig Tiller · 9 years ago
  7. 92981d5 remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec by yang-g · 9 years ago
  8. 91054e6 Merge pull request #3627 from yang-g/flake2 by Craig Tiller · 9 years ago
  9. c046103 The Writes may return false after the server cancels the stream by yang-g · 9 years ago
  10. 1f8efa2 Merge pull request #3386 from yang-g/enable_ssl by Jan Tattermusch · 9 years ago
  11. 7a94236 Merge pull request #3556 from ctiller/clangf by Vijay Pai · 9 years ago
  12. 035cf09 enable_ssl to use_tls by yang-g · 9 years ago
  13. 0d55750 Maybe it is already ready when we call getstatus by yang-g · 9 years ago
  14. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  15. f37cac7 Merge pull request #3565 from yang-g/end2end_test by Vijay Pai · 9 years ago
  16. 8423203 For compatibility with gcc-4.4, eliminate use of sleep_for and std::atomic by Vijay Pai · 9 years ago
  17. bf22e0e remove anonymous namespace in anonymous namespace by yang-g · 9 years ago
  18. 88d5d52 add tls and proxy as dimensions of end2end test by yang-g · 9 years ago
  19. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  20. fa6e70f Remove one pessimizing std::move by Vijay Pai · 9 years ago
  21. 0f9a118 Merge pull request #3474 from ctiller/clang_format by Nicolas Noble · 9 years ago
  22. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  23. dd69342 Merge github.com:grpc/grpc into clang_format by Craig Tiller · 9 years ago
  24. 3ca49d2 Add a todo regarding a C++ block annotation by vjpai · 9 years ago
  25. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  26. b0bd53a Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  27. 8b0b6f4 It is a bad idea to have a map with string_refs as output params. by Julien Boeuf · 9 years ago
  28. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  29. f9dd54c Merge pull request #3378 from yang-g/connection_failure_detection by Craig Tiller · 9 years ago
  30. 78bddc6 Add empty_stream test case by yang-g · 9 years ago
  31. 5e8abed use seconds by yang-g · 9 years ago
  32. d886f33 add a test by yang-g · 9 years ago
  33. fd2f733 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  34. 1928d49 Adding C++ tests and fixing a few things. by Julien Boeuf · 9 years ago
  35. 8cf0ed0 Fix mac build by Craig Tiller · 9 years ago
  36. 138de60 Merge pull request #3174 from vjpai/shutitdown2 by Craig Tiller · 9 years ago
  37. 8df8500 Merge pull request #3218 from yang-g/interop by David G. Quintas · 9 years ago
  38. 2311d49 Merge pull request #3186 from grpc/release-0_11 by Craig Tiller · 9 years ago
  39. 8e1e227 Merge remote-tracking branch 'upstream/master' into interop by yang-g · 9 years ago
  40. 59588c6 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  41. d55ce14 Merge remote-tracking branch 'upstream/master' into interop by yang-g · 9 years ago
  42. 201ef59 more changes by yang-g · 9 years ago
  43. 867d0c1 Fix auth tests by yang-g · 9 years ago
  44. 93ddc61 Fix compilation by Craig Tiller · 9 years ago
  45. 7fa5167 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  46. 1fdb05b Merge github.com:grpc/grpc into daisy-dukes by Craig Tiller · 9 years ago
  47. d514b21 Put timeout on server shutdown by vjpai · 9 years ago
  48. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  49. a4517a2 Remove C++11isms by Craig Tiller · 9 years ago
  50. 6157565 Merge github.com:grpc/grpc into daisy-dukes by Craig Tiller · 9 years ago
  51. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  52. 821de34 Addressing comments. by Julien Boeuf · 9 years ago
  53. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  54. 97cd4ae Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  55. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  56. 68ff03a Fixing AuthContext tests. by Julien Boeuf · 9 years ago
  57. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  58. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  59. 89d5610 Merge pull request #3104 from yang-g/create_channel by Craig Tiller · 9 years ago
  60. 421738b Addressing comments, round 2. by Julien Boeuf · 9 years ago
  61. 459faf3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  62. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  63. 4eaeb99 Addressing comments. by Julien Boeuf · 9 years ago
  64. 730055d implementation fix by yang-g · 9 years ago
  65. 958ee76 IWYU by Craig Tiller · 9 years ago
  66. 70a8168 Friends dont let friends use volatile for synchronization by Craig Tiller · 9 years ago
  67. 0d9f81f minor fixes by yang-g · 9 years ago
  68. 4abe76e Repro case for flow control bug. by Rakesh Iyer · 9 years ago
  69. 5b3516e Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  70. 5e700f3 Merge remote-tracking branch 'upstream/master' into string_ref_auth by yang-g · 9 years ago
  71. afbbaf9 Merge pull request #3065 from yang-g/string_ref by Craig Tiller · 9 years ago
  72. 52730d3 Merge pull request #3035 from ctiller/naming-crisis by David G. Quintas · 9 years ago
  73. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  74. d090fe1 auth context api change for string_ref by yang-g · 9 years ago
  75. 04ecfa1 Added missing payloads to streaming compressed test by David Garcia Quintas · 9 years ago
  76. 9dee67b Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  77. e21908f impl by yang-g · 9 years ago
  78. 2098863 Make certain constants unsigned to please compiler on Mac by vjpai · 9 years ago
  79. bf9a8f8 Fixing tests. by Julien Boeuf · 9 years ago
  80. dc31ef3 Loosen test requirements to better fit spec by Craig Tiller · 9 years ago
  81. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 9 years ago
  82. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 9 years ago
  83. 3e4bd95 merge with head by yang-g · 9 years ago
  84. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  85. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  86. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  87. 9e2f90c headers reorg by yang-g · 9 years ago
  88. d392fa0 fix shutdown_test by yang-g · 9 years ago
  89. 961eeb0 Merge remote-tracking branch 'upstream/master' into docs by yang-g · 9 years ago
  90. 48c9f25 Merge pull request #2977 from ctiller/shutdown-c++ by Yang Gao · 9 years ago
  91. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  92. 5fd6855 Moved methods' impl to header for simplicity by David Garcia Quintas · 9 years ago
  93. 65d3ab2 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  94. 6d8d014 Merge pull request #2975 from dgquintas/no_foreach_44 by Vijay Pai · 9 years ago
  95. 4d90b21 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  96. 81491b6 Removed function introducing dependency on proto in .h by David Garcia Quintas · 9 years ago
  97. 128f4a9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  98. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  99. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  100. 2a6427f removed foreach loops for gcc 4.4 by David Garcia Quintas · 9 years ago