1. 6b8e844 Merge pull request #10325 from y-zeng/keepalive_fixes by Yuchen Zeng · 7 years ago
  2. 6ac3f0c Merge pull request #10333 from ncteisen/autofuzz by Noah Eisen · 7 years ago
  3. 7cd4f68 Add fuzzer bug by ncteisen · 7 years ago
  4. 44264d5 Add client_ prefix for keepalive args by Yuchen Zeng · 7 years ago
  5. 8fd581e Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  6. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  7. 3d43da7 Change keepalive arguments, add grpc_set_disable_ping_ack by Yuchen Zeng · 7 years ago
  8. 6aa8573 Merge pull request #9955 from y-zeng/ev_epoll_test by Yuchen Zeng · 7 years ago
  9. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  10. 7e6b7df Merge pull request #10275 from ctiller/memory by Craig Tiller · 7 years ago
  11. ac4a728 Merge pull request #10262 from y-zeng/set_user_agent by Yuchen Zeng · 7 years ago
  12. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 7 years ago
  13. 878a7c2 Memory usage tweaks by Craig Tiller · 7 years ago
  14. d336084 Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  15. 5c8a47e Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_tests by apolcyn · 7 years ago
  16. 5583756 Merge pull request #10109 from ncteisen/error-slice-optimization by Noah Eisen · 7 years ago
  17. 9f0a115 Test if the user agent string is copied correctly by Yuchen Zeng · 7 years ago
  18. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  19. 48fda55 Merge pull request #10189 from ctiller/call_cases by Craig Tiller · 7 years ago
  20. 50fdc8a add http2 server test for unary calls that uses small frames and padding by Alexander Polcyn · 7 years ago
  21. 937302b Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  22. be0dba1 Merge pull request #10247 from y-zeng/fix_lb_subchannel by Yuchen Zeng · 7 years ago
  23. b14ab80 Fixes for new APIs by Craig Tiller · 7 years ago
  24. eeb3b24 Merge pull request #10238 from ctiller/bm_chttp2_top by Craig Tiller · 7 years ago
  25. c88fd35 Add reproduction by Yuchen Zeng · 7 years ago
  26. 31041c9 Merge github.com:grpc/grpc into call_cases by Craig Tiller · 7 years ago
  27. 14ef5d8 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  28. 3e9e2fd Merge pull request #10200 from ctiller/bad_tracking by Craig Tiller · 7 years ago
  29. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 7 years ago
  30. d86d742 Remove BUILD rule for removed test. by Mark D. Roth · 7 years ago
  31. 7c050ea Merge pull request #10102 from ctiller/fuzzing-long by Craig Tiller · 7 years ago
  32. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 7 years ago
  33. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  34. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  35. f39cf46 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  36. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 7 years ago
  37. 289bc21 Merge pull request #9995 from y-zeng/cpu_test by Yuchen Zeng · 7 years ago
  38. f3792b2 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  39. 8c74445 Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it by Craig Tiller · 7 years ago
  40. 18f5b66 Merge pull request #10090 from rjshade/add_test_flags by Yang Gao · 7 years ago
  41. 22afddf add health check for http2 server by Eric Gribkoff · 7 years ago
  42. 95f48c1 really add _ by Eric Gribkoff · 7 years ago
  43. 69e2f82 add _ by Eric Gribkoff · 7 years ago
  44. 5ae42a1 stop http2 test server with error code when failures occur by Eric Gribkoff · 7 years ago
  45. c627664 Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  46. b7f35a6 Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack by Craig Tiller · 7 years ago
  47. 0e0149d Restore missing benchmarks by Craig Tiller · 7 years ago
  48. 9f6b9ab Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  49. c6a4539 Merge pull request #9786 from vjpai/heldplace by Vijay Pai · 7 years ago
  50. 6f8ddd6 Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  51. 98e282a Eliminate std::placeholders by Vijay Pai · 7 years ago
  52. 41373d0 Merge pull request #10122 from ctiller/arena by Craig Tiller · 7 years ago
  53. 5992c19 Merge pull request #9896 from matt-kwong/ssl-fuzz2 by matt-kwong · 7 years ago
  54. 1a3f24d Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by ncteisen · 7 years ago
  55. 1f83429 Add test feature flags by Robbie Shade · 7 years ago
  56. cedfa76 Merge pull request #10000 from yang-g/grpc_pb_h by Yang Gao · 7 years ago
  57. 5279370 Fix compilation by Craig Tiller · 7 years ago
  58. 4e8c989 Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  59. 3cafec2 Merge pull request #10021 from mpwarres/udp_server_user_data by Michael Warres · 7 years ago
  60. 3005ce8 Only use static on string literals by Noah Eisen · 7 years ago
  61. 456ddd8 Remove grpc_udp_server dependency on grpc_server. by Michael Warres · 7 years ago
  62. 4564b8c Copy value at SetPointerWithVtable by Yuchen Zeng · 7 years ago
  63. 90f43d4 add missing header by yang-g · 7 years ago
  64. fb9d112 Review comments by Craig Tiller · 7 years ago
  65. 6fd36b5 Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by ncteisen · 7 years ago
  66. ff23f80 Fix crash by Craig Tiller · 7 years ago
  67. 91220dc Added benchmark to show static vs copied by ncteisen · 7 years ago
  68. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  69. 37bbbd7 Merge pull request #9984 from ctiller/poll-wakeup by Craig Tiller · 7 years ago
  70. d426cac Use an arena for call & subchannel_call allocation by Craig Tiller · 7 years ago
  71. 67631eb Merge pull request #10105 from murgatroid99/upmerge_v1.2.x by Michael Lumish · 7 years ago
  72. a5bb010 Merge pull request #10110 from ctiller/foo2 by Craig Tiller · 7 years ago
  73. 2fcf211 Merge pull request #9947 from ctiller/track_memory by Craig Tiller · 7 years ago
  74. 5b5632d Merge github.com:grpc/grpc into fuzzing-long by Craig Tiller · 7 years ago
  75. 37723c9 Fix race condition by Craig Tiller · 7 years ago
  76. 0dd8100 Concurrent test by Craig Tiller · 7 years ago
  77. 9202b3f Arena allocator for grpc by Craig Tiller · 7 years ago
  78. bbb3801 Change error get/set API to grpc_slice by ncteisen · 7 years ago
  79. 0b7bd20 Merge pull request #10005 from ctiller/status_ordering by Abhishek Kumar · 7 years ago
  80. 75a41b4 Hide memory counters from atomic counters by Craig Tiller · 7 years ago
  81. a08b11f Dont track allocations if we are not going to use them by Craig Tiller · 7 years ago
  82. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 7 years ago
  83. bf3dce2 Merge branch 'poll-wakeup' of github.com:ctiller/grpc into poll-wakeup by Craig Tiller · 7 years ago
  84. a2d11d7 Merge github.com:grpc/grpc into poll-wakeup by Craig Tiller · 7 years ago
  85. 46a50d5 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.x by murgatroid99 · 7 years ago
  86. 7e43bfa Fix fuzzing detected error by Craig Tiller · 7 years ago
  87. 9a514b5 Merge pull request #9807 from vjpai/rq by Vijay Pai · 7 years ago
  88. 5dc79eb Merge pull request #9963 from ncteisen/error-arena-optimization by Noah Eisen · 7 years ago
  89. e7fe7f2 Merge pull request #10067 from ctiller/less_counters by Craig Tiller · 7 years ago
  90. a85e7d4 Merge pull request #10054 from murgatroid99/uv_resolver_fallback by Michael Lumish · 7 years ago
  91. 833adc2 Merge pull request #10068 from ctiller/zalloc_bench by Craig Tiller · 7 years ago
  92. eb41e64 Merge github.com:grpc/grpc into poll-wakeup by Craig Tiller · 7 years ago
  93. 89addae Merge pull request #10039 from ctiller/server_channel_args by Craig Tiller · 7 years ago
  94. e5dd479 Merge pull request #9996 from ctiller/bm_channel by Craig Tiller · 7 years ago
  95. ceddd29 Address github comments by ncteisen · 7 years ago
  96. 2b182c2 Make ASAN happy by Craig Tiller · 7 years ago
  97. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 7 years ago
  98. a3e5801 s/realloc/gpr_realloc to fix mem bug by Noah Eisen · 7 years ago
  99. a885d00 Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimization by Noah Eisen · 7 years ago
  100. d0cda5c Add uv resolver fallback for named ports, fix portability tests by murgatroid99 · 7 years ago