1. 448191c Temporarily disable lb policies test by David Garcia Quintas · 8 years ago
  2. 2bc4cc4 Merge github.com:grpc/grpc into bm_call_create by Craig Tiller · 8 years ago
  3. f422cc7 Merge github.com:grpc/grpc into bm_cq by Craig Tiller · 8 years ago
  4. b8e2bca Add a benchmark for metadata primitives by Craig Tiller · 8 years ago
  5. ca452f4 Merge pull request #9648 from dgquintas/lr_sans_md by David G. Quintas · 8 years ago
  6. 3f06e3f Increase timeout for bm_fullstack by Craig Tiller · 8 years ago
  7. 264307f Add benchmarks for grpc_error by Craig Tiller · 8 years ago
  8. fd044b8 Call creation benchmark by Craig Tiller · 8 years ago
  9. 1f8c558 Merge branch 'bm_closure' into bm_cq by Craig Tiller · 8 years ago
  10. ad3b200 Merge github.com:grpc/grpc into bm_cq by Craig Tiller · 8 years ago
  11. 2b085f9 Merge branch 'bm_trickle' into bm_closure by Craig Tiller · 8 years ago
  12. 3f6bf73 Merge github.com:grpc/grpc into bm_trickle by Craig Tiller · 8 years ago
  13. 14ae538 Add microbenchmark of single-threaded CQ operations by Craig Tiller · 8 years ago
  14. ccbfb46 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 8 years ago
  15. fe5f497 Add a test that measures flow control stalls in a deterministic way by Craig Tiller · 8 years ago
  16. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 8 years ago
  17. b3f34b6 Add benchmarks of closures, combiners, exec_ctx primitives by Craig Tiller · 8 years ago
  18. ee31910 Merge pull request #8274 from jeremiegirault/fix/sierra-build by Craig Tiller · 8 years ago
  19. f7f25fc Merge pull request #9615 from ppietrasa/bugfix-missing_include by Jan Tattermusch · 8 years ago
  20. 1dcd922 Remove initial_connect_string hack. by Mark D. Roth · 8 years ago
  21. 2e096b0 Merge pull request #9371 from Vizerai/tracing_API by Jim King · 8 years ago
  22. 5ef95a9 Merge pull request #9194 from dgquintas/lb_secure_naming_3 by David G. Quintas · 8 years ago
  23. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 8 years ago
  24. ea2c594 Merge pull request #9619 from ctiller/bm_counters by Craig Tiller · 8 years ago
  25. 04fb965 Merge pull request #9054 from sreecha/pollset_set_test by Sree Kuchibhotla · 8 years ago
  26. 13a537b merge with head by yang-g · 8 years ago
  27. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  28. b038beb Add counters for mutex acquisitions, expose in bm_fullstack by Craig Tiller · 8 years ago
  29. cc08a4f Fix issue #9602 by Piotr Pietraszkiewicz · 8 years ago
  30. 2b3e12c Update version to 1.1.2 by murgatroid99 · 8 years ago
  31. 7ed3c93 Merge pull request #9511 from ctiller/assert_writes by Craig Tiller · 8 years ago
  32. 1bb5371 Disable writes_per_rpc on Windows by Craig Tiller · 8 years ago
  33. c80683d Merge branch 'bwest' into assert_writes by Craig Tiller · 8 years ago
  34. a4354b0 Speed up bm_fullstack test by Craig Tiller · 8 years ago
  35. 61eb40c Put files in a better place by Craig Tiller · 8 years ago
  36. c40b347 Merge branch 'bwest' into assert_writes by Craig Tiller · 8 years ago
  37. 8b1d59c Add some debug utilities by Craig Tiller · 8 years ago
  38. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  39. 6613168 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  40. 3a63d4c Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  41. 2688eb1 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 8 years ago
  42. 0a2fae9 Dynamically enable packet coalescing by channel args by Muxi Yan · 8 years ago
  43. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  44. eeaeca8 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  45. a3310f8 Merge pull request #9513 from ctiller/version3 by Craig Tiller · 8 years ago
  46. 27ffc9b Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  47. e55fcc7 Merge pull request #9530 from ctiller/hybrid by Craig Tiller · 8 years ago
  48. 459e10d Merge pull request #9532 from muxi/revert-cronet-header-dir-change by Muxi Yan · 8 years ago
  49. c9f9c1e Merge pull request #9364 from rjshade/sanitizer_slowdown by Yang Gao · 8 years ago
  50. e15b5a4 Bump version to 1.1.1 by murgatroid99 · 8 years ago
  51. bb2e8af Move bidirectional_stream_c.h back to third_party/objective_c/Cronet by Muxi Yan · 8 years ago
  52. a5b1a89 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  53. 6e0a476 Merge github.com:grpc/grpc into version3 by Craig Tiller · 8 years ago
  54. 4c2a9a2 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  55. b23f4b7 Mark hybrid tests as flaky by Craig Tiller · 8 years ago
  56. 988b47c Add metadata_map.h to build.yaml Add missing files to BUILD by yang-g · 8 years ago
  57. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  58. 08dbb88 Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API by Vizerai · 8 years ago
  59. 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
  60. 4dcb786 Flagging version 1.1.0. by Nicolas "Pixel" Noble · 8 years ago
  61. 9a3997c Add a test verifying number of writes per RPC is reasonable by Craig Tiller · 8 years ago
  62. d7f01c4 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  63. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  64. df4d275 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  65. 53ac415 Merge pull request #8464 from y-zeng/str_length by Craig Tiller · 8 years ago
  66. cc2971b Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  67. 95ccbc2 Merge branch 'bm_countwrites' into bwest by Craig Tiller · 8 years ago
  68. 29053ec Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API by Vizerai · 8 years ago
  69. 48af8b2 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  70. e0cd44a Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API by Vizerai · 8 years ago
  71. a719802 merge with head by yang-g · 8 years ago
  72. c63aaf1 Merge branch 'cp' into rollfwd by Craig Tiller · 8 years ago
  73. 0bfd059 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  74. 6f690f3 Merge pull request #9372 from markdroth/proxy_mapper by Mark D. Roth · 8 years ago
  75. 674fe85 Merge pull request #9383 from markdroth/http_connect_channel_arg by Mark D. Roth · 8 years ago
  76. 6e0697c Merge pull request #9343 from jtattermusch/fix_grpclb_test_deps by Jan Tattermusch · 8 years ago
  77. da83b37 Changing versions from -dev to -pre1 on the release branch. by Nicolas "Pixel" Noble · 8 years ago
  78. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  79. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  80. ff1f160 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  81. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  82. 1404d97 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  83. 1c6a144 fix ordering of deps in grpclb_test by Jan Tattermusch · 8 years ago
  84. 2b93983 update by Vizerai · 8 years ago
  85. c51f19d Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags by ncteisen · 8 years ago
  86. 9c7a08d Simplify cpp stress flags by ncteisen · 8 years ago
  87. f593d88 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  88. e6f01f6 Add resolve_address_posix_test by Yuchen Zeng · 8 years ago
  89. d58a985 Move detection of HTTP CONNECT proxy from DNS resolver to client channel. by Mark D. Roth · 8 years ago
  90. 5687c2e Merge pull request #8684 from gcasto/change_cronet_interface by Muxi Yan · 8 years ago
  91. 44e907a Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists by apolcyn · 8 years ago
  92. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  93. 79f2a24 Add proxy mapper hook. by Mark D. Roth · 8 years ago
  94. a66243d Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  95. a9b3c38 Merge pull request #9064 from grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  96. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  97. 88a934e Merge pull request #8799 from lyuxuan/memory_usage_no_log by lyuxuan · 8 years ago
  98. 855f012 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  99. e6bcd0e Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  100. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago