1. 75ea6a2 regenerate project by yang-g · 7 years ago
  2. 90224ba Merge pull request #11113 from jtattermusch/python_artifact_polling_trace by Jan Tattermusch · 7 years ago
  3. de030a3 regenerate projects by Jan Tattermusch · 7 years ago
  4. 1d3ce9a Move workaround_list to grpc_base by Muxi Yan · 7 years ago
  5. 7188c9d Merge branch 'cq_limited_pollers' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  6. 5a1a3b4 Separate this into a new poller by Sree Kuchibhotla · 7 years ago
  7. 1f47730 Fix deps between grpc and tracer system by Craig Tiller · 7 years ago
  8. 924353a Finish merge, disable new pollers until they stabilize by Craig Tiller · 7 years ago
  9. 18545a3 Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  10. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  11. 7365ec9 Merge branch 'timer_pool' into uberpoll by Craig Tiller · 7 years ago
  12. d4fc32e New epoll-based polling engine with dedicated poller threads by Sree Kuchibhotla · 7 years ago
  13. c357179 Isolate timer checking in its own thread by Craig Tiller · 7 years ago
  14. c610985 Merge branch 'hiertune' into epex4+epoll1 by Craig Tiller · 7 years ago
  15. c67cc99 Initial fork for singleton epoll poller by Craig Tiller · 7 years ago
  16. ac99bff Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  17. 819cd88 Allow EPOLLEXCLUSIVE tests to be omitted outside of CI by Craig Tiller · 7 years ago
  18. 7bc14b5 Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  19. 6984e1d Merge github.com:grpc/grpc into c++lame by Craig Tiller · 7 years ago
  20. 6bc7016 Remove status_helper as it is not needed any more by yang-g · 7 years ago
  21. 26ec8fb Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  22. 56c23f1 Merge github.com:grpc/grpc into c++lame by Craig Tiller · 7 years ago
  23. acce275 Merge github.com:grpc/grpc into c++lame by Craig Tiller · 7 years ago
  24. 440df10 Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  25. f674f8e *san needs clang++ to link by Craig Tiller · 7 years ago
  26. f4360d7 Fix build, fix epollex detection by Craig Tiller · 7 years ago
  27. 71d6ce6 Merge deadline_init/deadline_start by Craig Tiller · 7 years ago
  28. 376887d Split event notification out of ev_epoll_linux.c by Craig Tiller · 7 years ago
  29. 3be7dd0 Optionalize deadline checking by Craig Tiller · 7 years ago
  30. af76743 Optionalize compress, gather all the http2 filter bits together in ext/ by Craig Tiller · 7 years ago
  31. 9b3648a Optionalize message_size_filter by Craig Tiller · 7 years ago
  32. fb33d27 Merge by Craig Tiller · 7 years ago
  33. 169abf1 Something brokeded sanity by Vijay Pai · 7 years ago
  34. 790f6af Regenerate projects by Craig Tiller · 7 years ago
  35. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  36. 13a537b merge with head by yang-g · 8 years ago
  37. 988b47c Add metadata_map.h to build.yaml Add missing files to BUILD by yang-g · 8 years ago
  38. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  39. a719802 merge with head by yang-g · 8 years ago
  40. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  41. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  42. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  43. 032baa8 Fix sanity: check_sources_and_headers by Craig Tiller · 8 years ago
  44. 8a7a446 merge with head by yang-g · 8 years ago
  45. 348fba2 Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  46. 1accb12 fix path by yang-g · 8 years ago
  47. c3c475f move files to subdir and add generated files by yang-g · 8 years ago
  48. c9d2954 more by yang-g · 8 years ago
  49. 8d668d8 default service by yang-g · 8 years ago
  50. 6486883 Add more files by yang-g · 8 years ago
  51. 0498124 Add files by yang-g · 8 years ago
  52. 6d379a9 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  53. 4d2ea02 Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""" by Mark D. Roth · 8 years ago
  54. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  55. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  56. 2d317fb Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" by Mark D. Roth · 8 years ago
  57. 4eec004 Revert "Remove redundant includes from string.h and tmpfile.h" by Mark D. Roth · 8 years ago
  58. f989469 Temporarily enable gpr_slice_* functions to not break api compatibility by Sree Kuchibhotla · 8 years ago
  59. 7cdad96 Fix foward declaration duplication by Craig Tiller · 8 years ago
  60. ed91324 Get user agent right by Craig Tiller · 8 years ago
  61. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  62. e140d5c Regenerate all projects by Vijay Pai · 8 years ago
  63. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  64. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  65. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  66. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  67. 384eea8 Merge remote-tracking branch 'upstream/master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  68. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  69. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  70. af541d8 Fix conflicting filename by Craig Tiller · 8 years ago
  71. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  72. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  73. 8695876 Buffer pools compile by Craig Tiller · 8 years ago
  74. 0d19c67 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  75. 7af69f3 Add buffer pools to build by Craig Tiller · 8 years ago
  76. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  77. 880b457 Backport of #8055 into v1.0.x. by Nicolas "Pixel" Noble · 8 years ago
  78. 1edc77c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  79. 9710e2c Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  80. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  81. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  82. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  83. b8ab81f Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  84. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  85. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  86. 762e72e Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  87. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  88. 5e1b58b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  89. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  90. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  91. 242dc4b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  92. d8a3c04 Tie workqueue implementation to event engine by Craig Tiller · 8 years ago
  93. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  94. f451d50 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  95. 8f416db Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  96. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  97. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  98. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  99. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  100. 303687f Revert change to grpc++_base uses section by murgatroid99 · 8 years ago