1. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  2. f9899d2 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  3. d426864 Merge pull request #2279 from vjpai/openleaks by Yang Gao · 9 years ago
  4. 1dd7026 Fixup some tests by Craig Tiller · 9 years ago
  5. 3778812 Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name by Craig Tiller · 9 years ago
  6. 775eaec Merge pull request #2151 from sidrakesh93/master by Vijay Pai · 9 years ago
  7. bdfd897 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  8. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  9. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  10. 13735d5 if->while by Vijay Pai · 9 years ago
  11. 5606199 Delete spare contexts lying around at the end of the test to avoid by Vijay Pai · 9 years ago
  12. dc0cbb0 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  13. f8c6356 Merge pull request #2273 from vjpai/bit-race by Craig Tiller · 9 years ago
  14. e2980cd Eliminate data-race caused by specialization in vector<bool> by Vijay Pai · 9 years ago
  15. 6ab0de1 Merge pull request #2216 from jboeuf/unpadded_base64 by Nicolas Noble · 9 years ago
  16. 06a1963 Merge branch 'buggy-mcbugglet' into tis-but-thy-name by Craig Tiller · 9 years ago
  17. c824067 Expand uri tests by Craig Tiller · 9 years ago
  18. 93305a5 Memory leak fix by Craig Tiller · 9 years ago
  19. a90c81e Removing this pointers by Siddharth Rakesh · 9 years ago
  20. f8857de Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  21. 49dc114 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  22. fd1a20a Changes introduced for passing hashed user id instead of access token by Siddharth Rakesh · 9 years ago
  23. a6d13f3 Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  24. cdbdbc0 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  25. e46f00a Fix leaked string in bad_client.c by Craig Tiller · 9 years ago
  26. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  27. cf34343 Wait for expectations to be fulfilled by Craig Tiller · 9 years ago
  28. 079a11b clang-format affected files by Craig Tiller · 9 years ago
  29. 49924e0 Better handling of cancellation, uri parse errors, and disconnection by Craig Tiller · 9 years ago
  30. d9a5088 SSL channel args work with client config again by Craig Tiller · 9 years ago
  31. 9846503 Debugging by Craig Tiller · 9 years ago
  32. 872e818 Adding required changes by Siddharth Rakesh · 9 years ago
  33. 268e590 Adding required changes by Siddharth Rakesh · 9 years ago
  34. cb22184 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  35. d4bfa95 Merge pull request #2169 from ctiller/no-spam-for-you by Vijay Pai · 9 years ago
  36. 4d74056 Merge branch 'forever-is-a-long-time' into tis-but-thy-name by Craig Tiller · 9 years ago
  37. ee98d84 Add an fd conservation test to verify that fds actually close by Craig Tiller · 9 years ago
  38. acf0f07 Unix resolver, bug fixes by Craig Tiller · 9 years ago
  39. 0c5cf25 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  40. eb3b12e Further client config work by Craig Tiller · 9 years ago
  41. 8bcba9a Merge pull request #2149 from ctiller/oops-i-split-it-again by Vijay Pai · 9 years ago
  42. ef2a3e2 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  43. 40238fd Merge pull request #2221 from yang-g/no_new_bbq_after_flush by Craig Tiller · 9 years ago
  44. 052d27b Tidy up test to meet our standards by Craig Tiller · 9 years ago
  45. 30ee10b Rename test into the right place by Craig Tiller · 9 years ago
  46. 1aa041a BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN by Masood Malekghassemi · 9 years ago
  47. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago
  48. e039f03 Plumbing transport_op changes through by Craig Tiller · 9 years ago
  49. 3e55b9f Base64 decode improvements. by Julien Boeuf · 9 years ago
  50. 3b1847c Merge branch 'oops-i-split-it-again' into tis-but-thy-name by Craig Tiller · 9 years ago
  51. 4b62811 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  52. 6e8c7e8 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  53. b7959a0 s/grpc_transport_op/grpc_transport_stream_op/g by Craig Tiller · 9 years ago
  54. fe8592e Merge github.com:grpc/grpc into are-includes-sane by Craig Tiller · 9 years ago
  55. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  56. 3bc8ebd Implementation work for client_config by Craig Tiller · 9 years ago
  57. e732487 Merge pull request #2148 from a11r/interops by Eric Anderson · 9 years ago
  58. 7bce516 Spelling fix: UnImplementedService -> UnimplementedService by Abhishek Kumar · 9 years ago
  59. d137943 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  60. 7b34d3a Merge branch 'master' of https://github.com/sidrakesh93/grpc by Siddharth Rakesh · 9 years ago
  61. df77c58 Added support for passing a tag with the test by Siddharth Rakesh · 9 years ago
  62. 500007a Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  63. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  64. eb6b216 Rename Status -> EchoStatus to avoid conflict by Abhishek Kumar · 9 years ago
  65. 949b6ee Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  66. aa555df Merge pull request #2175 from yang-g/constness by Craig Tiller · 9 years ago
  67. b1bbc87 proper init const char * by yang-g · 9 years ago
  68. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  69. 3e5964f Merge pull request #2164 from ctiller/all-my-little-snowflakes by Nicolas Noble · 9 years ago
  70. 0960875 Remove spammy line (this is obfuscating testing logs) by Craig Tiller · 9 years ago
  71. ca24163 Update perf_db_client.cc by sidrakesh93 · 9 years ago
  72. 04b0383 Merge pull request #2160 from ctiller/no-point-for-an-object-here by Yang Gao · 9 years ago
  73. 12854ee Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  74. 8cca469 Fix flaky test by Craig Tiller · 9 years ago
  75. c4ce71e Merge pull request #2123 from jboeuf/ssl_auth_context_fix by Yang Gao · 9 years ago
  76. a4de070 Further corrections to syntax by Siddharth Rakesh · 9 years ago
  77. 60111c0 updated syntax based errors by Siddharth Rakesh · 9 years ago
  78. aeedff1 Use a character literal instead of grpc::string by Craig Tiller · 9 years ago
  79. 4364546 Applied required modifications by Siddharth Rakesh · 9 years ago
  80. f39e7c0 Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  81. 373ad4d edited report by Siddharth Rakesh · 9 years ago
  82. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  83. 40c9481 Merge pull request #2136 from dgquintas/unconst-reporter by Vijay Pai · 9 years ago
  84. 5b1fdc5 Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix by Julien Boeuf · 9 years ago
  85. 7552f0f Ensure tests are built during run_tests runs by Craig Tiller · 9 years ago
  86. c3cd478 minor commented code removal by Siddharth Rakesh · 9 years ago
  87. c78d70e Merge branch 'master' of https://github.com/grpc/grpc by Siddharth Rakesh · 9 years ago
  88. 64967d4 removed dependency on python_gflags, using argparse instead by Siddharth Rakesh · 9 years ago
  89. 747cdbf Fixed bug : int -> int32 by Abhishek Kumar · 9 years ago
  90. 87e4300 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  91. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  92. 905a65b Expanded testing protocol by Abhishek Kumar · 9 years ago
  93. 31014d2 flags handled using python_gflags by Siddharth Rakesh · 9 years ago
  94. f3fac56 Merge pull request #1577 from ctiller/we-dont-need-no-backup by Nicolas Noble · 9 years ago
  95. 3acc428 Merge pull request #2072 from jtattermusch/fix_json_rewrite_test by Nicolas Noble · 9 years ago
  96. 12c65b1 slightly updated tool script by Siddharth Rakesh · 9 years ago
  97. 96e12de Removed const-ness from Reporter interface methods by David Garcia Quintas · 9 years ago
  98. cc5857b Fixed hanging client declaration, server address can be passed now by Siddharth Rakesh · 9 years ago
  99. a31c9d2 Merge branch 'we-dont-need-no-backup' of git://github.com/ctiller/grpc by Siddharth Rakesh · 9 years ago
  100. e74a458 Update report.cc by sidrakesh93 · 9 years ago