1. 102efba Merge pull request #11186 from ctiller/hps by Craig Tiller · 7 years ago
  2. aee639e Merge pull request #11748 from ctiller/c++compat5 by Craig Tiller · 7 years ago
  3. ed38016 C++ compatibility fixes by Craig Tiller · 7 years ago
  4. e7ba3e9 Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 by Noah Eisen · 7 years ago
  5. 0c1f4be Merge pull request #11741 from kpayson64/tf_rollback by Nicolas Noble · 7 years ago
  6. ee145be Merge pull request #11729 from murgatroid99/uv_memory_leak_fixes by Michael Lumish · 7 years ago
  7. b84a489 Revert "Reduce server memory usage" by Ken Payson · 7 years ago
  8. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  9. cd4508f Fix some memory leaks in UV TCP code by murgatroid99 · 7 years ago
  10. 630e26b Code cleanups in client_auth_filter and server_auth_filter. by Mark D. Roth · 7 years ago
  11. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  12. 8dc24e3 Merge pull request #11644 from ncteisen/murder-the-custom-debugging-defines by Noah Eisen · 7 years ago
  13. e9f6eac Merge pull request #11684 from sreecha/timer_manager_fix by Sree Kuchibhotla · 7 years ago
  14. e9cd8a8 Remove more custom debug defines by ncteisen · 7 years ago
  15. a9694ec Merge pull request #11495 from agc-sec/fixopenssl-jwt by Matt Kwong · 7 years ago
  16. 65dd99f fix typos identified in code review by Sree Kuchibhotla · 7 years ago
  17. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  18. 07c016b Merge github.com:grpc/grpc into hps by Craig Tiller · 7 years ago
  19. 55acb7c timer_manager fix by Sree Kuchibhotla · 7 years ago
  20. 96e51c8 Merge pull request #11648 from markdroth/c++_filter_fixes by Mark D. Roth · 7 years ago
  21. 0c595ec Merge pull request #11651 from markdroth/http1_handshakers by Mark D. Roth · 7 years ago
  22. cd4e69f Merge pull request #11645 from ncteisen/musl-fix by Noah Eisen · 7 years ago
  23. be928be Allow HTTP CONNECT handshaker to be used in http1 client. by Mark D. Roth · 7 years ago
  24. cc4ef59 Improvements to C++ filter API: by Mark D. Roth · 7 years ago
  25. 1e0aae6 Fix musl by Noah Eisen · 7 years ago
  26. b9078c8 Properly use uint64_t not unsigned int64_t by Vijay Pai · 7 years ago
  27. ff17b05 Document error unref contract for iomgr cb's and transport/stream errors by Vijay Pai · 7 years ago
  28. 8ba7b04 Remove extra blank line by murgatroid99 · 7 years ago
  29. eb74c92 Fix unref of read slice in tcp_uv.c by murgatroid99 · 7 years ago
  30. 2b8b748 Destroy byte buffer to avoid leak in zombied calls by yang-g · 7 years ago
  31. bb8b1c9 Node: fix status memory leak, improve tcp_uv read buffer allocation code by murgatroid99 · 7 years ago
  32. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  33. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  34. 86a4d99 Remove 'long long' by Vijay Pai · 7 years ago
  35. 892afc2 Merge pull request #10833 from ncteisen/tracing-overhaul by Noah Eisen · 7 years ago
  36. 264879f Overhaul the new pollers by Noah Eisen · 7 years ago
  37. e9c1787 Bump to version 1.4.0 by Ken Payson · 7 years ago
  38. 3ac64f8 Fix windows segfault by ncteisen · 7 years ago
  39. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  40. 1f6e176 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  41. 973863d Fix some type warning by ncteisen · 7 years ago
  42. 96388d6 Format the code. by allen clement · 7 years ago
  43. 679a327 Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into fixopenssl-jwt by allen clement · 7 years ago
  44. cf77379 Create jwt_verifier.c by agc-sec · 7 years ago
  45. 2890355 Create jwt_verifier.c by agc-sec · 7 years ago
  46. 2f60472 Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. by allen clement · 7 years ago
  47. 1cd27b9 Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. by allen clement · 7 years ago
  48. fb8d62e Make epollex not default by Ken Payson · 7 years ago
  49. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  50. 65b2ff9 Merge pull request #11450 from ctiller/epex7 by Noah Eisen · 7 years ago
  51. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  52. f8061e8 Fix compile. WIP probably by ncteisen · 7 years ago
  53. ca669b0 Fix sanity by Craig Tiller · 7 years ago
  54. ca4fc66 Add symbolic constant by Craig Tiller · 7 years ago
  55. b19c58a Merge branch 'epex5' into epex6 by Craig Tiller · 7 years ago
  56. 326c951 Merge github.com:grpc/grpc into epex5 by Craig Tiller · 7 years ago
  57. 3bc2558 clang fmt by ncteisen · 7 years ago
  58. f463eb2 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  59. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago
  60. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  61. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  62. 0e3aee3 Add refcount to tcp tracer by ncteisen · 7 years ago
  63. a135485 Add workqueue tracer by ncteisen · 7 years ago
  64. 9c43fc0 Add refcount tracers for resolver, lb_policy, stream by ncteisen · 7 years ago
  65. f0c46e3 Rework error and closure tracing by ncteisen · 7 years ago
  66. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  67. 9bedddd clang-format by Craig Tiller · 7 years ago
  68. 4f07ea8 Spread fd events across threads for EPOLLEXCLUSIVE by Craig Tiller · 7 years ago
  69. 91b623a Merge github.com:grpc/grpc into epex5 by Craig Tiller · 7 years ago
  70. dc16855 Merge pull request #11336 from ctiller/ALL-the-things by Craig Tiller · 7 years ago
  71. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  72. 1621f5e Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-things by ncteisen · 7 years ago
  73. ae60836 clang-format by Craig Tiller · 7 years ago
  74. 8f3d021 Merge pull request #11237 from y-zeng/srv_record by Yuchen Zeng · 7 years ago
  75. 12f149f Fix windows by Craig Tiller · 7 years ago
  76. f21acdd Fix depth counting bug by Craig Tiller · 7 years ago
  77. 747216f Review feedback by Craig Tiller · 7 years ago
  78. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  79. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  80. 6d7c49f Merge github.com:grpc/grpc into faster_timer_pool by Craig Tiller · 7 years ago
  81. 915c22a Remove unused function by Craig Tiller · 7 years ago
  82. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  83. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  84. b89b501 Merge remote-tracking branch 'upstream/master' into srv_record by Yuchen Zeng · 7 years ago
  85. 00a8c0b Fix build error by Craig Tiller · 7 years ago
  86. 3e6c777 clang-format by Craig Tiller · 7 years ago
  87. e587a5c Fix contention detection by Craig Tiller · 7 years ago
  88. 4ebace7 Fix windows build, no_logging tests, dns_resolver_test by Yuchen Zeng · 7 years ago
  89. c771722 Merge branch 'ALL-the-things' of github.com:ctiller/grpc into ALL-the-things by Craig Tiller · 7 years ago
  90. 0d8b98d Merge branch 'faster_timer_pool' into ALL-the-things by Craig Tiller · 7 years ago
  91. 27cb323 clang-format by Craig Tiller · 7 years ago
  92. cdb41dc Fixes by Craig Tiller · 7 years ago
  93. 02b0f2b Merge branch 'thread_pool' into ALL-the-things by Craig Tiller · 7 years ago
  94. 333a9a9 Merge branch 'faster_timer_pool' into ALL-the-things by Craig Tiller · 7 years ago
  95. 2a505cb Fix shutdown bug in timer thread pool by Craig Tiller · 7 years ago
  96. 670f620 Spam cleanup by Craig Tiller · 7 years ago
  97. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  98. 54f8d98 Merge branch 'selectivity' into ALL-the-things by Craig Tiller · 7 years ago
  99. aec8f5e Merge github.com:grpc/grpc into selectivity by Craig Tiller · 7 years ago
  100. 7ebf31b Merge branch 'thread_pool' into ALL-the-things by Craig Tiller · 7 years ago