1. 27e5aa4 Test fixes by Craig Tiller · 9 years ago
  2. 11beb9a Fixes by Craig Tiller · 9 years ago
  3. 7b43561 Finish initial scrape, clang-format by Craig Tiller · 9 years ago
  4. 906e3bc Stripping out master channel as a concept by Craig Tiller · 9 years ago
  5. 61efb98 Merge branch 'connected-subchannel' of github.com:ctiller/grpc into connected-subchannel by Craig Tiller · 9 years ago
  6. e5c2477 Merge branch 'no-transport-metadata' into connected-subchannel by Craig Tiller · 9 years ago
  7. c28f52f Merge branch 'power-to-the-peanut-people-rah-rah' into connected-subchannel by Craig Tiller · 9 years ago
  8. 6d3b229 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  9. 3407544 Make metadata leaks a warning, and not a fatal error by Craig Tiller · 9 years ago
  10. 3328a58 clang-format by Craig Tiller · 9 years ago
  11. 22d11e1 Reduce code size for AVL tree by Craig Tiller · 9 years ago
  12. 9c721ff faster asserts by Craig Tiller · 9 years ago
  13. a3c03e6 Fix memory leak by Craig Tiller · 9 years ago
  14. 20d99c0 AVL: add documentation by Craig Tiller · 9 years ago
  15. 0593622 AVL: removal, and passing tests by Craig Tiller · 9 years ago
  16. 4526d45 Merge pull request #4174 from sreecha/stress_multiple_channels by Nicolas Noble · 9 years ago
  17. fba79f2 AVL: creation, destroy, add by Craig Tiller · 9 years ago
  18. 9c25698 Merge pull request #4192 from ctiller/stupid-threads by Sree Kuchibhotla · 9 years ago
  19. c3ec1b9 Merge branch 'no-transport-metadata' of github.com:ctiller/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  20. 07718b8 Fixes for profiling by Craig Tiller · 9 years ago
  21. ab33b48 clang-format, bugfix by Craig Tiller · 9 years ago
  22. ceb7318 Merge pull request #4195 from adelez/fix_gcov by Nicolas Noble · 9 years ago
  23. 6b9527c Skip OjbC when running code coverage. by Adele Zhou · 9 years ago
  24. 4f7080c Get tests linking after merge by Craig Tiller · 9 years ago
  25. e64f428 Merge branch 'no-transport-metadata' into connected-subchannel-with-no-mdctx by Craig Tiller · 9 years ago
  26. 388816a This is needed to link on mac by Craig Tiller · 9 years ago
  27. 34eb4b1 This is needed to link on mac by Craig Tiller · 9 years ago
  28. 4dd8f43 Merge pull request #4157 from nicolasnoble/paddywhack by Craig Tiller · 9 years ago
  29. 52a2eba Two argument variant for grpc::thread by Craig Tiller · 9 years ago
  30. 220c2b4 Merge pull request #4189 from jtattermusch/document_perf_protos by Michael Lumish · 9 years ago
  31. ed67356 improve comments on benchmark protos by Jan Tattermusch · 9 years ago
  32. 0927c70 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  33. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago
  34. e1330ff Add multiple channels to each server by Sree Kuchibhotla · 9 years ago
  35. d86115e Renaming dual_stack_second_port to sibling. by Nicolas "Pixel" Noble · 9 years ago
  36. ebdef9d Remove metadata context from the channel stack by Craig Tiller · 9 years ago
  37. 201d6e1 Merge pull request #4161 from carl-mastrangelo/moreInterop1 by Jan Tattermusch · 9 years ago
  38. 2440f07 Merge pull request #4169 from murgatroid99/node_build_yaml_add_files by Craig Tiller · 9 years ago
  39. faa1c6e Merge pull request #4165 from carl-mastrangelo/fixdocker by Jan Tattermusch · 9 years ago
  40. 94a7541 Added to build.yaml the list of headers and JS source files for the Node library by murgatroid99 · 9 years ago
  41. e779084 Merge pull request #4035 from sreecha/stress_tests_metrics by Vijay Pai · 9 years ago
  42. 2d248a2 Fix stdin on run_interop_tests by Carl Mastrangelo · 9 years ago
  43. c6a7c6e Fixing use after free under Posix (was already fixed for Windows.) by Nicolas "Pixel" Noble · 9 years ago
  44. 59096b4 fix flag by Carl Mastrangelo · 9 years ago
  45. 8f71462 Renaming server_port to grpc_tcp_listener - there's no need for casting... by Nicolas Noble · 9 years ago
  46. 2dd55db Add framing http2 test case, enable verbose output, and properly skip tests by Carl Mastrangelo · 9 years ago
  47. bc3127d Address code review comments by Sree Kuchibhotla · 9 years ago
  48. dbf9061 Merge branch 'master' into stress_tests_metrics by Sree Kuchibhotla · 9 years ago
  49. 52a514a Address code review comments by Sree Kuchibhotla · 9 years ago
  50. 6d80632 Merge pull request #4097 from ctiller/hpack_max_table_size by David G. Quintas · 9 years ago
  51. 846ae8d Merge pull request #4156 from jtattermusch/perf_testing_polishing by Jan Tattermusch · 9 years ago
  52. bb2646a Merge pull request #4146 from jtattermusch/csharp_perf_runners by Michael Lumish · 9 years ago
  53. f6e40fd Add compression algorithms to static metadata by Craig Tiller · 9 years ago
  54. ed43f51 Beginning to peel away mdctx from channel stack by Craig Tiller · 9 years ago
  55. 87f5166 Merge branch 'master' into stress_tests_metrics by Sree Kuchibhotla · 9 years ago
  56. 70b080d Add commentary by Craig Tiller · 9 years ago
  57. b774be4 clang-format by Craig Tiller · 9 years ago
  58. 8695812 Add commentary by Craig Tiller · 9 years ago
  59. 53e81e5 Merge github.com:grpc/grpc into static-metadata by Craig Tiller · 9 years ago
  60. 51ae0be Add commentary by Craig Tiller · 9 years ago
  61. 0e72ede Use static metadata table in metadata.c by Craig Tiller · 9 years ago
  62. 507587f Merge pull request #4155 from carl-mastrangelo/moreInterop by Jan Tattermusch · 9 years ago
  63. 5eb4e1c Adding grpc_tcp_listener as an actual object being returned. by Nicolas Noble · 9 years ago
  64. c5ebbd5 use new perf proto options in c++ by Jan Tattermusch · 9 years ago
  65. 18ce9d6 use new proto option in C# by Jan Tattermusch · 9 years ago
  66. 8a1cdec Add cipher suite test to http2 interop tests, and honor test_case flag by Carl Mastrangelo · 9 years ago
  67. 7b63a6c Merge pull request #4062 from adelez/mako_template by adelez · 9 years ago
  68. 2a2a6ed Support rebuilding table by Craig Tiller · 9 years ago
  69. 4d7dbbf regenerate protos by Jan Tattermusch · 9 years ago
  70. 90dd327 polish benchmark protos by Jan Tattermusch · 9 years ago
  71. e74b2b0 Fix broken sanity tests. by Adele Zhou · 9 years ago
  72. 3bc7ba4 Use mako template for HTML report. by Adele Zhou · 9 years ago
  73. 328d4b1 More const by Craig Tiller · 9 years ago
  74. 2e7687c Static metadata declarations by Craig Tiller · 9 years ago
  75. 839c03d Merge pull request #4057 from sreecha/stress_tests_gke_api by Jan Tattermusch · 9 years ago
  76. 1a8f547 use regular lock instead of spinlock by Jan Tattermusch · 9 years ago
  77. b113649 clang-format by Craig Tiller · 9 years ago
  78. ab5611d Merge github.com:grpc/grpc into hpack_max_table_size by Craig Tiller · 9 years ago
  79. 4bdd72b dont run performance test by default by Jan Tattermusch · 9 years ago
  80. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  81. e32d514 Merge pull request #3992 from bdiesel/master by Tim Emiola · 9 years ago
  82. e24913b Merge branch 'new_op' of github.com:ctiller/grpc into new_op by Craig Tiller · 9 years ago
  83. 6b80d49 Edge case cleanup by Craig Tiller · 9 years ago
  84. 731c83f Merge pull request #3765 from jboeuf/core_creds_api_change by jboeuf · 9 years ago
  85. 25e46bf Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  86. 1505b69 Merge pull request #4150 from jboeuf/fix_null_terminator_in_cert by jboeuf · 9 years ago
  87. 0c9e0b1 Fixing NULL terminator for test cert. by Julien Boeuf · 9 years ago
  88. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  89. 930df6f Merge pull request #4096 from jboeuf/update_ssl_cert by jboeuf · 9 years ago
  90. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  91. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  92. 9a437c2 Forgot to fix driver.cc somehow... by Julien Boeuf · 9 years ago
  93. 95d80c5 remove tabs by Jan Tattermusch · 9 years ago
  94. e32075f Fixing tests. by Julien Boeuf · 9 years ago
  95. d0c1bfa Provide performance workers for C# by Jan Tattermusch · 9 years ago
  96. 7fc77e0 Merge pull request #4139 from grpc/release-0_11 by Jan Tattermusch · 9 years ago
  97. 47b4845 Robustness work for lb_policies_test by Craig Tiller · 9 years ago
  98. f3923f0 Merge pull request #4142 from yang-g/cancel by David G. Quintas · 9 years ago
  99. 892c34a Remove spurious file by Craig Tiller · 9 years ago
  100. fb080a7 Merge pull request #4135 from soltanmm/example-fix by Nathaniel Manista · 9 years ago