1. b335256 Add AsyncNotifyWhenDone by yang-g · 9 years ago
  2. b803313 merge with head and resolve conflicts by yang-g · 9 years ago
  3. dcf6c90 merge with head by yang-g · 9 years ago
  4. d7ead69 Add a test by yang-g · 9 years ago
  5. 94fad81 Tune down number of channels for qps_test by Craig Tiller · 9 years ago
  6. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  7. 2a31304 Merge pull request #2647 from vjpai/deepend by Yang Gao · 9 years ago
  8. 1fedc80 Merge pull request #2655 from vjpai/expecteq by Yang Gao · 9 years ago
  9. e08cc80 Merge pull request #2662 from vjpai/the_isolation_of_nullptr by Yang Gao · 9 years ago
  10. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
  11. d2a9b6d Isolate nullptr to grpc namespace when we must define it ourselves by Vijay Pai · 9 years ago
  12. 51d2275 Switch an int to size_t or else it fails on Mac by vjpai · 9 years ago
  13. f0c66c63 Merge branch 'master' into deepend by Vijay Pai · 9 years ago
  14. 67ab910 Start off with zero reserve threads to make sure that that case works by Vijay Pai · 9 years ago
  15. 1f3e6c1 Start switching everything to dynamic pool by Vijay Pai · 9 years ago
  16. dd161a0 Merge github.com:grpc/grpc into virtuous-velvit-velociraptor by Craig Tiller · 9 years ago
  17. b28456b Add dynamic thread pool and initial port of test by vjpai · 9 years ago
  18. 2e7ce15 Merge pull request #2617 from jboeuf/jwt_creds_renaming by Yang Gao · 9 years ago
  19. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  20. 6f30dec Flow control fix by yang-g · 9 years ago
  21. 1451f2e Merge pull request #2571 from vjpai/cent6-issues by Yang Gao · 9 years ago
  22. fe4c3f4 Renaming jwt_credentials to service_account_jwt_access_credentials. by Julien Boeuf · 9 years ago
  23. 70a1337 merge head and resolve conflict by yang-g · 9 years ago
  24. 8b25f2a move fake_transport_security_credentials to private API by yang-g · 9 years ago
  25. b322d4a Merge pull request #2427 from yang-g/per_call_oauth_creds_impl by Abhishek Kumar · 9 years ago
  26. e66165d Remove iterator-based test altogether by Vijay Pai · 9 years ago
  27. c4af224 Remove one range-based for and do appropriate static casts on nullptr by Vijay Pai · 9 years ago
  28. 60fb201 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  29. ba5f980 Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_impl by yang-g · 9 years ago
  30. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  31. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  32. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  33. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  34. 8bf2dca Make tests a little more robust by Craig Tiller · 9 years ago
  35. 5e7e55b Merge with head and resolve conflict by yang-g · 9 years ago
  36. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  37. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  38. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  39. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  40. 463cde7 update according to spec change by yang-g · 9 years ago
  41. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  42. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  43. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  44. 1eedf26 Merge pull request #2385 from yang-g/timeout_interop by Craig Tiller · 9 years ago
  45. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  46. fb58d23 Merge with head by yang-g · 9 years ago
  47. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  48. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  49. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  50. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  51. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  52. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  53. e410986 clang-format'd. by David Garcia Quintas · 9 years ago
  54. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  55. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  56. 8c31ee2 update according to spec change by yang-g · 9 years ago
  57. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  58. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  59. ca83dc8 Adjust oustanding request count to meet new server algorithm by Craig Tiller · 9 years ago
  60. 811536e auth context iterator by yang-g · 9 years ago
  61. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  62. df55161 Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 by vjpai · 9 years ago
  63. 5bf510b add per_rpc_creds test case in interop test by yang-g · 9 years ago
  64. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  65. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  66. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  67. 677c50c Update C++ impl by Craig Tiller · 9 years ago
  68. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  69. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  70. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  71. 2c3a35e Make naming a little more consistent by Craig Tiller · 9 years ago
  72. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  73. d0955f3 Compile fix for Mac by Craig Tiller · 9 years ago
  74. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  75. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  76. f9e8e59 Resolve comments by yang-g · 9 years ago
  77. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  78. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  79. 85c04f9 resolve comments by yang-g · 9 years ago
  80. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  81. 547fed4 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  82. c4eef2e add a test case in end2end_test by yang-g · 9 years ago
  83. 8068f86 Add a unit test by yang-g · 9 years ago
  84. d426864 Merge pull request #2279 from vjpai/openleaks by Yang Gao · 9 years ago
  85. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  86. 20b5fe9 Fixup C++ by Craig Tiller · 9 years ago
  87. 775eaec Merge pull request #2151 from sidrakesh93/master by Vijay Pai · 9 years ago
  88. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  89. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  90. 13735d5 if->while by Vijay Pai · 9 years ago
  91. 5606199 Delete spare contexts lying around at the end of the test to avoid by Vijay Pai · 9 years ago
  92. e2980cd Eliminate data-race caused by specialization in vector<bool> by Vijay Pai · 9 years ago
  93. d7d9ce2 WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD by David Garcia Quintas · 9 years ago
  94. a90c81e Removing this pointers by Siddharth Rakesh · 9 years ago
  95. fd1a20a Changes introduced for passing hashed user id instead of access token by Siddharth Rakesh · 9 years ago
  96. 872e818 Adding required changes by Siddharth Rakesh · 9 years ago
  97. 268e590 Adding required changes by Siddharth Rakesh · 9 years ago
  98. d4bfa95 Merge pull request #2169 from ctiller/no-spam-for-you by Vijay Pai · 9 years ago
  99. 40238fd Merge pull request #2221 from yang-g/no_new_bbq_after_flush by Craig Tiller · 9 years ago
  100. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago