1. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  2. 8dc1b7d Merge pull request #11732 from muxi/update-podspecs by Muxi Yan · 7 years ago
  3. a02d8c8 Merge pull request #11930 from jtattermusch/csharp_safe_threadpool by Jan Tattermusch · 7 years ago
  4. cace6a9 Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate by apolcyn · 7 years ago
  5. cd22f11 properly finish bidi calls when there is an initial error by Alexander Polcyn · 7 years ago
  6. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  7. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  8. ddc0d37 Merge pull request #11780 from muxi/stream_compression_transport by Muxi Yan · 7 years ago
  9. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  10. 9c3f43f Merge pull request #11921 from adam-26/1745 by Michael Lumish · 7 years ago
  11. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  12. 75e9eae reduce threadpool size for qps benchmarks by Jan Tattermusch · 7 years ago
  13. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  14. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  15. b414268 Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  16. 0b0888c Merge pull request #11915 from dgquintas/grpclb_drop_fixes by David G. Quintas · 7 years ago
  17. d124f38 Merge pull request #11932 from kpayson64/more_details by kpayson64 · 7 years ago
  18. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  19. ad5a9c2 Merge pull request #11925 from sreecha/disable-epoll1 by Sree Kuchibhotla · 7 years ago
  20. 9c42044 Add classifiers to package details by Ken Payson · 7 years ago
  21. 9bf8342 enable epollsig by Sree Kuchibhotla · 7 years ago
  22. 69b7231 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  23. 1a48907 format code by yang-g · 7 years ago
  24. d66ee1a Remove unused user_data from ref_node. by yang-g · 7 years ago
  25. 16149ad regenerate projects by yang-g · 7 years ago
  26. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  27. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  28. 107840f Disable epoll1 unless explicitly requested by Sree Kuchibhotla · 7 years ago
  29. 84122c4 Fix wrong logging of LB policy addresses by David Garcia Quintas · 7 years ago
  30. f064af3 Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master by apolcyn · 7 years ago
  31. a178f40 Fix quotation marks by Adam · 7 years ago
  32. 8f13439 Fix issue from google/protobuf#1745 - javascript allow dot in filename by Adam · 7 years ago
  33. 9511aef Merge pull request #11786 from y-zeng/fd_orphan by Yuchen Zeng · 7 years ago
  34. a2f0e19 Merge pull request #11913 from apolcyn/debug_new_ruby_flake by apolcyn · 7 years ago
  35. a074133 Merge pull request #11733 from markdroth/security_api_cleanup by Mark D. Roth · 7 years ago
  36. 11fade7 Fix a ruby test flake by Alexander Polcyn · 7 years ago
  37. 781fd6f Merge pull request #11884 from yashykt/connect-auth by Yash Tibrewal · 7 years ago
  38. 85cc143 fix memory leak with large metadata keys or values by Alexander Polcyn · 7 years ago
  39. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  40. e8e05f9 Merge pull request #11816 from sreecha/sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  41. a5b7a8e Merge pull request #9840 from ctiller/maxstrm by Craig Tiller · 7 years ago
  42. c7a94c5 Bug fix by Muxi Yan · 7 years ago
  43. 9469ac4 transport - Move slice buffer creation to stream compression enabling time (PR 3) for performance by Muxi Yan · 7 years ago
  44. d0c1e50 Changing a few variable names and adding few safety conditions by Yash Tibrewal · 7 years ago
  45. 8321cad Merge pull request #11871 from murgatroid99/uv_portability_fix by Michael Lumish · 7 years ago
  46. 5079182 Merge pull request #11693 from ncteisen/refactor-thread-pool by Noah Eisen · 7 years ago
  47. 471aa62 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  48. 949d075 Correctly fix the case where pollset->kicked_without_poller was missed by Sree Kuchibhotla · 7 years ago
  49. 37e06cf Merge pull request #11890 from vjpai/inproc_comment by Vijay Pai · 7 years ago
  50. d238d84 Merge pull request #11764 from apolcyn/fix_ruby_socket_leak by apolcyn · 7 years ago
  51. c62ce80 Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. by Yash Tibrewal · 7 years ago
  52. ecb1059 Merge pull request #11875 from murgatroid99/core_uv_reuse_port by Michael Lumish · 7 years ago
  53. 9d7def7 Address comments: change names and remove unnecessary lines by murgatroid99 · 7 years ago
  54. 7cc83e0 add a standalone client auth test by Alexander Polcyn · 7 years ago
  55. 0c22cad Improve a comment in inproc transport by Vijay Pai · 7 years ago
  56. 66cedf6 Merge pull request #11773 from michaelbausor/stub_param by Stanley Cheung · 7 years ago
  57. a74ea86 Nit correction by Yash Tibrewal · 7 years ago
  58. 7cc30c1 add missing fields on server call context and improve robustness of finished calls by Alexander Polcyn · 7 years ago
  59. 99b3392 transport - Update comment by Muxi Yan · 7 years ago
  60. ab0d2d4 transport - Change ~(size_t)0 to macro MAX_SIZE_T by Muxi Yan · 7 years ago
  61. 78d7125 Removing a few style issues by Yash Tibrewal · 7 years ago
  62. f20bfaa transport - Use macro for grpc header bytes size by Muxi Yan · 7 years ago
  63. 6331bcf Merge pull request #11770 from ncteisen/too-much-trace by Noah Eisen · 7 years ago
  64. 19617bb Merge pull request #11874 from dgquintas/fix_pending_grpclb by David G. Quintas · 7 years ago
  65. 5d90656 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  66. c59ef5e Merged latest commit from upstream by Yash Tibrewal · 7 years ago
  67. f7350ea Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri by Yash Tibrewal · 7 years ago
  68. 6617790 Add SO_REUSEPORT support to uv iomgr code by murgatroid99 · 7 years ago
  69. 5b78c29 Merge pull request #11755 from bsyk/observe_no_proxy by Mark D. Roth · 7 years ago
  70. 02d426e Check for no_proxy environment variable and skip proxy if host is listed by Ben Sykes · 7 years ago
  71. 139072f Const correct and clang by ncteisen · 7 years ago
  72. a0616ef Consume kicked_without_poller by Sree Kuchibhotla · 7 years ago
  73. e6506bc Fix race-condition in epoll1 poller's begin_worker() and pollset_kick() by Sree Kuchibhotla · 7 years ago
  74. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  75. 59a19a9 make sure that client-side view of calls is robust by Alexander Polcyn · 7 years ago
  76. eb70b9e Anon namespace over static by ncteisen · 7 years ago
  77. a5d557b Rename function to avoud future clash by ncteisen · 7 years ago
  78. 30939f8 Make CreateThreadPool settable by ncteisen · 7 years ago
  79. 68d78c6 Add comment by ncteisen · 7 years ago
  80. 79764a3 Quiet down getenv by ncteisen · 7 years ago
  81. 85fac6d Quiet down server builder by ncteisen · 7 years ago
  82. 0d8431a Add/update comments and remove unused fields by Sree Kuchibhotla · 7 years ago
  83. ae5e83b Free pending grpclb update args by David Garcia Quintas · 7 years ago
  84. 269d3b4 Clang format by murgatroid99 · 7 years ago
  85. 75f678a Merge branch 'master' into uv_portability_fix by murgatroid99 · 7 years ago
  86. e5ba80b Merge pull request #11870 from vjpai/slice by Vijay Pai · 7 years ago
  87. b8e07ad Add asserts that uv calls all run on the same thread by murgatroid99 · 7 years ago
  88. 87116f4 Fix failures in libuv portability tests by murgatroid99 · 7 years ago
  89. 104dd1f Fix umbrella header of BoringSSL by Muxi Yan · 7 years ago
  90. 65d447f Merge pull request #11454 from markdroth/server_cq_ok_semantics by Mark D. Roth · 7 years ago
  91. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  92. ea8f591 Merge pull request #11607 from yihuazhang/tsi_init by Mark D. Roth · 7 years ago
  93. d40a7ae Add already_closed in grpc_fd_orphan by Yuchen Zeng · 7 years ago
  94. be803dc Merge pull request #11859 from nathanielmanistaatgoogle/gitignore by Nathaniel Manista · 7 years ago
  95. 8f6ddac Merge pull request #11788 from y-zeng/fix_fd_orphan by Yuchen Zeng · 7 years ago
  96. 26b33de transport - clang-format by Muxi Yan · 7 years ago
  97. dfda37f transport - Fix uninitialized variable by Muxi Yan · 7 years ago
  98. acbdc79 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  99. 54c31c7 release the g_epfd whent he engine is shutdown by Sree Kuchibhotla · 7 years ago
  100. 1c0b20d Narrow .gitignore to only what it needs to ignore by Nathaniel Manista · 7 years ago