1. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  2. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  3. 5e7e55b Merge with head and resolve conflict by yang-g · 9 years ago
  4. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  5. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  6. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  7. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  8. 463cde7 update according to spec change by yang-g · 9 years ago
  9. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  10. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  11. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  12. 1eedf26 Merge pull request #2385 from yang-g/timeout_interop by Craig Tiller · 9 years ago
  13. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  14. fb58d23 Merge with head by yang-g · 9 years ago
  15. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  16. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  17. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  18. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  19. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  20. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  21. e410986 clang-format'd. by David Garcia Quintas · 9 years ago
  22. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  23. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  24. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  25. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  26. ca83dc8 Adjust oustanding request count to meet new server algorithm by Craig Tiller · 9 years ago
  27. 811536e auth context iterator by yang-g · 9 years ago
  28. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  29. df55161 Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 by vjpai · 9 years ago
  30. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  31. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  32. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  33. 677c50c Update C++ impl by Craig Tiller · 9 years ago
  34. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  35. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  36. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  37. 2c3a35e Make naming a little more consistent by Craig Tiller · 9 years ago
  38. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  39. d0955f3 Compile fix for Mac by Craig Tiller · 9 years ago
  40. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  41. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  42. f9e8e59 Resolve comments by yang-g · 9 years ago
  43. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  44. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  45. 85c04f9 resolve comments by yang-g · 9 years ago
  46. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  47. 547fed4 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  48. c4eef2e add a test case in end2end_test by yang-g · 9 years ago
  49. 8068f86 Add a unit test by yang-g · 9 years ago
  50. d426864 Merge pull request #2279 from vjpai/openleaks by Yang Gao · 9 years ago
  51. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  52. 20b5fe9 Fixup C++ by Craig Tiller · 9 years ago
  53. 775eaec Merge pull request #2151 from sidrakesh93/master by Vijay Pai · 9 years ago
  54. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  55. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  56. 13735d5 if->while by Vijay Pai · 9 years ago
  57. 5606199 Delete spare contexts lying around at the end of the test to avoid by Vijay Pai · 9 years ago
  58. e2980cd Eliminate data-race caused by specialization in vector<bool> by Vijay Pai · 9 years ago
  59. 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
  60. a90c81e Removing this pointers by Siddharth Rakesh · 9 years ago
  61. fd1a20a Changes introduced for passing hashed user id instead of access token by Siddharth Rakesh · 9 years ago
  62. 872e818 Adding required changes by Siddharth Rakesh · 9 years ago
  63. 268e590 Adding required changes by Siddharth Rakesh · 9 years ago
  64. d4bfa95 Merge pull request #2169 from ctiller/no-spam-for-you by Vijay Pai · 9 years ago
  65. 40238fd Merge pull request #2221 from yang-g/no_new_bbq_after_flush by Craig Tiller · 9 years ago
  66. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago
  67. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  68. 7b34d3a Merge branch 'master' of https://github.com/sidrakesh93/grpc by Siddharth Rakesh · 9 years ago
  69. df77c58 Added support for passing a tag with the test by Siddharth Rakesh · 9 years ago
  70. 500007a Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  71. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  72. aa555df Merge pull request #2175 from yang-g/constness by Craig Tiller · 9 years ago
  73. b1bbc87 proper init const char * by yang-g · 9 years ago
  74. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  75. 3e5964f Merge pull request #2164 from ctiller/all-my-little-snowflakes by Nicolas Noble · 9 years ago
  76. 0960875 Remove spammy line (this is obfuscating testing logs) by Craig Tiller · 9 years ago
  77. ca24163 Update perf_db_client.cc by sidrakesh93 · 9 years ago
  78. 04b0383 Merge pull request #2160 from ctiller/no-point-for-an-object-here by Yang Gao · 9 years ago
  79. 8cca469 Fix flaky test by Craig Tiller · 9 years ago
  80. a4de070 Further corrections to syntax by Siddharth Rakesh · 9 years ago
  81. 60111c0 updated syntax based errors by Siddharth Rakesh · 9 years ago
  82. aeedff1 Use a character literal instead of grpc::string by Craig Tiller · 9 years ago
  83. 4364546 Applied required modifications by Siddharth Rakesh · 9 years ago
  84. f39e7c0 Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  85. 373ad4d edited report by Siddharth Rakesh · 9 years ago
  86. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  87. 40c9481 Merge pull request #2136 from dgquintas/unconst-reporter by Vijay Pai · 9 years ago
  88. c3cd478 minor commented code removal by Siddharth Rakesh · 9 years ago
  89. 64967d4 removed dependency on python_gflags, using argparse instead by Siddharth Rakesh · 9 years ago
  90. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  91. 31014d2 flags handled using python_gflags by Siddharth Rakesh · 9 years ago
  92. 12c65b1 slightly updated tool script by Siddharth Rakesh · 9 years ago
  93. 96e12de Removed const-ness from Reporter interface methods by David Garcia Quintas · 9 years ago
  94. cc5857b Fixed hanging client declaration, server address can be passed now by Siddharth Rakesh · 9 years ago
  95. a31c9d2 Merge branch 'we-dont-need-no-backup' of git://github.com/ctiller/grpc by Siddharth Rakesh · 9 years ago
  96. e74a458 Update report.cc by sidrakesh93 · 9 years ago
  97. bfa67dd changed access tokens folder position by Siddharth Rakesh · 9 years ago
  98. 929191b edited test script by Siddharth Rakesh · 9 years ago
  99. e2902de commented by Siddharth Rakesh · 9 years ago
  100. 893ccac Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago